[Wayland-bugs] [Bug 73485] Compositor Bypass does not work on secondary display

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jan 17 14:27:14 PST 2014


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

Kristian Høgsberg <krh at bitplanet.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Kristian Høgsberg <krh at bitplanet.net> ---
commit 1be87e3c8155204852509f47f8e239b479da6feb
Author: Kristian Høgsberg <krh at bitplanet.net>
Date:   Fri Jan 17 14:22:41 2014 -0800

    compositor-drm: Make composite bypass work on secondary outputs

    The opaque region is in surface coordinates, which we compare to the
    output region, which is in compositor coordinates.  For non-primary
    outputs, that means that the output region is not located at 0,0 but
    something like 1920,0 instead.  That means that the output region isn't
    contained in the surface opaque region and then we decide we can't scan
    out from it.

    Instead, compare the surface opaque region to the output region
    translated to 0,0.

    Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=7348i5

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20140117/3bb850d1/attachment.html>


More information about the Wayland-bugs mailing list