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

Eric Anholt eric at anholt.net
Sun Nov 27 14:40:28 PST 2011


On Sun, 27 Nov 2011 19:27:16 +0000, Dave Airlie <airlied at gmail.com> wrote:
> From: Dave Airlie <airlied at 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 fbobject.c:_mesa_base_fbo_format().

Looks like teximage.c:get_sized_format_info() doesn't want it because
that list is supposed to just be table 3.21 of the GL 3.3 spec for
glTexBuffer() (so it explicitly doesn't include this format).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20111127/c6f72cd4/attachment.pgp>


More information about the mesa-dev mailing list