[Bug 80215] Periodic garbage on KDE System Load Viewer widget
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jun 23 00:55:05 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=80215
--- Comment #10 from Chris Wilson <chris at chris-wilson.co.uk> ---
Oh boy. Just to confirm the same bug is still on master:
diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
index 78f5fed..1feea14 100644
--- a/src/sna/sna_accel.c
+++ b/src/sna/sna_accel.c
@@ -3504,7 +3504,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) {
--
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/20140623/2392d098/attachment-0001.html>
More information about the intel-gfx-bugs
mailing list