summaryrefslogtreecommitdiffstats
path: root/docs/relnotes
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 /docs/relnotes
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 'docs/relnotes')
-rw-r--r--docs/relnotes/11.3.0.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/11.3.0.html b/docs/relnotes/11.3.0.html
index 56c1542..eee4373 100644
--- a/docs/relnotes/11.3.0.html
+++ b/docs/relnotes/11.3.0.html
@@ -44,6 +44,7 @@ Note: some of the new features are only available with certain drivers.
</p>
<ul>
+<li>GL_OES_texture_border_clamp and GL_EXT_texture_border_clamp on all drivers that support GL_ARB_texture_border_clamp</li>
</ul>
<h2>Bug fixes</h2>