diff options
author | Marek Olšák <[email protected]> | 2018-08-05 22:50:54 -0400 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2018-10-30 13:31:00 +0100 |
commit | a09cbaffbfb1dcf0b6ae41bbba21ae9bfdfb8a3b (patch) | |
tree | f9322370d2ff430e349cd6e98d6837d527732152 /docs/relnotes | |
parent | 2734baa9e24fc9401fab2a116fcfb18c56538175 (diff) |
mesa: expose EXT_texture_compression_s3tc on GLES
The spec was modified to support GLES.
Tested-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/18.3.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/18.3.0.html b/docs/relnotes/18.3.0.html index 5874d3fa330..e0061872de4 100644 --- a/docs/relnotes/18.3.0.html +++ b/docs/relnotes/18.3.0.html @@ -57,6 +57,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_AMD_multi_draw_indirect on all GL 4.x drivers.</li> <li>GL_AMD_query_buffer_object on i965, nvc0, r600, radeonsi.</li> <li>GL_EXT_disjoint_timer_query on radeonsi and most other Gallium drivers (ES extension)</li> +<li>GL_EXT_texture_compression_s3tc on all drivers (ES extension)<li> <li>GL_EXT_vertex_attrib_64bit on i965, nvc0, radeonsi.</li> <li>GL_EXT_window_rectangles on radeonsi.</li> <li>GL_KHR_texture_compression_astc_sliced_3d on radeonsi.</li> |