diff options
author | Ilia Mirkin <[email protected]> | 2016-08-27 18:02:48 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-08-28 21:38:55 -0400 |
commit | d49a231c330df1ed596137bdd2a3d69fcc99d48e (patch) | |
tree | 388d1663e1546a111f2f64f7595efaa5a779f140 /src/mesa/main/extensions_table.h | |
parent | 4ec1c2bb7f4ed4238ce80e25f93dd1120201aaec (diff) |
mesa: add EXT_texture_cube_map_array support
This is identical to OES_texture_cube_map_array support. dEQP has tests
which use this extension. Also it is part of AEP.
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Ian Romanick <[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 0a0d9a2d5aa..5d66cae873c 100644 --- a/src/mesa/main/extensions_table.h +++ b/src/mesa/main/extensions_table.h @@ -249,6 +249,7 @@ EXT(EXT_texture_compression_latc , EXT_texture_compression_latc EXT(EXT_texture_compression_rgtc , ARB_texture_compression_rgtc , GLL, GLC, x , x , 2004) EXT(EXT_texture_compression_s3tc , EXT_texture_compression_s3tc , GLL, GLC, x , x , 2000) EXT(EXT_texture_cube_map , ARB_texture_cube_map , GLL, x , x , x , 2001) +EXT(EXT_texture_cube_map_array , OES_texture_cube_map_array , x , x , x , 31, 2014) EXT(EXT_texture_edge_clamp , dummy_true , GLL, x , x , x , 1997) EXT(EXT_texture_env_add , dummy_true , GLL, x , x , x , 1999) EXT(EXT_texture_env_combine , dummy_true , GLL, x , x , x , 2000) |