diff options
author | Marek Olšák <[email protected]> | 2018-08-05 22:50:54 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-12-04 15:33:29 -0500 |
commit | 34f07ddebbba50a154ca09a81704b0fd0bfa5524 (patch) | |
tree | fbad93762791c46f48994b17e0eea1841b4e486a /docs | |
parent | 91af56e3835bbc17f5b110ac472724cd0986503c (diff) |
mesa: expose EXT_texture_compression_rgtc on GLES
The spec was modified to support GLES. Tested by piglit.
v2: rebase
Reviewed-by: Ilia Mirkin <[email protected]> (v1)
Reviewed-by: Erik Faye-Lund <[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 1629e0ba52e..4a61420be1a 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_compression_rgtc on all GL 3.0 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> |