aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests/dispatch_sanity.cpp
diff options
context:
space:
mode:
authorPierre-Eric Pelloux-Prayer <[email protected]>2019-04-26 18:10:44 +0200
committerMarek Olšák <[email protected]>2019-07-30 22:04:26 -0400
commite26c6764f240d748a82c353f7c9a8b30f8a27cd6 (patch)
treeeaa89f0c49d52ae5b7da5225921253649c2b5ef8 /src/mesa/main/tests/dispatch_sanity.cpp
parent9265e9d11aa20697d3d9871c2bd0b5402b135dbd (diff)
mesa: add EXT_dsa NamedBuffer functions
Diffstat (limited to 'src/mesa/main/tests/dispatch_sanity.cpp')
-rw-r--r--src/mesa/main/tests/dispatch_sanity.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp
index ba5df4b0860..0b2dcfc4a81 100644
--- a/src/mesa/main/tests/dispatch_sanity.cpp
+++ b/src/mesa/main/tests/dispatch_sanity.cpp
@@ -1129,9 +1129,9 @@ const struct function common_desktop_functions_possible[] = {
{ "glNamedBufferSubDataEXT", 15, -1 },
{ "glMapNamedBufferEXT", 15, -1 },
{ "glUnmapNamedBufferEXT", 15, -1 },
- //{ "glGetNamedBufferParameterivEXT", 15, -1 },
- //{ "glGetNamedBufferPointervEXT", 15, -1 },
- //{ "glGetNamedBufferSubDataEXT", 15, -1 },
+ { "glGetNamedBufferParameterivEXT", 15, -1 },
+ { "glGetNamedBufferPointervEXT", 15, -1 },
+ { "glGetNamedBufferSubDataEXT", 15, -1 },
/* GL_EXT_direct_state_access - GL 2.0 */
//{ "glProgramUniform1iEXT", 20, -1 },
//{ "glProgramUniform1ivEXT", 20, -1 },
@@ -1222,7 +1222,7 @@ const struct function common_desktop_functions_possible[] = {
//{ "glGetVertexArrayIntegeri_vEXT", 30, -1 },
//{ "glGetVertexArrayPointeri_vEXT", 30, -1 },
{ "glMapNamedBufferRangeEXT", 30, -1 },
- //{ "glFlushMappedNamedBufferRangeEXT", 30, -1 },
+ { "glFlushMappedNamedBufferRangeEXT", 30, -1 },
/* GL_ARB_internalformat_query */
{ "glGetInternalformativ", 30, -1 },