summaryrefslogtreecommitdiff
path: root/docs/relnotes
diff options
context:
space:
mode:
authorSonny Jiang <sonny.jiang@amd.com>2020-01-08 17:18:40 -0500
committerMarek Olšák <marek.olsak@amd.com>2020-03-09 16:08:07 -0400
commit5ea2034f583a62f151f105db4eecfdb5f088e81a (patch)
tree9cbbde11f715fdf76246645bed4625a69aae8c18 /docs/relnotes
parentf3728816afbbe39a563ec02ba65f3b1516d79881 (diff)
radeonsi: enable EXT_texture_shadow_lod
Signed-off-by: Sonny Jiang <sonny.jiang@amd.com> Signed-off-by: Marek Olšák <marek.olsak@amd.com> Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4079>
Diffstat (limited to 'docs/relnotes')
-rw-r--r--docs/relnotes/new_features.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index 7d8597d2ee4..e31b7e68385 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -1,2 +1,3 @@
-GL_NV_copy_image
+GL_EXT_texture_shadow_lod on radeonsi.
+GL_NV_copy_image on all gallium drivers.
VK_KHR_shader_non_semantic_info on Intel, RADV.