Re: [Mesa-dev] [PATCH] st/dri: add a way to force MSAA on with an environment variable

2012-12-11 Thread Ian Romanick
On 12/10/2012 03:51 PM, Eric Anholt wrote: Marek Olšák writes: There are 2 ways. I prefer the former: GALLIUM_MSAA=n __GL_FSAA_MODE=n Tested with ETQW, which doesn't support MSAA on Linux. This is the only way to get MSAA there. This sounds like something that would be nice to add as

Re: [Mesa-dev] [PATCH] st/dri: add a way to force MSAA on with an environment variable

2012-12-10 Thread Eric Anholt
Marek Olšák writes: > There are 2 ways. I prefer the former: > GALLIUM_MSAA=n > __GL_FSAA_MODE=n > > Tested with ETQW, which doesn't support MSAA on Linux. This is > the only way to get MSAA there. This sounds like something that would be nice to add as a driconf knob. pgp5iJ4JAKn1p.pgp De

Re: [Mesa-dev] [PATCH] st/dri: add a way to force MSAA on with an environment variable

2012-12-10 Thread Brian Paul
On 12/10/2012 01:58 PM, Marek Olšák wrote: There are 2 ways. I prefer the former: GALLIUM_MSAA=n __GL_FSAA_MODE=n Tested with ETQW, which doesn't support MSAA on Linux. This is the only way to get MSAA there. --- src/gallium/state_trackers/dri/common/dri_screen.c | 43 +

[Mesa-dev] [PATCH] st/dri: add a way to force MSAA on with an environment variable

2012-12-10 Thread Marek Olšák
There are 2 ways. I prefer the former: GALLIUM_MSAA=n __GL_FSAA_MODE=n Tested with ETQW, which doesn't support MSAA on Linux. This is the only way to get MSAA there. --- src/gallium/state_trackers/dri/common/dri_screen.c | 43 ++-- 1 file changed, 39 insertions(+), 4 deletio