From 987c2ece033cb486314dcc00d834fa0b9d22162d Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Mon, 16 Jul 2018 23:16:31 -0400 Subject: mesa: expose ARB_indirect_parameters in the compatibility profile Reviewed-by: Timothy Arceri (v1) v2: fix dispatch_sanity --- src/mesa/main/tests/dispatch_sanity.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mesa/main/tests') 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 }, -- cgit v1.2.3