aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2018-11-27 20:42:44 -0500
committerMarek Olšák <[email protected]>2018-12-04 12:50:36 -0500
commit4b218984d862f860e0a3b8d1bc3c3235f46871fe (patch)
tree1dda2d6265bbef3f4de86a003c62460713ec1f74 /src/mesa
parentd9b2234042142dc02a4844747d3c35e140da53dc (diff)
mesa: expose GL_EXT_texture_view as an alias of GL_OES_texture_view
There are no spec changes. Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/main/extensions_table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h
index 5c03bb0d9dc..8d6d56c640d 100644
--- a/src/mesa/main/extensions_table.h
+++ b/src/mesa/main/extensions_table.h
@@ -302,6 +302,7 @@ EXT(EXT_texture_shared_exponent , EXT_texture_shared_exponent
EXT(EXT_texture_snorm , EXT_texture_snorm , GLL, GLC, x , x , 2009)
EXT(EXT_texture_swizzle , EXT_texture_swizzle , GLL, GLC, x , x , 2008)
EXT(EXT_texture_type_2_10_10_10_REV , EXT_texture_type_2_10_10_10_REV , x , x , x , ES2, 2008)
+EXT(EXT_texture_view , OES_texture_view , x , x , x , 31, 2014)
EXT(EXT_timer_query , EXT_timer_query , GLL, GLC, x , x , 2006)
EXT(EXT_transform_feedback , EXT_transform_feedback , GLL, GLC, x , x , 2011)
EXT(EXT_unpack_subimage , dummy_true , x , x , x , ES2, 2011)