diff options
author | Marek Olšák <[email protected]> | 2018-11-27 20:19:11 -0500 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-12-04 12:50:36 -0500 |
commit | d9b2234042142dc02a4844747d3c35e140da53dc (patch) | |
tree | a7297075537414d294590c83995a33860bea13e5 /docs/relnotes | |
parent | 95d62baac5daf39fc76bdffa600ffa2d5e36b25f (diff) |
st/mesa: expose GL_OES_texture_view
For format fallbacks like ETC and ASTC, switching between sRGB and linear
decoding is undefined, or at least is not bit-exact. Same as
EXT_texture_sRGB_decode on GLES.
There are no piglit or dEQP regresssions.
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs/relnotes')
-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 1b839b0a485..f66f22132e1 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_OES_texture_view on drivers supporting texture views (ES extension).</li> </ul> <h2>Bug fixes</h2> |