Mesa (master): features: mark off textureGather for zink

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jan 4 16:00:01 UTC 2021


Module: Mesa
Branch: master
Commit: 9ab45f4a6351d32c39f5cf4888229eb078613f71
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9ab45f4a6351d32c39f5cf4888229eb078613f71

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Mon Jan  4 09:46:07 2021 -0500

features: mark off textureGather for zink

Reviewed-by: Erik Faye-Lund <erik.faye-lund at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8151>

---

 docs/features.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/features.txt b/docs/features.txt
index 40334054115..bac7d094d25 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -122,7 +122,7 @@ GL 4.0, GLSL 4.00 --- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virg
   - Implicit signed -> unsigned conversions             DONE (softpipe, swr)
   - Fused multiply-add                                  DONE (softpipe, swr)
   - Packing/bitfield/conversion functions               DONE (freedreno, softpipe, swr)
-  - Enhanced textureGather                              DONE (freedreno, softpipe, swr)
+  - Enhanced textureGather                              DONE (freedreno, softpipe, swr, zink)
   - Geometry shader instancing                          DONE (softpipe, swr)
   - Geometry shader multiple streams                    DONE (softpipe, swr)
   - Enhanced per-sample shading                         DONE ()
@@ -134,7 +134,7 @@ GL 4.0, GLSL 4.00 --- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virg
   GL_ARB_tessellation_shader                            DONE (i965/gen7+, swr, zink)
   GL_ARB_texture_buffer_object_rgb32                    DONE (freedreno, i965/gen6+, softpipe, swr, d3d12, zink)
   GL_ARB_texture_cube_map_array                         DONE (i965/gen6+, nv50, softpipe, swr, zink)
-  GL_ARB_texture_gather                                 DONE (freedreno, i965/gen6+, nv50, softpipe, swr, v3d, panfrost)
+  GL_ARB_texture_gather                                 DONE (freedreno, i965/gen6+, nv50, softpipe, swr, v3d, panfrost, zink)
   GL_ARB_texture_query_lod                              DONE (freedreno, i965, nv50, softpipe, swr, v3d, panfrost, zink, d3d12)
   GL_ARB_transform_feedback2                            DONE (i965/gen6+, nv50, softpipe, swr, v3d, panfrost, zink)
   GL_ARB_transform_feedback3                            DONE (i965/gen7+, softpipe, swr, zink)



More information about the mesa-commit mailing list