diff options
author | Ryan Houdek <[email protected]> | 2015-11-05 11:07:08 -0600 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-11-19 11:39:51 -0500 |
commit | 0ec218d167a2e5cef993ba7863608c7b40f4d649 (patch) | |
tree | 0aa77c575e7cd02bfefb39dbfb99a7cedcd297eb /docs | |
parent | f7c23f225f37f96bf711ccc6b2a6315b64582b81 (diff) |
mesa: enable EXT_blend_func_extended if the driver supports the ARB version
Reviewed-by: Ian Romanick <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/11.1.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/11.1.0.html b/docs/relnotes/11.1.0.html index f4563eab526..c0c9a6aceb5 100644 --- a/docs/relnotes/11.1.0.html +++ b/docs/relnotes/11.1.0.html @@ -58,6 +58,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_texture_query_lod on softpipe</li> <li>GL_ARB_texture_view on radeonsi and r600 (for evergeen and newer)</li> <li>GL_ARB_vertex_type_2_10_10_10_rev on freedreno (a3xx)</li> +<li>GL_EXT_blend_func_extended on all drivers that support the ARB version</li> <li>GL_EXT_buffer_storage implemented for when ES 3.1 support is gained</li> <li>GL_EXT_draw_elements_base_vertex on all drivers</li> <li>GL_EXT_texture_compression_rgtc / latc on freedreno (a3xx & a4xx)</li> |