Re: [Mesa-dev] [PATCH 1/2] mesa: Additional FlipY applications

2018-09-15 Thread Eric Engestrom
On Friday, 2018-09-14 13:48:55 -0600, Brian Paul wrote: > On 09/14/2018 01:09 PM, Fritz Koenig wrote: > > Instances where direction was determined based on > > winsys or user fbo and should be determined based on > > FlipY. > > > > Key STATE_FB_WPOS_Y_TRANSFORM for of FlipY instead of > >

Re: [Mesa-dev] [PATCH 1/2] mesa: Additional FlipY applications

2018-09-14 Thread Brian Paul
On 09/14/2018 01:09 PM, Fritz Koenig wrote: Instances where direction was determined based on winsys or user fbo and should be determined based on FlipY. Key STATE_FB_WPOS_Y_TRANSFORM for of FlipY instead of _mesa_is_user_fbo. This corrects gl_FragCoord usage when applying

[Mesa-dev] [PATCH 1/2] mesa: Additional FlipY applications

2018-09-14 Thread Fritz Koenig
Instances where direction was determined based on winsys or user fbo and should be determined based on FlipY. Key STATE_FB_WPOS_Y_TRANSFORM for of FlipY instead of _mesa_is_user_fbo. This corrects gl_FragCoord usage when applying GL_MESA_framebuffer_flip_y. Fixes: ab05dd183cc ("i965: implement