summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/extensions_table.h
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2016-02-15 19:09:15 -0500
committerIlia Mirkin <imirkin@alum.mit.edu>2016-02-22 10:38:56 -0500
commitb6654831c36f9780e6bcd23bb211470ec0db7de2 (patch)
treebb5faeae0fefcd8ca0b67a258bd2f8ed97dca08a /src/mesa/main/extensions_table.h
parentaf8ad495415e9d71fd6255114d4ea5e0ab6a1e2a (diff)
downloadexternal_mesa3d-b6654831c36f9780e6bcd23bb211470ec0db7de2.zip
external_mesa3d-b6654831c36f9780e6bcd23bb211470ec0db7de2.tar.gz
external_mesa3d-b6654831c36f9780e6bcd23bb211470ec0db7de2.tar.bz2
mesa: add GL_OES_texture_border_clamp support
Only minor differences to the existing ARB_texture_border_clamp support. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
Diffstat (limited to 'src/mesa/main/extensions_table.h')
-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 0c90f01..2cd9d75 100644
--- a/src/mesa/main/extensions_table.h
+++ b/src/mesa/main/extensions_table.h
@@ -333,6 +333,7 @@ EXT(OES_stencil8 , dummy_true
EXT(OES_stencil_wrap , dummy_true , x , x , ES1, x , 2002)
EXT(OES_surfaceless_context , dummy_true , x , x , ES1, ES2, 2012)
EXT(OES_texture_3D , dummy_true , x , x , x , ES2, 2005)
+EXT(OES_texture_border_clamp , ARB_texture_border_clamp , x , x , x , ES2, 2014)
EXT(OES_texture_cube_map , ARB_texture_cube_map , x , x , ES1, x , 2007)
EXT(OES_texture_env_crossbar , ARB_texture_env_crossbar , x , x , ES1, x , 2005)
EXT(OES_texture_float , OES_texture_float , x , x , x , ES2, 2005)