From bda540d2357f69a63dcf16550e178f803682d6ce Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 30 Nov 2012 12:43:58 -0800 Subject: mesa: Add dispatch and extension XML for GL_ARB_internalformat_query Signed-off-by: Ian Romanick Reviewed-by: Eric Anholt Reviewed-by: Jordan Justen --- src/mesa/main/tests/dispatch_sanity.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/mesa/main/tests') diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp index 3cc6bbde0b8..5e1a7b55edc 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -900,6 +900,9 @@ const struct function gl_core_functions_possible[] = { // { "glTextureStorage2DMultisampleEXT", 43, -1 }, // XXX: Add to xml // { "glTextureStorage3DMultisampleEXT", 43, -1 }, // XXX: Add to xml + /* GL_ARB_internalformat_query */ + { "glGetInternalformativ", 30, -1 }, + { NULL, 0, -1 } }; @@ -1323,8 +1326,7 @@ const struct function gles3_functions_possible[] = { { "glGetInteger64i_v", 30, -1 }, { "glGetInteger64v", 30, -1 }, { "glGetIntegeri_v", 30, -1 }, - // XXX: Missing implementation of ARB_internalformat_query - // { "glGetInternalformativ", 30, -1 }, + { "glGetInternalformativ", 30, -1 }, // glGetProgramBinary aliases glGetProgramBinaryOES in GLES 2 { "glGetQueryiv", 30, -1 }, { "glGetQueryObjectuiv", 30, -1 }, -- cgit v1.2.3