diff options
author | Marek Olšák <[email protected]> | 2018-07-16 23:10:17 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-07-19 00:58:51 -0400 |
commit | 6c4652ea8ac44f7d19e43de4f0302d8ad78852a2 (patch) | |
tree | 88cc1b7248f9deb77ca5229fd31808c83c4e46c1 /src | |
parent | da528898bc16d1e31f18c08c16749970b5784e61 (diff) |
mesa: expose ARB_shader_viewport_layer_array in the compatibility profile
no changes needed for GL compat
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/extensions_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h index 0ee582f4f66..3758a95f05f 100644 --- a/src/mesa/main/extensions_table.h +++ b/src/mesa/main/extensions_table.h @@ -126,7 +126,7 @@ EXT(ARB_shader_storage_buffer_object , ARB_shader_storage_buffer_object EXT(ARB_shader_subroutine , dummy_true , 31, GLC, x , x , 2010) EXT(ARB_shader_texture_image_samples , ARB_shader_texture_image_samples , GLL, GLC, x , x , 2014) EXT(ARB_shader_texture_lod , ARB_shader_texture_lod , GLL, GLC, x , x , 2009) -EXT(ARB_shader_viewport_layer_array , ARB_shader_viewport_layer_array , x , GLC, x , x , 2015) +EXT(ARB_shader_viewport_layer_array , ARB_shader_viewport_layer_array , GLL, GLC, x , x , 2015) EXT(ARB_shading_language_100 , dummy_true , GLL, x , x , x , 2003) EXT(ARB_shading_language_420pack , ARB_shading_language_420pack , GLL, GLC, x , x , 2011) EXT(ARB_shading_language_packing , ARB_shading_language_packing , GLL, GLC, x , x , 2011) |