diff options
author | Marek Olšák <[email protected]> | 2018-11-27 20:42:44 -0500 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-12-04 12:50:36 -0500 |
commit | 4b218984d862f860e0a3b8d1bc3c3235f46871fe (patch) | |
tree | 1dda2d6265bbef3f4de86a003c62460713ec1f74 /docs | |
parent | d9b2234042142dc02a4844747d3c35e140da53dc (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 'docs')
-rw-r--r-- | docs/relnotes/19.0.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/19.0.0.html b/docs/relnotes/19.0.0.html index f66f22132e1..1629e0ba52e 100644 --- a/docs/relnotes/19.0.0.html +++ b/docs/relnotes/19.0.0.html @@ -40,6 +40,7 @@ TBD. <ul> <li>GL_EXT_shader_implicit_conversions on all drivers (ES extension).</li> +<li>GL_EXT_texture_view on drivers supporting texture views (ES extension).</li> <li>GL_OES_texture_view on drivers supporting texture views (ES extension).</li> </ul> |