mesa: Add API definitions for ARB_texture_view
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Mon, 4 Nov 2013 21:08:16 +0000 (14:08 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 13 Dec 2013 19:31:53 +0000 (12:31 -0700)
commitd77d2af20a978972d74dcaa6c1099be02578f247
treeff6b6e42e17094118fe0b362e6292060ee0f780d
parent7a73c6acb0a4f5f049795f73a54a08a6dbe166ed
mesa: Add API definitions for ARB_texture_view

Stub in glTextureView API call to go with the
glTextureView API xml definition.
Includes dispatch test for glTextureView

Signed-off-by: Courtney Goeltzenleuchter <courtney@LunarG.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mapi/glapi/gen/ARB_texture_view.xml [new file with mode: 0644]
src/mapi/glapi/gen/Makefile.am
src/mapi/glapi/gen/gl_API.xml
src/mapi/glapi/gen/gl_genexec.py
src/mesa/Makefile.sources
src/mesa/SConscript
src/mesa/main/tests/dispatch_sanity.cpp
src/mesa/main/textureview.c [new file with mode: 0644]
src/mesa/main/textureview.h [new file with mode: 0644]