summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-12-07 19:27:57 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2010-12-07 19:27:57 +0000
commit03e8351179b1c25d219842ef3e01ee8e176f594f (patch)
tree6e8cd9d1986a4077ab7bc94a74da9924b2bbb065
parentd90c8f4d0bb6b79ecdcaa82f87291169c18c64b9 (diff)
i965: The RenderCache flush after every glyph is required for compiz
... now who can explain why. 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 fe14cd63..3141394d 100644
--- a/src/i965_render.c
+++ b/src/i965_render.c
@@ -1927,7 +1927,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 | MI_INHIBIT_RENDER_CACHE_FLUSH);
+ OUT_BATCH(MI_FLUSH);
}
intel_batch_end_atomic(scrn);