diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-12-07 20:45:16 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-12-07 20:47:17 +0000 |
commit | 9b967807c2d240488a715509649663aac3583532 (patch) | |
tree | aef068d82840e664e0eb27d8482f28f43442cfce /src/i965_render.c | |
parent | 27e33928f87ecb806d1f8c459d4a4ada76b0e30e (diff) |
Revert "i965: The RenderCache flush after every glyph is required for compiz"
This reverts commit 03e8351179b1c25d219842ef3e01ee8e176f594f.
* sigh.
This was only meant to be a temporary debugging hack, not for public
consumption (or embarrassment).
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/i965_render.c')
-rw-r--r-- | src/i965_render.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i965_render.c b/src/i965_render.c index ebaa10ed..ca5e6b60 100644 --- a/src/i965_render.c +++ b/src/i965_render.c @@ -1924,7 +1924,7 @@ i965_composite(PixmapPtr dest, int srcX, int srcY, int maskX, int maskY, if (INTEL_INFO(intel)->gen < 50) { /* XXX OMG! */ i965_vertex_flush(intel); - OUT_BATCH(MI_FLUSH); + OUT_BATCH(MI_FLUSH | MI_INHIBIT_RENDER_CACHE_FLUSH); } intel_batch_end_atomic(scrn); |