Re: [Mesa-dev] [PATCH] SwapBuffersRegionNOK: invert rectangles on y axis

2012-09-19 Thread Matt Turner
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

Re: [Mesa-dev] [PATCH] SwapBuffersRegionNOK: invert rectangles on y axis

2012-09-19 Thread Robert Bragg
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

Re: [Mesa-dev] [PATCH] SwapBuffersRegionNOK: invert rectangles on y axis

2012-09-18 Thread Matt Turner
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

[Mesa-dev] [PATCH] SwapBuffersRegionNOK: invert rectangles on y axis

2012-09-18 Thread Robert Bragg
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