[Bug 80253] [SNA G33/31] Font corruption in Firefox address bar
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jun 20 09:27:09 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=80253
--- Comment #5 from Chris Wilson <chris at chris-wilson.co.uk> ---
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...
--
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/20140620/7791f5b0/attachment.html>
More information about the intel-gfx-bugs
mailing list