diff options
Diffstat (limited to 'src/mesa/main/get.c')
-rw-r--r-- | src/mesa/main/get.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index 397f4a3547e..cf3ee6385ef 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -501,6 +501,7 @@ EXTRA_EXT(KHR_blend_equation_advanced_coherent); EXTRA_EXT(OES_primitive_bounding_box); EXTRA_EXT(ARB_compute_variable_group_size); EXTRA_EXT(KHR_robustness); +EXTRA_EXT(ARB_sparse_buffer); static const int extra_ARB_color_buffer_float_or_glcore[] = { |