diff options
author | Marek Olšák <[email protected]> | 2018-11-29 15:34:05 -0500 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-12-04 15:33:29 -0500 |
commit | 5907412d0405d4ed1649a9f3336b1febab0b18dc (patch) | |
tree | 34203280d18a7ab9b968d918cd0f67f455e3bb2a /docs/relnotes | |
parent | 1660f3aa05f9cdc62787972d7f1905e00580e011 (diff) |
st/mesa: expose EXT_render_snorm on GLES
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 f4522b654c6..04e06cdd758 100644 --- a/docs/relnotes/19.0.0.html +++ b/docs/relnotes/19.0.0.html @@ -43,6 +43,7 @@ TBD. <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> +<li>GL_EXT_render_snorm on gallium 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> |