summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2018-07-16 23:16:31 -0400
committerMarek Olšák <[email protected]>2018-07-19 01:10:18 -0400
commit987c2ece033cb486314dcc00d834fa0b9d22162d (patch)
tree63428cd04967416b671026d92b1613c27aca9797 /src/mesa/main/tests
parentd40188800e5784d15e45bb89c3f6b89ee0f8e79d (diff)
mesa: expose ARB_indirect_parameters in the compatibility profile
Reviewed-by: Timothy Arceri <[email protected]> (v1) v2: fix dispatch_sanity
Diffstat (limited to 'src/mesa/main/tests')
-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 ec4f9dd08f5..d1d063636a8 100644
--- a/src/mesa/main/tests/dispatch_sanity.cpp
+++ b/src/mesa/main/tests/dispatch_sanity.cpp
@@ -1188,6 +1188,10 @@ const struct function common_desktop_functions_possible[] = {
{ "glNamedFramebufferSampleLocationsfvARB", 30, -1 },
{ "glEvaluateDepthValuesARB", 30, -1 },
+ /* GL_ARB_indirect_parameters */
+ { "glMultiDrawArraysIndirectCountARB", 11, -1 },
+ { "glMultiDrawElementsIndirectCountARB", 11, -1 },
+
{ NULL, 0, -1 }
};
@@ -1938,10 +1942,6 @@ const struct function gl_core_functions_possible[] = {
/* GL 4.5 */
{ "glMemoryBarrierByRegion", 45, -1 },
- /* GL_ARB_indirect_parameters */
- { "glMultiDrawArraysIndirectCountARB", 31, -1 },
- { "glMultiDrawElementsIndirectCountARB", 31, -1 },
-
/* GL_ARB_ES3_2_compatibility */
{ "glPrimitiveBoundingBoxARB", 45, -1 },