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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jun 18 03:06:02 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 #18 from Chris Wilson <chris at chris-wilson.co.uk> ---
One step forward, one step back. Replace one source of random uninitialised
data with a deterministic one instead!

Let's try:

commit e52f917a2370026073ed6851161393a69ee94abe
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Wed Jun 18 10:18:26 2014 +0100

    sna: Use nxm tiled blits for small regions of large tiles

    If the region we are blitting is either narrow or short, we may be able
    to construct a tiling pattern out of a large pixmap.

    In the process, spot a regression due to

    commit 542aeca6e67fc64f9133ca3e27ac8eca28af6d25
    Author: Chris Wilson <chris at chris-wilson.co.uk>
    Date:   Tue Jun 17 12:26:30 2014 +0100

        sna: Tweak creation 8x8 tiled patterns

    which copied too much from the source line.

    References: https://bugs.freedesktop.org/show_bug.cgi?id=79888
    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/20140618/c19a17f7/attachment.html>


More information about the intel-gfx-bugs mailing list