On 02/25/2014 12:22 PM, Vinson Lee wrote:
Fixes 'make check' failure introduced with commit
119ffa7307d62e7310ce3902fded662ee4021c92.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=75503
Signed-off-by: Vinson Lee <v...@freedesktop.org>
Reviewed-by: Ian Romanick <ian.d.roman...@intel.com>
---
src/mesa/main/tests/dispatch_sanity.cpp | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp
b/src/mesa/main/tests/dispatch_sanity.cpp
index 117a570..d1b0011 100644
--- 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 }
};
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev