[Bug 89295] [sna suse] weird glyphs in thunderbird

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Feb 24 00:53:29 PST 2015


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

--- Comment #4 from Chris Wilson <chris at chris-wilson.co.uk> ---
Let's rule out the clip boxes change first:

diff --git a/src/sna/sna.h b/src/sna/sna.h
index 04875b8..89081db 100644
--- a/src/sna/sna.h
+++ b/src/sna/sna.h
@@ -1202,6 +1202,7 @@ __find_clip_box_for_y(const BoxRec *begin, const BoxRec
*end, int16_t y);
 inline static const BoxRec *
 find_clip_box_for_y(const BoxRec *begin, const BoxRec *end, int16_t y)
 {
+#if 0
        /* Special case for incremental trapezoid clipping */
        if (begin == end)
                return end;
@@ -1211,6 +1212,7 @@ find_clip_box_for_y(const BoxRec *begin, const BoxRec
*end, int16_t y)
                return begin;
        if (y > end[-1].y2)
                return end;
+#endif

        /* Otherwise bisect to find the first box crossing y */
        return __find_clip_box_for_y(begin, end, y);

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


More information about the intel-gfx-bugs mailing list