Re: [Mesa-dev] [PATCH 1/4] i965: Add an env var for forcing window system MSAA.

2014-03-24 Thread Kenneth Graunke
On 03/21/2014 05:45 PM, Eric Anholt wrote: > Sometimes it would be nice to benchmark some app with MSAA versus not, but > it doesn't offer the controls you want. Just provide a handy knob to > force the issue. > --- > src/mesa/drivers/dri/i965/intel_screen.c | 15 +++ > src/mesa/drive

[Mesa-dev] [PATCH 1/4] i965: Add an env var for forcing window system MSAA.

2014-03-21 Thread Eric Anholt
Sometimes it would be nice to benchmark some app with MSAA versus not, but it doesn't offer the controls you want. Just provide a handy knob to force the issue. --- src/mesa/drivers/dri/i965/intel_screen.c | 15 +++ src/mesa/drivers/dri/i965/intel_screen.h | 2 ++ 2 files changed, 17