diff options
Diffstat (limited to 'src/mesa/main/tests')
-rw-r--r-- | src/mesa/main/tests/dispatch_sanity.cpp | 4 |
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 eb0f217a1d2..0fba8d19fe3 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -1126,8 +1126,8 @@ const struct function common_desktop_functions_possible[] = { { "glMatrixMultTransposefEXT", 13, -1 }, { "glMatrixMultTransposedEXT", 13, -1 }, /* GL_EXT_direct_state_access - GL 1.5 */ - //{ "glNamedBufferDataEXT", 15, -1 }, - //{ "glNamedBufferSubDataEXT", 15, -1 }, + { "glNamedBufferDataEXT", 15, -1 }, + { "glNamedBufferSubDataEXT", 15, -1 }, //{ "glMapNamedBufferEXT", 15, -1 }, //{ "glUnmapNamedBufferEXT", 15, -1 }, //{ "glGetNamedBufferParameterivEXT", 15, -1 }, |