From 2273b04c6198d591c3dc5123c4d100da5bcc0e18 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 16 Oct 2013 08:43:21 -0600 Subject: mesa: change glTexImage[23]DMultisample() internalformat to GLenum To match glext.h and the GL_ARB_texture_multisample extension. However, the GL 4.0 spec and man page say it's GLint. An OpenGL spec bug will be filed. --- src/mapi/glapi/gen/ARB_texture_multisample.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mapi') diff --git a/src/mapi/glapi/gen/ARB_texture_multisample.xml b/src/mapi/glapi/gen/ARB_texture_multisample.xml index f0dd4f5f79b..1f65a8bcf80 100644 --- a/src/mapi/glapi/gen/ARB_texture_multisample.xml +++ b/src/mapi/glapi/gen/ARB_texture_multisample.xml @@ -37,7 +37,7 @@ - + @@ -46,7 +46,7 @@ - + -- cgit v1.2.3