glapi: add definition of ARB_texture_storage_multisample
authorChris Forbes <chrisf@ijw.co.nz>
Sat, 16 Feb 2013 09:02:00 +0000 (22:02 +1300)
committerChris Forbes <chrisf@ijw.co.nz>
Sun, 31 Mar 2013 09:19:28 +0000 (22:19 +1300)
commit719974b54c292a507b5600bcfe1f259c2938e963
tree160f62e38af6f388d9203cc618f7b25a55e58fcf
parent788b0f85357e10c883cb65d0544a039412366129
glapi: add definition of ARB_texture_storage_multisample

Adds XML for the extension, dispatch_sanity enabling, and the two new
entrypoints. These are both implemented by calling the shared
teximagemultisample() with immutable=GL_TRUE.

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mapi/glapi/gen/ARB_texture_storage_multisample.xml [new file with mode: 0644]
src/mapi/glapi/gen/gl_API.xml
src/mesa/main/tests/dispatch_sanity.cpp
src/mesa/main/teximage.c
src/mesa/main/teximage.h