summaryrefslogtreecommitdiffstats
path: root/docs/features.txt
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2018-08-05 22:16:48 -0400
committerMarek Olšák <[email protected]>2018-08-24 00:36:18 -0400
commit45b5f5fa25b844bab458369a50f7423724dc4283 (patch)
tree239d530ec9d80c7aab1ae2cd2b15a5c5ec39cc53 /docs/features.txt
parentdae4cf397d8a5d0d060cece1feaf38dc3f623398 (diff)
st/mesa: expose KHR_texture_compression_astc_sliced_3d
This is ASTC 2D LDR allowing texture arrays and 3D, compressing each slice as a separate 2D image. Tested by piglit. Trivial.
Diffstat (limited to 'docs/features.txt')
-rw-r--r--docs/features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index be10cb7da92..9ccf803d470 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -326,7 +326,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve
GL_EXT_texture_norm16 DONE (i965, r600, radeonsi, nvc0)
GL_KHR_blend_equation_advanced_coherent DONE (i965/gen9+)
GL_KHR_texture_compression_astc_hdr DONE (i965/bxt)
- GL_KHR_texture_compression_astc_sliced_3d DONE (i965/gen9+)
+ GL_KHR_texture_compression_astc_sliced_3d DONE (i965/gen9+, radeonsi)
GL_OES_depth_texture_cube_map DONE (all drivers that support GLSL 1.30+)
GL_OES_EGL_image DONE (all drivers)
GL_OES_EGL_image_external DONE (all drivers)