[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 04:43:36 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=74882

--- Comment #13 from Chris Wilson <chris at chris-wilson.co.uk> ---
Thanks. Next step:

diff --git a/src/sna/gen5_render.c b/src/sna/gen5_render.c
index a89d31a..8789f0b 100644
--- a/src/sna/gen5_render.c
+++ b/src/sna/gen5_render.c
@@ -1039,7 +1039,7 @@ gen5_emit_state(struct sna *sna,
        assert(op->dst.bo->exec);

        /* drawrect must be first for Ironlake BLT workaround */
-       if (gen5_emit_drawing_rectangle(sna, op))
+       if (gen5_emit_drawing_rectangle(sna, op) && 0)
                offset &= ~1;
        gen5_emit_binding_table(sna, offset & ~1);
        if (gen5_emit_pipelined_pointers(sna, op, op->op,
op->u.gen5.wm_kernel)){

-- 
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/16192929/attachment.html>


More information about the intel-gfx-bugs mailing list