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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Apr 2 15:41:37 UTC 2021


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

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Fri Apr  2 11:35:44 2021 -0400

features: mark off GL_OES_viewport_array for zink

also done for a while

Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10007>

---

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

diff --git a/docs/features.txt b/docs/features.txt
index b45f5c9e418..a16af0112af 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -347,7 +347,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve
   GL_OES_texture_half_float                             DONE (freedreno, i965, r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe, panfrost, swr, zink, lima)
   GL_OES_texture_half_float_linear                      DONE (freedreno, i965, r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe, panfrost, swr, zink, lima)
   GL_OES_texture_view                                   DONE (freedreno, i965/gen8+, r600, radeonsi, nv50, nvc0, softpipe, llvmpipe, swr)
-  GL_OES_viewport_array                                 DONE (i965, nvc0, r600, radeonsi, softpipe)
+  GL_OES_viewport_array                                 DONE (i965, nvc0, r600, radeonsi, softpipe, zink)
   GLX_ARB_context_flush_control                         not started
   GLX_ARB_robustness_application_isolation              not started
   GLX_ARB_robustness_share_group_isolation              not started



More information about the mesa-commit mailing list