[Mesa-dev] [PATCH 2/3] mesa: add texformat/store code for GL_RGB10_A2UI.

2011-11-27 Thread Dave Airlie
From: Dave Airlie airl...@redhat.com This just adds the texstorage and format handling for ARB_texture_rgb10_a2ui Signed-off-by: Dave Airlie airl...@redhat.com --- src/mesa/main/image.c |2 + src/mesa/main/texformat.c |9 +++ src/mesa/main/teximage.c |1 +

Re: [Mesa-dev] [PATCH 2/3] mesa: add texformat/store code for GL_RGB10_A2UI.

2011-11-27 Thread Eric Anholt
On Sun, 27 Nov 2011 19:27:16 +, Dave Airlie airl...@gmail.com wrote: From: Dave Airlie airl...@redhat.com This just adds the texstorage and format handling for ARB_texture_rgb10_a2ui Looking at places that GL_RGBA32UI is mentioned, it seems like we also need a case for this extension in