<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [ilk] Corrupted glyph rendering of Stylish entry in Firefox Add-ons tab"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=74882#c17">Comment # 17</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [ilk] Corrupted glyph rendering of Stylish entry in Firefox Add-ons tab"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=74882">bug 74882</a>
              from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
        <pre>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));</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>