Re: [Mesa-dev] [PATCH] i965: Drop support for the GL_MESA_ycbcr_texture extension.

2011-12-06 Thread Eric Anholt
On Tue, 6 Dec 2011 13:13:59 -0800, Kenneth Graunke wrote: > We forgot to implement the color conversions in the new fragment shader > backend, so YCBCR + GLSL has been broken since Mesa 7.10. Additionally, > with the fixed function fragment shader rework, YCBCR + FF is broken in > master. The

[Mesa-dev] [PATCH] i965: Drop support for the GL_MESA_ycbcr_texture extension.

2011-12-06 Thread Kenneth Graunke
We forgot to implement the color conversions in the new fragment shader backend, so YCBCR + GLSL has been broken since Mesa 7.10. Additionally, with the fixed function fragment shader rework, YCBCR + FF is broken in master. The only combination that should still work is YCBCR + ARB_fp. Presumabl