[Bug 72375] Corruption in some windows after returning from xlock

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jan 23 09:40:05 PST 2014


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

--- Comment #13 from Chris Wilson <chris at chris-wilson.co.uk> ---
Perhaps

commit e916c922ce3913712cd8a9b76ab037840b7f07f1
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Thu Jan 23 17:30:29 2014 +0000

    sna: Avoid erroneous discarding operations for partial composites

    Composite operations were presumed to cover their entire width x height
    area. However, a few paths submit boxes that do not cover the clip
    region and so the optimisation made during prepare to discard completely
    overwritten data is incorrect (and leads to corruption - stale data is
    seen which the client expected to have been overdrawn). So along these
    more unusual paths, we must add a flag to prevent the overzealous
    discard. Notably, xfce4 triggers this as it uses a lot of unantialiased
    trapezoids in its theme drawing.

    References: https://bugs.freedesktop.org/show_bug.cgi?id=69528
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

?

-- 
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/20140123/2f1e8426/attachment.html>


More information about the intel-gfx-bugs mailing list