diff options
author | Tapani Pälli <[email protected]> | 2018-05-09 09:12:32 +0300 |
---|---|---|
committer | Tapani Pälli <[email protected]> | 2018-05-24 12:53:07 +0300 |
commit | 3ddcdcf94d79a01728b45ccf4f1131e208375544 (patch) | |
tree | b3b903fdd640d5e62ba5331066540152ec60e381 /src/mesa/main/extensions_table.h | |
parent | 046b2b651e41b1e1f6ba32fdb04b2caac6b46e65 (diff) |
mesa: changes to expose OES_texture_view extension
Functionality already covered by ARB_texture_view, patch also
adds missing 'gles guard' for enums (added in f1563e6392).
Tested via arb_texture_view.*_gles3 tests and individual app
utilizing texture view with ETC2.
Signed-off-by: Tapani Pälli <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main/extensions_table.h')
-rw-r--r-- | src/mesa/main/extensions_table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h index 38d241db529..9207e3f8c6e 100644 --- a/src/mesa/main/extensions_table.h +++ b/src/mesa/main/extensions_table.h @@ -420,6 +420,7 @@ EXT(OES_texture_mirrored_repeat , dummy_true EXT(OES_texture_npot , ARB_texture_non_power_of_two , x , x , ES1, ES2, 2005) EXT(OES_texture_stencil8 , ARB_texture_stencil8 , x , x , x , 30, 2014) EXT(OES_texture_storage_multisample_2d_array, ARB_texture_multisample , x , x , x , 31, 2014) +EXT(OES_texture_view , OES_texture_view , x , x , x , 31, 2014) EXT(OES_vertex_array_object , dummy_true , x , x , ES1, ES2, 2010) EXT(OES_vertex_half_float , ARB_half_float_vertex , x , x , x , ES2, 2005) EXT(OES_viewport_array , OES_viewport_array , x , x , x , 31, 2010) |