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

Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Jan 20 10:49:02 2022 -0500

docs: add features/relnotes for zink sparse texture support

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14381>

---

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

diff --git a/docs/features.txt b/docs/features.txt
index 585891783a2..aa70c42b59a 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -312,8 +312,8 @@ Khronos, ARB, and OES extensions that are not part of any 
OpenGL or OpenGL ES ve
   GL_ARB_shader_viewport_layer_array                    DONE (i965/gen6+, 
nvc0, radeonsi, zink)
   GL_ARB_shading_language_include                       DONE
   GL_ARB_sparse_buffer                                  DONE (radeonsi/gfx9+, 
zink)
-  GL_ARB_sparse_texture                                 DONE (radeonsi/gfx9+)
-  GL_ARB_sparse_texture2                                DONE (radeonsi/gfx9+)
+  GL_ARB_sparse_texture                                 DONE (radeonsi/gfx9+, 
zink)
+  GL_ARB_sparse_texture2                                DONE (radeonsi/gfx9+, 
zink)
   GL_ARB_sparse_texture_clamp                           not started
   GL_ARB_texture_filter_minmax                          DONE (nvc0/gm200+, 
zink)
   GL_EXT_color_buffer_half_float                        DONE (freedreno, i965, 
iris, llvmpipe, nv50, nvc0, radeonsi, zink)
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index c5a6bc59f42..dd2e94e8992 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -2,7 +2,7 @@ lavapipe,radv KHR_dynamic_rendering
 radv EXT_image_view_min_lod
 VK_KHR_synchronization2 on RADV.
 OpenSWR has been moved to the Amber branch
-radeonsi ARB_sparse_texture
+radeonsi, zink ARB_sparse_texture
 d3d12 support for shader store buffers, images, compute, indirect draw, draw 
params, and ARB_framebuffer_no_attachments
-radeonsi ARB_sparse_texture2
+radeonsi, zink ARB_sparse_texture2
 zink EXT_memory_object, EXT_memory_object_fd, EXT_semaphore, EXT_semaphore_fd

Reply via email to