aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests
diff options
context:
space:
mode:
authorMartin Peres <[email protected]>2015-02-10 17:13:06 +0200
committerMartin Peres <[email protected]>2015-03-25 10:05:45 +0200
commitc3c1ed874e57b439e856a3eec735181b3221730e (patch)
tree3f86c8ee2cc6d5e8113efa4cc2ae0b99b096c3a5 /src/mesa/main/tests
parent6ead10d08f0a4e0ccc699437ed424a0019c07ef8 (diff)
main: Added entry point for glCreateQueries
v2: - display the name of the target instead of its id (Laura) Reviewed-by: Laura Ekstrand <[email protected]> Signed-off-by: Martin Peres <[email protected]>
Diffstat (limited to 'src/mesa/main/tests')
-rw-r--r--src/mesa/main/tests/dispatch_sanity.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp
index e9631628076..e5362fb2679 100644
--- a/src/mesa/main/tests/dispatch_sanity.cpp
+++ b/src/mesa/main/tests/dispatch_sanity.cpp
@@ -976,6 +976,7 @@ const struct function gl_core_functions_possible[] = {
{ "glTextureStorage3DMultisample", 45, -1 },
{ "glTextureBuffer", 45, -1 },
{ "glTextureBufferRange", 45, -1 },
+ { "glCreateQueries", 45, -1 },
/* GL_EXT_polygon_offset_clamp */
{ "glPolygonOffsetClampEXT", 11, -1 },