diff options
author | Ilia Mirkin <[email protected]> | 2014-12-03 03:29:38 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-08-17 11:38:38 -0400 |
commit | 5af71fb5ac4dafed3ecc4b849922208cab76070f (patch) | |
tree | 93577fcc5abea4453f4b04242677d09a4e8e1d3f /docs | |
parent | 581cbfdec1eda9128a9ed7ff9b0ea13ec4d3e493 (diff) |
freedreno/a3xx: add s3tc texture format support
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/11.0.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/11.0.0.html b/docs/relnotes/11.0.0.html index 75967ac7eec..447e35ed4b0 100644 --- a/docs/relnotes/11.0.0.html +++ b/docs/relnotes/11.0.0.html @@ -62,6 +62,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_vertex_attrib_64bit on llvmpipe, radeonsi</li> <li>GL_ARB_viewport_array on radeonsi</li> <li>GL_EXT_depth_bounds_test on radeonsi, nv30, nv50, nvc0</li> +<li>GL_EXT_texture_compression_s3tc on freedreno</li> <li>GL_NV_read_depth (GLES) on all drivers</li> <li>GL_NV_read_depth_stencil (GLES) on all drivers</li> <li>GL_NV_read_stencil (GLES) on all drivers</li> |