Re: [Mesa-dev] [PATCH] st/mesa: only flip stipple pattern for winsys fbo's

2016-10-12 Thread Marek Olšák
On Wed, Oct 12, 2016 at 8:52 PM, Ilia Mirkin wrote: > On Wed, Oct 12, 2016 at 2:46 PM, Brian Paul wrote: >> On 10/12/2016 12:06 PM, Ilia Mirkin wrote: >>> >>> Gallium is completely oblivious to whether the fbo is flipped or not. >>> Only flip the stipple pattern when the fbo is flipped as well. O

Re: [Mesa-dev] [PATCH] st/mesa: only flip stipple pattern for winsys fbo's

2016-10-12 Thread Ilia Mirkin
On Wed, Oct 12, 2016 at 2:46 PM, Brian Paul wrote: > On 10/12/2016 12:06 PM, Ilia Mirkin wrote: >> >> Gallium is completely oblivious to whether the fbo is flipped or not. >> Only flip the stipple pattern when the fbo is flipped as well. Otherwise >> the driver has no idea when to unflip the patte

Re: [Mesa-dev] [PATCH] st/mesa: only flip stipple pattern for winsys fbo's

2016-10-12 Thread Brian Paul
On 10/12/2016 12:06 PM, Ilia Mirkin wrote: Gallium is completely oblivious to whether the fbo is flipped or not. Only flip the stipple pattern when the fbo is flipped as well. Otherwise the driver has no idea when to unflip the pattern. Fixes bin/gl-2.1-polygon-stipple-fs -fbo on nv50 and nvc0.