Re: [Mesa-dev] [PATCH 2/2] i965/msaa: Allow GL_SAMPLES to be set to 1 prior to Gen6.

2012-07-27 Thread Jordan Justen
For series: Reviewed-by: Jordan Justen On Fri, Jul 27, 2012 at 10:35 AM, Paul Berry wrote: > This patch allows GL_SAMPLES to be set to either 0 or 1 on i965 > platforms that don't support MSAA (those prior to Gen6). Setting > GL_SAMPLES=1 has the same effect as setting it to 0 on these platform

[Mesa-dev] [PATCH 2/2] i965/msaa: Allow GL_SAMPLES to be set to 1 prior to Gen6.

2012-07-27 Thread Paul Berry
This patch allows GL_SAMPLES to be set to either 0 or 1 on i965 platforms that don't support MSAA (those prior to Gen6). Setting GL_SAMPLES=1 has the same effect as setting it to 0 on these platforms (because MSAA is unsupported), but is distinguishable via the GL API. Bugzilla: https://bugs.free