mesa/formats: add some formats from GL3.3
authorDave Airlie <airlied@redhat.com>
Thu, 30 Jul 2015 01:48:36 +0000 (02:48 +0100)
committerDave Airlie <airlied@redhat.com>
Tue, 1 Sep 2015 23:26:13 +0000 (09:26 +1000)
commit8185a02316cfb7dc3d64b8772af82ad2bb49754e
tree48c64dae9bc31f4c247ca8a7ccb7cc5e9a28288b
parent5b6c7da460b8f6c908df7060ec0709a9848ce160
mesa/formats: add some formats from GL3.3

GL3.3 added GL_ARB_texture_rgb10_a2ui, which specifies
a lot more things than just rgb10/a2ui.

While playing with ogl conform one of the tests must
attempted all valid formats for GL3.3 and hits the
unreachable here.

This adds the first chunk of formats that hit the
assert.

Cc: "11.0" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/mesa/main/formats.c
src/mesa/main/formats.csv
src/mesa/main/formats.h
src/mesa/main/glformats.c
src/mesa/swrast/s_texfetch.c