docs: Update d3d12 feature list
authorJesse Natalie <jenatali@microsoft.com>
Tue, 11 Jan 2022 21:42:50 +0000 (13:42 -0800)
committerJesse Natalie <jenatali@microsoft.com>
Fri, 14 Jan 2022 16:36:38 +0000 (08:36 -0800)
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14504>

docs/features.txt
docs/relnotes/new_features.txt

index ea8469c..33e2868 100644 (file)
@@ -176,7 +176,7 @@ GL 4.3, GLSL 4.30 -- all DONE: i965/gen8+, nvc0, r600, radeonsi, llvmpipe, virgl
   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_framebuffer_no_attachments                     DONE (freedreno, i965, softpipe, v3d)
+  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)
   GL_ARB_multi_draw_indirect                            DONE (freedreno, i965, softpipe, v3d, d3d12)
@@ -246,7 +246,7 @@ GLES3.1, GLSL ES 3.1 -- all DONE: i965/hsw+, nvc0, r600, radeonsi, virgl, v3d, s
   GL_ARB_compute_shader                                 DONE (freedreno/a5xx+, i965/gen7+, d3d12)
   GL_ARB_draw_indirect                                  DONE (freedreno, i965/gen7+, d3d12)
   GL_ARB_explicit_uniform_location                      DONE (all drivers that support GLSL)
-  GL_ARB_framebuffer_no_attachments                     DONE (freedreno, i965/gen7+, softpipe)
+  GL_ARB_framebuffer_no_attachments                     DONE (freedreno, i965/gen7+, softpipe, d3d12)
   GL_ARB_program_interface_query                        DONE (all drivers)
   GL_ARB_shader_atomic_counters                         DONE (freedreno/a5xx+, i965/gen7+, d3d12)
   GL_ARB_shader_image_load_store                        DONE (freedreno/a5xx+, i965/gen7+, d3d12)
@@ -254,8 +254,8 @@ GLES3.1, GLSL ES 3.1 -- all DONE: i965/hsw+, nvc0, r600, radeonsi, virgl, v3d, s
   GL_ARB_shader_storage_buffer_object                   DONE (freedreno/a5xx+, i965/gen7+, d3d12)
   GL_ARB_shading_language_packing                       DONE (all drivers)
   GL_ARB_separate_shader_objects                        DONE (all drivers)
-  GL_ARB_stencil_texturing                              DONE (freedreno, nv50, )
-  GL_ARB_texture_multisample (Multisample textures)     DONE (freedreno/a5xx+, i965/gen7+, nv50, )
+  GL_ARB_stencil_texturing                              DONE (freedreno, nv50, d3d12)
+  GL_ARB_texture_multisample (Multisample textures)     DONE (freedreno/a5xx+, i965/gen7+, nv50, d3d12)
   GL_ARB_texture_storage_multisample                    DONE (all drivers that support GL_ARB_texture_multisample)
   GL_ARB_vertex_attrib_binding                          DONE (all drivers)
   GS5 Enhanced textureGather                            DONE (freedreno, i965/gen7+)
index 75056df..c3d2eda 100644 (file)
@@ -3,4 +3,4 @@ radv EXT_image_view_min_lod
 VK_KHR_synchronization2 on RADV.
 OpenSWR has been moved to the Amber branch
 radeonsi ARB_sparse_texture
-d3d12 support for shader store buffers, images, compute, indirect draw, and draw params
+d3d12 support for shader store buffers, images, compute, indirect draw, draw params, and ARB_framebuffer_no_attachments