Mesa (master): docs: update for recently-added nvc0 features

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 16 20:01:38 UTC 2020


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

Author: Ilia Mirkin <imirkin at alum.mit.edu>
Date:   Thu Apr 16 14:23:22 2020 -0400

docs: update for recently-added nvc0 features

Also sort while we're at it.

And add NV_pixel_buffer_object.

Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
Reviewed-by: Marek Olšák <marek.olsak at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4599>

---

 docs/relnotes/new_features.txt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index b3346d18fd4..cf4b5fad96a 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -1,5 +1,8 @@
 GL_ARB_compute_variable_group_size on i965.
-GL_EXT_texture_shadow_lod on radeonsi.
+GL_EXT_depth_bounds_test on Iris.
+GL_EXT_texture_shadow_lod on radeonsi, nvc0.
 GL_NV_copy_image on all gallium drivers.
+GL_NV_pixel_buffer_object on all gallium drivers, i915, i965, swrast.
+GL_NV_viewport_array2 on nvc0 (GM200+).
+GL_NV_viewport_swizzle on nvc0 (GM200+).
 VK_KHR_shader_non_semantic_info on Intel, RADV.
-GL_EXT_depth_bounds_test on Iris.



More information about the mesa-commit mailing list