From dc4f53b68308bbd79932470cf4613037f7e95fb7 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 17 Aug 2016 10:20:34 +0100 Subject: mesa: Add support for OES_texture_cube_map_array This has a separate enable flag because this extension also requires OES_geometry_shader. It is possible that some drivers may support OpenGL ES 3.1 and ARB_texture_cube_map but not support OES_geometry_shader. Signed-off-by: Ian Romanick Reviewed-by: Ilia Mirkin Reviewed-by: Kenneth Graunke --- src/compiler/glsl/glsl_parser_extras.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compiler/glsl/glsl_parser_extras.cpp') diff --git a/src/compiler/glsl/glsl_parser_extras.cpp b/src/compiler/glsl/glsl_parser_extras.cpp index b5c5fdc574c..80f37f34f2d 100644 --- a/src/compiler/glsl/glsl_parser_extras.cpp +++ b/src/compiler/glsl/glsl_parser_extras.cpp @@ -640,6 +640,7 @@ static const _mesa_glsl_extension _mesa_glsl_supported_extensions[] = { EXT(OES_tessellation_shader), EXT(OES_texture_3D), EXT(OES_texture_buffer), + EXT(OES_texture_cube_map_array), EXT(OES_texture_storage_multisample_2d_array), /* All other extensions go here, sorted alphabetically. -- cgit v1.2.3