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+)