Re: [Mesa-dev] [PATCH] intel/pre-gen6: Disable EXT_framebuffer_multisample.

2013-02-06 Thread Eric Anholt
Paul Berry writes: > Previously, the i965 driver enabled EXT_framebuffer_multisample even > on pre-gen6 chipsets. However, since we don't support multisampling > on these chips, we set GL_MAX_SAMPLES=1 (the minimum allowed by > EXT_framebuffer_multisample), and if the client ever requested a > m

[Mesa-dev] [PATCH] intel/pre-gen6: Disable EXT_framebuffer_multisample.

2013-02-06 Thread Paul Berry
Previously, the i965 driver enabled EXT_framebuffer_multisample even on pre-gen6 chipsets. However, since we don't support multisampling on these chips, we set GL_MAX_SAMPLES=1 (the minimum allowed by EXT_framebuffer_multisample), and if the client ever requested a multisample buffer, we quietly s