Re: [Mesa-dev] [PATCH] pp: initialize the sample mask

2011-08-26 Thread Christoph Bumiller
On 26.08.2011 17:37, Lauri Kasanen wrote: > On Fri, 26 Aug 2011 17:21:02 +0200 > Christoph Bumiller wrote: > >> We cannot rely on pipe drivers to default to non-zero. >> >> Fixes pp being a no-op on nv50. > Reviewed-by: Lauri Kasanen > > Appears to be a no-op on anywhere but nv50 and nvc0. MSAA r

Re: [Mesa-dev] [PATCH] pp: initialize the sample mask

2011-08-26 Thread Lauri Kasanen
On Fri, 26 Aug 2011 17:21:02 +0200 Christoph Bumiller wrote: > We cannot rely on pipe drivers to default to non-zero. > > Fixes pp being a no-op on nv50. Reviewed-by: Lauri Kasanen Appears to be a no-op on anywhere but nv50 and nvc0. MSAA related? - Lauri

[Mesa-dev] [PATCH] pp: initialize the sample mask

2011-08-26 Thread Christoph Bumiller
We cannot rely on pipe drivers to default to non-zero. Fixes pp being a no-op on nv50. --- src/gallium/auxiliary/postprocess/pp_program.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/gallium/auxiliary/postprocess/pp_program.c b/src/gallium/auxiliary/postprocess/p