On Wed, Sep 19, 2012 at 7:46 AM, Robert Bragg wrote:
> On Tue, Sep 18, 2012 at 5:35 PM, Matt Turner wrote:
>> On Tue, Sep 18, 2012 at 8:10 AM, Robert Bragg wrote:
>>> From: Robert Bragg
>>>
>>> The EGL_NOK_swap_region2 spec states that the rectangles are specified
>>> with a bottom-left origin
On Tue, Sep 18, 2012 at 5:35 PM, Matt Turner wrote:
> On Tue, Sep 18, 2012 at 8:10 AM, Robert Bragg wrote:
>> From: Robert Bragg
>>
>> The EGL_NOK_swap_region2 spec states that the rectangles are specified
>> with a bottom-left origin within a surface coordinate space also with a
>> bottom left
On Tue, Sep 18, 2012 at 8:10 AM, Robert Bragg wrote:
> From: Robert Bragg
>
> The EGL_NOK_swap_region2 spec states that the rectangles are specified
> with a bottom-left origin within a surface coordinate space also with a
> bottom left origin, so this patch ensures the rectangles are flipped
> b
From: Robert Bragg
The EGL_NOK_swap_region2 spec states that the rectangles are specified
with a bottom-left origin within a surface coordinate space also with a
bottom left origin, so this patch ensures the rectangles are flipped
before passing them on to dri2_copy_region.
---
src/egl/drivers/d