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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Mar 2 06:46:31 PST 2015


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

--- Comment #9 from Joakim Tjernlund <joakim.tjernlund at transmode.se> ---
(In reply to Chris Wilson from comment #8)
> Next on the list, I added a couple of asserts to the code you #if 0ed out:
> 
> commit f6ba71ac194a19c80aa64f4769f76a47ebb7bd16
> Author: Chris Wilson <chris at chris-wilson.co.uk>
> Date:   Sun Mar 1 15:47:50 2015 +0000
> 
>     sna: Unrecurse clip box search
>     
>     Unwind the trivial tail recursion from the clip box bisection and add a
>     couple of assertions on the inlined fast-paths.
>     
>     References: https://bugs.freedesktop.org/show_bug.cgi?id=89295
>     Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

Was this intentional(< vs >=)?
- if (y > end[-1].y2)
+ }
+ if (y >= end[-1].y2) {

-- 
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/20150302/4608bf56/attachment.html>


More information about the intel-gfx-bugs mailing list