From d77d2af20a978972d74dcaa6c1099be02578f247 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Mon, 4 Nov 2013 14:08:16 -0700 Subject: 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 Reviewed-by: Brian Paul --- src/mapi/glapi/gen/gl_API.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mapi/glapi/gen/gl_API.xml') diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 5c877aa..778f3aa 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -8460,8 +8460,10 @@ - + + + -- cgit v1.1