From 1085c0112128e6bbb6cdc7ef3ae40e5e69499098 Mon Sep 17 00:00:00 2001 From: Fredrik Höglund Date: Mon, 2 Mar 2015 18:56:31 +0100 Subject: mesa: Implement GetVertexArrayiv Reviewed-by: Laura Ekstrand --- src/mesa/main/tests/dispatch_sanity.cpp | 1 + 1 file changed, 1 insertion(+) (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 c1e6283cd92..0d61a1e61ca 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -1028,6 +1028,7 @@ const struct function gl_core_functions_possible[] = { { "glVertexArrayAttribLFormat", 45, -1 }, { "glVertexArrayAttribBinding", 45, -1 }, { "glVertexArrayBindingDivisor", 45, -1 }, + { "glGetVertexArrayiv", 45, -1 }, { "glCreateSamplers", 45, -1 }, { "glCreateProgramPipelines", 45, -1 }, { "glCreateQueries", 45, -1 }, -- cgit v1.2.3