diff options
author | Pierre-Eric Pelloux-Prayer <[email protected]> | 2019-05-28 10:27:52 +0200 |
---|---|---|
committer | Pierre-Eric Pelloux-Prayer <[email protected]> | 2019-10-18 10:26:26 +0200 |
commit | eaeab0a99845f3fb6a5ff70d4e275b31df506a0e (patch) | |
tree | 9628b203aded2593736f600985657363bad46daf /src/mesa/main/tests/dispatch_sanity.cpp | |
parent | 01666ad206fbb4ab5e95667af6b73d405629f05b (diff) |
mesa: add EXT_dsa glClientAttribDefaultEXT / glPushClientAttribDefaultEXT
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/main/tests/dispatch_sanity.cpp')
-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 cbd65d7ba63..be322aa792e 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -1031,8 +1031,8 @@ const struct function common_desktop_functions_possible[] = { { "glMatrixPushEXT", 10, -1 }, { "glMatrixPopEXT", 10, -1 }, /* GL_EXT_direct_state_access - GL 1.1 */ - //{ "glClientAttribDefaultEXT", 11, -1 }, - //{ "glPushClientAttribDefaultEXT", 11, -1 }, + { "glClientAttribDefaultEXT", 11, -1 }, + { "glPushClientAttribDefaultEXT", 11, -1 }, { "glTextureParameteriEXT", 11, -1 }, { "glTextureParameterivEXT", 11, -1 }, { "glTextureParameterfEXT", 11, -1 }, |