Re: [Mesa-dev] [PATCH 3/3] intel: Fix rendering to a multisample front buffer

2012-08-12 Thread Eric Anholt
Chad Versace writes: > On 08/10/2012 09:33 AM, Eric Anholt wrote: >> Chad Versace writes: >> >>> We need to downsample before flushing BUFFER_FAKE_FRONT_LEFT to >>> BUFFER_FRONT_LEFT in intel_flush_front. >> >> Tested with some frontbuffer apps? > > Um... I would if I knew of one. Any that you

Re: [Mesa-dev] [PATCH 3/3] intel: Fix rendering to a multisample front buffer

2012-08-10 Thread Brian Paul
On 08/10/2012 11:04 AM, Chad Versace wrote: On 08/10/2012 09:33 AM, Eric Anholt wrote: Chad Versace writes: We need to downsample before flushing BUFFER_FAKE_FRONT_LEFT to BUFFER_FRONT_LEFT in intel_flush_front. Tested with some frontbuffer apps? Um... I would if I knew of one. Any that y

Re: [Mesa-dev] [PATCH 3/3] intel: Fix rendering to a multisample front buffer

2012-08-10 Thread Chad Versace
On 08/10/2012 09:33 AM, Eric Anholt wrote: > Chad Versace writes: > >> We need to downsample before flushing BUFFER_FAKE_FRONT_LEFT to >> BUFFER_FRONT_LEFT in intel_flush_front. > > Tested with some frontbuffer apps? Um... I would if I knew of one. Any that you recommend? > The series looks go

Re: [Mesa-dev] [PATCH 3/3] intel: Fix rendering to a multisample front buffer

2012-08-10 Thread Eric Anholt
Chad Versace writes: > We need to downsample before flushing BUFFER_FAKE_FRONT_LEFT to > BUFFER_FRONT_LEFT in intel_flush_front. Tested with some frontbuffer apps? The series looks good to me. pgpDP2GpTnnZd.pgp Description: PGP signature ___ mesa-de

[Mesa-dev] [PATCH 3/3] intel: Fix rendering to a multisample front buffer

2012-08-09 Thread Chad Versace
We need to downsample before flushing BUFFER_FAKE_FRONT_LEFT to BUFFER_FRONT_LEFT in intel_flush_front. CC: Eric Anholt Signed-off-by: Chad Versace --- src/mesa/drivers/dri/intel/intel_context.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/src/mesa/drivers/dri/intel/intel_con