Mesa (master): features: mark off GL 4.0 for zink

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 5 14:04:19 UTC 2021


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

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Tue Jan  5 08:46:35 2021 -0500

features: mark off GL 4.0 for zink

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

---

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

diff --git a/docs/features.txt b/docs/features.txt
index 1172bb59bfa..d4a8ce769d3 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -111,10 +111,10 @@ GL 3.3, GLSL 3.30 --- all DONE: i965, nv50, nvc0, r600, radeonsi, llvmpipe, soft
   GL_ARB_vertex_type_2_10_10_10_rev                     DONE (freedreno, swr, v3d, panfrost)
 
 
-GL 4.0, GLSL 4.00 --- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virgl
+GL 4.0, GLSL 4.00 --- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virgl, zink
 
-  GL_ARB_draw_buffers_blend                             DONE (freedreno, i965/gen6+, nv50, softpipe, swr, zink, panfrost, d3d12)
-  GL_ARB_draw_indirect                                  DONE (freedreno, i965/gen7+, softpipe, swr, v3d, zink)
+  GL_ARB_draw_buffers_blend                             DONE (freedreno, i965/gen6+, nv50, softpipe, swr, panfrost, d3d12)
+  GL_ARB_draw_indirect                                  DONE (freedreno, i965/gen7+, softpipe, swr, v3d)
   GL_ARB_gpu_shader5                                    DONE (i965/gen7+)
   - 'precise' qualifier                                 DONE (softpipe)
   - Dynamically uniform sampler array indices           DONE (softpipe)
@@ -122,22 +122,22 @@ 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, zink)
+  - Enhanced textureGather                              DONE (freedreno, softpipe, swr)
   - Geometry shader instancing                          DONE (softpipe, swr)
   - Geometry shader multiple streams                    DONE (softpipe, swr)
   - Enhanced per-sample shading                         DONE ()
   - Interpolation functions                             DONE (softpipe)
   - New overload resolution rules                       DONE (softpipe)
-  GL_ARB_gpu_shader_fp64                                DONE (i965/gen7+, softpipe, swr, zink)
-  GL_ARB_sample_shading                                 DONE (freedreno/a6xx, i965/gen6+, nv50, zink)
-  GL_ARB_shader_subroutine                              DONE (freedreno, i965/gen6+, nv50, softpipe, swr, d3d12, zink)
-  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, 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)
+  GL_ARB_gpu_shader_fp64                                DONE (i965/gen7+, softpipe, swr)
+  GL_ARB_sample_shading                                 DONE (freedreno/a6xx, i965/gen6+, nv50)
+  GL_ARB_shader_subroutine                              DONE (freedreno, i965/gen6+, nv50, softpipe, swr, d3d12)
+  GL_ARB_tessellation_shader                            DONE (i965/gen7+, swr)
+  GL_ARB_texture_buffer_object_rgb32                    DONE (freedreno, i965/gen6+, softpipe, swr, d3d12)
+  GL_ARB_texture_cube_map_array                         DONE (i965/gen6+, nv50, softpipe, swr)
+  GL_ARB_texture_gather                                 DONE (freedreno, i965/gen6+, nv50, softpipe, swr, v3d, panfrost)
+  GL_ARB_texture_query_lod                              DONE (freedreno, i965, nv50, softpipe, swr, v3d, panfrost, d3d12)
+  GL_ARB_transform_feedback2                            DONE (i965/gen6+, nv50, softpipe, swr, v3d, panfrost)
+  GL_ARB_transform_feedback3                            DONE (i965/gen7+, softpipe, swr)
 
 
 GL 4.1, GLSL 4.10 --- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virgl



More information about the mesa-commit mailing list