diff options
author | Rob Clark <[email protected]> | 2015-11-17 12:35:09 -0500 |
---|---|---|
committer | Rob Clark <[email protected]> | 2015-11-18 14:31:13 -0500 |
commit | 4671c13852f3bb6341e4a6d4030948399e711e56 (patch) | |
tree | b4a54a87377ce7c0d070234eb165727432055c25 /docs/relnotes/11.1.0.html | |
parent | 2379cc9fe03911133037616fd1d3576c5acc3a96 (diff) |
freedreno/a4xx: add fake RGTC support (required for GL3)
The a4xx bits corresponding to 'freedreno/a3xx: add fake RGTC support
(required for GL3)'
TODO some more r/e.. maybe we get lucky and hw supports some of this
directly? For now this will help us enable gl3.
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'docs/relnotes/11.1.0.html')
-rw-r--r-- | docs/relnotes/11.1.0.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes/11.1.0.html b/docs/relnotes/11.1.0.html index 00d517706b5..f4563eab526 100644 --- a/docs/relnotes/11.1.0.html +++ b/docs/relnotes/11.1.0.html @@ -60,7 +60,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_vertex_type_2_10_10_10_rev on freedreno (a3xx)</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)</li> +<li>GL_EXT_texture_compression_rgtc / latc on freedreno (a3xx & a4xx)</li> <li>GL_NV_conditional_render on freedreno</li> <li>GL_OES_draw_elements_base_vertex on all drivers</li> <li>EGL_KHR_create_context on softpipe, llvmpipe</li> |