diff options
author | Marek Olšák <[email protected]> | 2018-08-06 02:48:12 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-12-04 15:33:29 -0500 |
commit | 1660f3aa05f9cdc62787972d7f1905e00580e011 (patch) | |
tree | b3cba1cf79fafd2bac8ed78d47f29422b77125d9 /docs | |
parent | 908f817918fb14a12887f942b8358a5c648b3f92 (diff) |
mesa: expose AMD_texture_texture4
because the closed driver exposes it. Tested by piglit.
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 5a2e96e4eab..f4522b654c6 100644 --- a/docs/relnotes/19.0.0.html +++ b/docs/relnotes/19.0.0.html @@ -39,6 +39,7 @@ TBD. <h2>New features</h2> <ul> +<li>GL_AMD_texture_texture4 on all GL 4.0 drivers.</li> <li>GL_EXT_shader_implicit_conversions on all drivers (ES extension).</li> <li>GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension).</li> <li>GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension).</li> |