projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dfd7c5
)
mesa: Add GL_ARB_buffer_storage to dispatch_sanity.cpp.
author
Vinson Lee
<vlee@freedesktop.org>
Tue, 25 Feb 2014 20:18:41 +0000
(12:18 -0800)
committer
Vinson Lee
<vlee@freedesktop.org>
Tue, 25 Feb 2014 22:00:08 +0000
(14:00 -0800)
Fixes 'make check' failure introduced with commit
119ffa7307d62e7310ce3902fded662ee4021c92
.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=75503
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/tests/dispatch_sanity.cpp
patch
|
blob
|
history
diff --git
a/src/mesa/main/tests/dispatch_sanity.cpp
b/src/mesa/main/tests/dispatch_sanity.cpp
index 117a57096a974033cb6df3d9f06fc86dba7d10b5..d1b00116e26e270a6715317f4231fe5e8310b0c6 100644
(file)
--- a/
src/mesa/main/tests/dispatch_sanity.cpp
+++ b/
src/mesa/main/tests/dispatch_sanity.cpp
@@
-933,6
+933,9
@@
const struct function gl_core_functions_possible[] = {
{ "glVDPAUMapSurfacesNV", 11, -1 },
{ "glVDPAUUnmapSurfacesNV", 11, -1 },
+ /* GL_ARB_buffer_storage */
+ { "glBufferStorage", 43, -1 },
+
{ NULL, 0, -1 }
};