Re: [Mesa-dev] [PATCH] gl-3.0/api/drawpixels-integer: New test for GL 3.0 integer glDrawPixels.

2011-11-28 Thread Brian Paul
On 11/27/2011 07:08 PM, Eric Anholt wrote: When the extension was folded in, glDrawPixels of integer formats was disallowed. Disable the GL_EXT_texture_integer if 3.0 is exposed, and replace it with a simple make sure it throws the error API test. I think actually the intent was that this is a

[Mesa-dev] [PATCH] gl-3.0/api/drawpixels-integer: New test for GL 3.0 integer glDrawPixels.

2011-11-27 Thread Eric Anholt
When the extension was folded in, glDrawPixels of integer formats was disallowed. Disable the GL_EXT_texture_integer if 3.0 is exposed, and replace it with a simple make sure it throws the error API test. I think actually the intent was that this is a correction to EXT_texture_integer, because I