Re: [Mesa-dev] [PATCH 2/2] i965: Respect driconf option clamp_max_samples

2013-11-02 Thread Chad Versace
On 11/01/2013 02:37 PM, Paul Berry wrote: On 31 October 2013 18:36, Chad Versace wrote: Clamp gen7 GL_MAX_SAMPLES to 0, 4, or 8. Clamp gen6 GL_MAX_SAMPLES to 0 or 4. Clamp other gens to 0. CC: Eric Anholt Signed-off-by: Chad Versace --- src/mesa/drivers/dri/i965/brw_context.c | 35 ++

Re: [Mesa-dev] [PATCH 2/2] i965: Respect driconf option clamp_max_samples

2013-11-01 Thread Paul Berry
On 31 October 2013 18:36, Chad Versace wrote: > Clamp gen7 GL_MAX_SAMPLES to 0, 4, or 8. > Clamp gen6 GL_MAX_SAMPLES to 0 or 4. > Clamp other gens to 0. > > CC: Eric Anholt > Signed-off-by: Chad Versace > --- > src/mesa/drivers/dri/i965/brw_context.c | 35 > +++- >

[Mesa-dev] [PATCH 2/2] i965: Respect driconf option clamp_max_samples

2013-10-31 Thread Chad Versace
Clamp gen7 GL_MAX_SAMPLES to 0, 4, or 8. Clamp gen6 GL_MAX_SAMPLES to 0 or 4. Clamp other gens to 0. CC: Eric Anholt Signed-off-by: Chad Versace --- src/mesa/drivers/dri/i965/brw_context.c | 35 +++- src/mesa/drivers/dri/i965/intel_screen.c | 1 + 2 files changed,