[Bug 80033] [sna] Occasional artifacts on window borders (theme dependent)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jun 17 14:49:26 PDT 2014


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

Chris Wilson <chris at chris-wilson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEEDINFO

--- Comment #14 from Chris Wilson <chris at chris-wilson.co.uk> ---
So I traced the error down to seemingly to the use of the source pixmap for
drawing the border. (Basically by modifying the drawing operations until I
found the exact path one of the window borders was taking, then tracing back
the pixmap to its creation.) On that path I spotted this:

commit d49f53cc00258e3b1e1a898c02e219b336716002
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Tue Jun 17 22:23:02 2014 +0100

    sna: Fix computing source bo for BLT operations

    If we migrate the pixmap to the GPU, use the GPU bo. This may fix an issue
    where we might end up using the CPU bo in a rare circumstance.

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

However, I never got the bug to reproduce reliably, so I am not sure if that
the complete fix.

Please test.

-- 
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/20140617/0b6be43a/attachment.html>


More information about the intel-gfx-bugs mailing list