summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-12-07 20:45:16 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2010-12-07 20:47:17 +0000
commit9b967807c2d240488a715509649663aac3583532 (patch)
treeaef068d82840e664e0eb27d8482f28f43442cfce
parent27e33928f87ecb806d1f8c459d4a4ada76b0e30e (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>
-rw-r--r--src/i965_render.c2
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);