aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/extensions_table.h
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/extensions_table.h
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/extensions_table.h')
-rw-r--r--src/mesa/main/extensions_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h
index 3758a95f05f..f4f7f01d6e4 100644
--- a/src/mesa/main/extensions_table.h
+++ b/src/mesa/main/extensions_table.h
@@ -80,7 +80,7 @@ EXT(ARB_gpu_shader_fp64 , ARB_gpu_shader_fp64
EXT(ARB_gpu_shader_int64 , ARB_gpu_shader_int64 , x , GLC, x , x , 2015)
EXT(ARB_half_float_pixel , dummy_true , GLL, GLC, x , x , 2003)
EXT(ARB_half_float_vertex , ARB_half_float_vertex , GLL, GLC, x , x , 2008)
-EXT(ARB_indirect_parameters , ARB_indirect_parameters , x , GLC, x , x , 2013)
+EXT(ARB_indirect_parameters , ARB_indirect_parameters , GLL, GLC, x , x , 2013)
EXT(ARB_instanced_arrays , ARB_instanced_arrays , GLL, GLC, x , x , 2008)
EXT(ARB_internalformat_query , ARB_internalformat_query , GLL, GLC, x , x , 2011)
EXT(ARB_internalformat_query2 , ARB_internalformat_query2 , GLL, GLC, x , x , 2013)