Mesa (staging/22.0): docs: remove incorrect drivers from extension

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Feb 25 21:11:15 UTC 2022


Module: Mesa
Branch: staging/22.0
Commit: 5cc0bcf6d79de557c8421a31f67d7d0ee9cff7d5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5cc0bcf6d79de557c8421a31f67d7d0ee9cff7d5

Author: Erik Faye-Lund <kusmabite at gmail.com>
Date:   Wed Feb 23 12:04:05 2022 +0100

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 at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15145>
(cherry picked from commit 834db3aa8d0f9c6c7587dff1a632223c38e7602c)

---

 .pick_status.json | 2 +-
 docs/features.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.pick_status.json b/.pick_status.json
index 1335e314177..efb2f8ce7d1 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -211,7 +211,7 @@
         "description": "docs: remove incorrect drivers from extension",
         "nominated": true,
         "nomination_type": 1,
-        "resolution": 0,
+        "resolution": 1,
         "main_sha": null,
         "because_sha": "da23a31726f4f0486319e900207c31f2815e9119"
     },
diff --git a/docs/features.txt b/docs/features.txt
index 198c5ff879d..60b62d252b6 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)



More information about the mesa-commit mailing list