From: Ilia Mirkin Date: Wed, 17 Feb 2016 12:36:58 +0000 (-0500) Subject: mesa: add GL_EXT_texture_border_clamp support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=571bd9ac4280b0d3c10281e9899afb33bc67d589;p=mesa.git mesa: add GL_EXT_texture_border_clamp support This extension is identical to GL_OES_texture_border_clamp. But dEQP has tests that want the EXT variant. Signed-off-by: Ilia Mirkin Reviewed-by: Samuel Iglesias Gonsálvez --- diff --git a/src/mapi/glapi/gen/EXT_texture_integer.xml b/src/mapi/glapi/gen/EXT_texture_integer.xml index 5f9ea2963d3..eb6b220ea6b 100644 --- a/src/mapi/glapi/gen/EXT_texture_integer.xml +++ b/src/mapi/glapi/gen/EXT_texture_integer.xml @@ -69,25 +69,25 @@ - + - + - + - + diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml index fb0ef05f853..178f7c027bc 100644 --- a/src/mapi/glapi/gen/es_EXT.xml +++ b/src/mapi/glapi/gen/es_EXT.xml @@ -817,6 +817,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +