aboutsummaryrefslogtreecommitdiffstats
path: root/docs/relnotes/new_features.txt
diff options
context:
space:
mode:
authorJoshua Ashton <[email protected]>2020-04-07 06:11:24 +0100
committerMarge Bot <[email protected]>2020-05-15 01:33:10 +0000
commit57e796a12a883f5845c8e0ed05ec6bdb6d055b53 (patch)
tree8674586707aa92714752c2193cf0b19605e7093a /docs/relnotes/new_features.txt
parent9e3c6a7ba769d358dfffa690751cac6ca7f9c5df (diff)
radv: Implement VK_EXT_custom_border_color
Reviewed-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4877>
Diffstat (limited to 'docs/relnotes/new_features.txt')
-rw-r--r--docs/relnotes/new_features.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index 857b888ac41..3562f5c7122 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -1,2 +1,3 @@
GL_ARB_compute_variable_group_size on Iris.
VK_EXT_private_data on ANV and RADV.
+VK_EXT_custom_border_color on RADV.