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

Author: Ilia Mirkin <[email protected]>
Date:   Thu Mar 11 18:51:08 2021 -0500

docs: add notes about nvc0 support of ARB/EXT_texture_filter_minmax

Signed-off-by: Ilia Mirkin <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9487>

---

 docs/features.txt              | 2 +-
 docs/relnotes/new_features.txt | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/features.txt b/docs/features.txt
index 47757dd2245..2d4d50e8fb7 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -317,7 +317,7 @@ Khronos, ARB, and OES extensions that are not part of any 
OpenGL or OpenGL ES ve
   GL_ARB_sparse_texture                                 not started
   GL_ARB_sparse_texture2                                not started
   GL_ARB_sparse_texture_clamp                           not started
-  GL_ARB_texture_filter_minmax                          not started
+  GL_ARB_texture_filter_minmax                          DONE (nvc0/gm200+)
   GL_EXT_color_buffer_half_float                        DONE (gallium drivers 
supporting required formats)
   GL_EXT_depth_bounds_test                              DONE (i965/gen12+, 
nv50, nvc0, radeonsi, softpipe, swr, zink)
   GL_EXT_memory_object                                  DONE (radeonsi)
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index 8b6c1254ae8..c98a11086b4 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -3,3 +3,5 @@ DRM format modifiers for AMD.
 VK_KHR_zero_initialize_workgroup_memory on Intel, RADV
 Zink exposes GL 4.6 and ES 3.1
 GL_EXT_depth_bounds_test on softpipe, zink
+GL_EXT_texture_filter_minmax on nvc0 (gm200+)
+GL_ARB_texture_filter_minmax on nvc0 (gm200+)

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to