summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Faye-Lund <kusmabite@gmail.com>2022-02-23 12:04:05 +0100
committerMarge Bot <emma+marge@anholt.net>2022-02-24 23:25:56 +0000
commit834db3aa8d0f9c6c7587dff1a632223c38e7602c (patch)
tree9fdbab99c39547512ac3ccb13ec4e7f2a7f8ebdf
parent988d5aae74d61d1416b369172ef286b4aac933d0 (diff)
docs: remove incorrect drivers from extension
This extension isn't wired up in Gallium, so there's just no way a Gallium driver like Panfrost exposes it. While there were support in i965 for this for the cancelled Broxton GPU, thre's no such support in the Iris driver. And since Broxton has been cancelled, it's unlikely to be wired up any time soon. Fixes: da23a31726f ("docs/features: Update ASTC entries for Panfrost") Acked-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15145>
-rw-r--r--docs/features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index cf4800361e2..e2704b5dcaa 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -331,7 +331,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve
GL_EXT_texture_norm16 DONE (freedreno, i965, r600, radeonsi, nvc0i, softpipe, zink)
GL_EXT_texture_sRGB_R8 DONE (all drivers that support GLES 3.0+)
GL_KHR_blend_equation_advanced_coherent DONE (i965/gen9+, panfrost)
- GL_KHR_texture_compression_astc_hdr DONE (i965/bxt, panfrost)
+ GL_KHR_texture_compression_astc_hdr DONE (core only)
GL_KHR_texture_compression_astc_sliced_3d DONE (i965/gen9+, r600, radeonsi, panfrost, softpipe, zink, lima)
GL_OES_depth_texture_cube_map DONE (all drivers that support GLSL 1.30+)
GL_OES_EGL_image DONE (all drivers)