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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Apr 5 00:26:22 UTC 2021


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

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Sun Apr  4 09:21:47 2021 -0400

features: mark off ARB_shader_viewport_layer_array for zink

Reviewed-by: Dave Airlie <airlied at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10025>

---

 docs/features.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/features.txt b/docs/features.txt
index 7650a0011fa..05cdfdb1e11 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -311,7 +311,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve
   GL_ARB_shader_ballot                                  DONE (i965/gen8+, nvc0, radeonsi)
   GL_ARB_shader_clock                                   DONE (i965/gen7+, nv50, nvc0, r600, radeonsi, virgl)
   GL_ARB_shader_stencil_export                          DONE (i965/gen9+, r600, radeonsi, softpipe, llvmpipe, swr, virgl, panfrost, zink)
-  GL_ARB_shader_viewport_layer_array                    DONE (i965/gen6+, nvc0, radeonsi)
+  GL_ARB_shader_viewport_layer_array                    DONE (i965/gen6+, nvc0, radeonsi, zink)
   GL_ARB_shading_language_include                       DONE
   GL_ARB_sparse_buffer                                  DONE (radeonsi/CIK+)
   GL_ARB_sparse_texture                                 not started



More information about the mesa-commit mailing list