summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests
diff options
context:
space:
mode:
authorLaura Ekstrand <[email protected]>2014-10-24 15:02:16 -0700
committerLaura Ekstrand <[email protected]>2015-01-08 11:37:28 -0800
commit97c838cf856e478401be9526ab028aea3aacad26 (patch)
tree08c39e39396983d26d3b91e3905bad7f4ff12d94 /src/mesa/main/tests
parent15ddc2d94b0ac23bf23e166530e46be4ee9570a2 (diff)
main: Added entry point for glCreateTextures.
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mesa/main/tests')
-rw-r--r--src/mesa/main/tests/dispatch_sanity.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp
index 03428dd7281..f301b59344b 100644
--- a/src/mesa/main/tests/dispatch_sanity.cpp
+++ b/src/mesa/main/tests/dispatch_sanity.cpp
@@ -954,6 +954,9 @@ const struct function gl_core_functions_possible[] = {
/* GL_ARB_clip_control */
{ "glClipControl", 45, -1 },
+ /* GL_ARB_direct_state_access */
+ { "glCreateTextures", 45, -1 },
+
{ NULL, 0, -1 }
};