diff options
| author | Alon Levy <alevy@redhat.com> | 2013-08-12 12:45:56 +0300 |
|---|---|---|
| committer | Alon Levy <alevy@redhat.com> | 2013-08-14 12:07:50 +0300 |
| commit | 478a1906b0e39b37a6cc8bc2e92161afe63bf57a (patch) | |
| tree | e08319a89a7f1240e7c541745d5c22555fe2cbf1 /server | |
| parent | 6ced0f698507de02a67cfcd25b7ab07e8c423fad (diff) | |
red_worker: mark DRAW_ALL as broken
setting DRAW_ALL define doesn't produce correct rendering. Using
update_area instead of red_draw_qxl_drawable will work but it shouldn't
be required. This is not work I intend to do right now, so marking it
for anyone looking at this in the future.
Diffstat (limited to 'server')
| -rw-r--r-- | server/red_worker.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/red_worker.c b/server/red_worker.c index 98966966..08e2a43b 100644 --- a/server/red_worker.c +++ b/server/red_worker.c @@ -87,6 +87,7 @@ //#define DUMP_BITMAP //#define PIPE_DEBUG //#define RED_WORKER_STAT +/* TODO: DRAW_ALL is broken. */ //#define DRAW_ALL //#define COMPRESS_DEBUG //#define ACYCLIC_SURFACE_DEBUG |
