[Bug 74882] [ilk] Corrupted glyph rendering of Stylish entry in Firefox Add-ons tab

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Feb 12 07:00:10 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=74882

--- Comment #17 from Chris Wilson <chris at chris-wilson.co.uk> ---
Hmm, it really wants that flush of the render cache. Ok, last try before
applying the big hammer:

diff --git a/src/sna/gen5_render.c b/src/sna/gen5_render.c
index c5ccaac..d5856ea 100644
--- a/src/sna/gen5_render.c
+++ b/src/sna/gen5_render.c
@@ -1017,7 +1017,7 @@ gen5_emit_vertex_elements(struct sna *sna,
 inline static void
 gen5_emit_pipe_flush(struct sna *sna)
 {
-#if 0
+#if 1
        OUT_BATCH(GEN5_PIPE_CONTROL |
                  GEN5_PIPE_CONTROL_WC_FLUSH |
                  (4 - 2));

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140212/40260be4/attachment.html>


More information about the intel-gfx-bugs mailing list