diff options
author | Pierre-Eric Pelloux-Prayer <[email protected]> | 2019-10-25 15:20:31 +0200 |
---|---|---|
committer | Pierre-Eric Pelloux-Prayer <[email protected]> | 2019-11-05 13:58:28 +0100 |
commit | f793a8663df1a84230e1041447eacec9db4c0fde (patch) | |
tree | 7df22782567dc0ca25be0688653150613233e1fb /src/mesa/main/tests | |
parent | a05336179314fcaba37bda12599f076000effbcd (diff) |
mesa: add EXT_dsa glEnableVertexArrayEXT / glDisableVertexArrayEXT
Reviewed-by: Marek Olšák <[email protected]>
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 78a50532c5c..c58c2943563 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -1180,8 +1180,8 @@ const struct function common_desktop_functions_possible[] = { { "glVertexArraySecondaryColorOffsetEXT", 30, -1 }, { "glVertexArrayVertexAttribOffsetEXT", 30, -1 }, { "glVertexArrayVertexAttribIOffsetEXT", 30, -1 }, - //{ "glEnableVertexArrayEXT", 30, -1 }, - //{ "glDisableVertexArrayEXT", 30, -1 }, + { "glEnableVertexArrayEXT", 30, -1 }, + { "glDisableVertexArrayEXT", 30, -1 }, //{ "glEnableVertexArrayAttribEXT", 30, -1 }, //{ "glDisableVertexArrayAttribEXT", 30, -1 }, //{ "glGetVertexArrayIntegervEXT", 30, -1 }, |