<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED --- - [SNA G33/31] Font corruption in Firefox address bar"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=80253#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED --- - [SNA G33/31] Font corruption in Firefox address bar"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=80253">bug 80253</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>diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
index b6f4b85..eba892e 100644
--- a/src/sna/sna_accel.c
+++ b/src/sna/sna_accel.c
@@ -3497,7 +3497,7 @@ sna_drawable_use_bo(DrawablePtr drawable, unsigned flags,
const BoxRec *box,
        }
        if ((flags & FORCE_GPU) == 0 && priv->gpu_bo == NULL &&
sna_pixmap_choose_tiling(pixmap, DEFAULT_TILING) == I915_TILING_NONE) {
                DBG(("%s: no gpu bo and linear, discard PREFER_GPU\n",
__FUNCTION__));
-               flags &= ~PREFER_GPU;
+               //flags &= ~PREFER_GPU;
        }

        if ((flags & (PREFER_GPU | IGNORE_CPU)) == IGNORE_CPU) {


Doesn't answer the question of what broke though...</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>