Mesa (main): docs: Update d3d12 features

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


Module: Mesa
Branch: main
Commit: 81061ed6454a91dae913b0379875369a2fb4ea9a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=81061ed6454a91dae913b0379875369a2fb4ea9a

Author: Jesse Natalie <jenatali at microsoft.com>
Date:   Fri Feb  4 11:24:05 2022 -0800

docs: Update d3d12 features

Reviewed-by: Sil Vilerino <sivileri at microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14881>

---

 docs/features.txt              | 18 +++++++++---------
 docs/relnotes/new_features.txt |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/docs/features.txt b/docs/features.txt
index d2a73a5833c..95498feb316 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -140,29 +140,29 @@ GL 4.0, GLSL 4.00 --- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virg
   GL_ARB_transform_feedback3                            DONE (freedreno/a3xx+, i965/gen7+, softpipe, )
 
 
-GL 4.1, GLSL 4.10 --- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virgl, zink
+GL 4.1, GLSL 4.10 --- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virgl, zink, d3d12
 
-  GL_ARB_ES2_compatibility                              DONE (freedreno, i965, nv50, softpipe, v3d, vc4, panfrost, d3d12, lima)
+  GL_ARB_ES2_compatibility                              DONE (freedreno, i965, nv50, softpipe, v3d, vc4, panfrost, lima)
   GL_ARB_get_program_binary                             DONE (freedreno, 0 or 1 binary formats)
   GL_ARB_separate_shader_objects                        DONE (all drivers)
   GL_ARB_shader_precision                               DONE (i965/gen7+, all drivers that support GLSL 4.10)
-  GL_ARB_vertex_attrib_64bit                            DONE (i965/gen7+, softpipe, d3d12)
+  GL_ARB_vertex_attrib_64bit                            DONE (i965/gen7+, softpipe, )
   GL_ARB_viewport_array                                 DONE (i965, nv50, softpipe, )
 
 
-GL 4.2, GLSL 4.20 -- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virgl, zink
+GL 4.2, GLSL 4.20 -- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virgl, zink, d3d12
 
   GL_ARB_texture_compression_bptc                       DONE (freedreno, i965, softpipe, panfrost/if SoC supports)
   GL_ARB_compressed_texture_pixel_storage               DONE (all drivers)
-  GL_ARB_shader_atomic_counters                         DONE (freedreno/a5xx+, i965, softpipe, v3d, panfrost, d3d12)
+  GL_ARB_shader_atomic_counters                         DONE (freedreno/a5xx+, i965, softpipe, v3d, panfrost)
   GL_ARB_texture_storage                                DONE (all drivers)
   GL_ARB_transform_feedback_instanced                   DONE (freedreno, i965, nv50, softpipe, v3d)
-  GL_ARB_base_instance                                  DONE (freedreno, i965, nv50, softpipe, v3d, d3d12)
-  GL_ARB_shader_image_load_store                        DONE (freedreno/a5xx+, i965, softpipe, panfrost, d3d12)
+  GL_ARB_base_instance                                  DONE (freedreno, i965, nv50, softpipe, v3d)
+  GL_ARB_shader_image_load_store                        DONE (freedreno/a5xx+, i965, softpipe, panfrost)
   GL_ARB_conservative_depth                             DONE (all drivers that support GLSL 1.30)
   GL_ARB_shading_language_420pack                       DONE (all drivers that support GLSL 1.30)
   GL_ARB_shading_language_packing                       DONE (all drivers)
-  GL_ARB_internalformat_query                           DONE (freedreno, i965, nv50, softpipe, v3d, vc4, panfrost, d3d12, lima)
+  GL_ARB_internalformat_query                           DONE (freedreno, i965, nv50, softpipe, v3d, vc4, panfrost, lima)
   GL_ARB_map_buffer_alignment                           DONE (all drivers)
 
 
@@ -175,7 +175,7 @@ GL 4.3, GLSL 4.30 -- all DONE: i965/gen8+, nvc0, r600, radeonsi, llvmpipe, virgl
   GL_ARB_copy_image                                     DONE (i965, nv50, softpipe, )
   GL_KHR_debug                                          DONE (all drivers)
   GL_ARB_explicit_uniform_location                      DONE (all drivers that support GLSL)
-  GL_ARB_fragment_layer_viewport                        DONE (i965, nv50, softpipe, )
+  GL_ARB_fragment_layer_viewport                        DONE (i965, nv50, softpipe, d3d12)
   GL_ARB_framebuffer_no_attachments                     DONE (freedreno, i965, softpipe, v3d, d3d12)
   GL_ARB_internalformat_query2                          DONE (all drivers)
   GL_ARB_invalidate_subdata                             DONE (all drivers)
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index 35b9a04a0c5..cbc77485aba 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -1 +1 @@
-d3d12 GL4.0
+d3d12 GL4.2



More information about the mesa-commit mailing list