[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 06:15:52 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=74882
--- Comment #15 from Chris Wilson <chris at chris-wilson.co.uk> ---
Oh well. Next,
diff --git a/src/sna/gen5_render.c b/src/sna/gen5_render.c
index a89d31a..aa820b8 100644
--- a/src/sna/gen5_render.c
+++ b/src/sna/gen5_render.c
@@ -1045,7 +1045,8 @@ gen5_emit_state(struct sna *sna,
if (gen5_emit_pipelined_pointers(sna, op, op->op,
op->u.gen5.wm_kernel)){
DBG(("%s: changed blend state, flush required? %d\n",
__FUNCTION__, (offset & 1) && op->op > PictOpSrc));
- flush = (offset & 1) && op->op > PictOpSrc;
+ //flush = (offset & 1) && op->op > PictOpSrc;
+ flush = op->op > PictOpSrc;
}
gen5_emit_vertex_elements(sna, op);
--
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/289f319b/attachment-0001.html>
More information about the intel-gfx-bugs
mailing list