summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests/dispatch_sanity.cpp
diff options
context:
space:
mode:
authorPi Tabred <[email protected]>2013-12-14 10:32:00 -0700
committerBrian Paul <[email protected]>2013-12-18 09:06:51 -0700
commit1f7c3e541fa8c16435d78585e8c2ee449de5e61a (patch)
tree083c740c9572f43366cae94a38fc0d2ee62cd5a9 /src/mesa/main/tests/dispatch_sanity.cpp
parent56647c5d8f8e60269f0a3277e3caa7ee57d1fe6a (diff)
mesa: Add infrastructure for GL_ARB_clear_buffer_object
- add xml file for extension - add reference in gl_API.xml - add pointer to device driver function table (dd.h) - update dispatch_sanity.cpp Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/tests/dispatch_sanity.cpp')
-rw-r--r--src/mesa/main/tests/dispatch_sanity.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp
index 2f4539a4247..227a4fd8b89 100644
--- a/src/mesa/main/tests/dispatch_sanity.cpp
+++ b/src/mesa/main/tests/dispatch_sanity.cpp
@@ -846,8 +846,8 @@ const struct function gl_core_functions_possible[] = {
// { "glGetObjectLabel", 43, -1 }, // XXX: Add to xml
// { "glObjectPtrLabel", 43, -1 }, // XXX: Add to xml
// { "glGetObjectPtrLabel", 43, -1 }, // XXX: Add to xml
-// { "glClearBufferData", 43, -1 }, // XXX: Add to xml
-// { "glClearBufferSubData", 43, -1 }, // XXX: Add to xml
+ { "glClearBufferData", 43, -1 },
+ { "glClearBufferSubData", 43, -1 },
// { "glClearNamedBufferDataEXT", 43, -1 }, // XXX: Add to xml
// { "glClearNamedBufferSubDataEXT", 43, -1 }, // XXX: Add to xml
// { "glDispatchCompute", 43, -1 }, // XXX: Add to xml