diff options
author | Joshua Ashton <[email protected]> | 2020-04-07 06:11:24 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-05-15 01:33:10 +0000 |
commit | 57e796a12a883f5845c8e0ed05ec6bdb6d055b53 (patch) | |
tree | 8674586707aa92714752c2193cf0b19605e7093a /docs/relnotes/new_features.txt | |
parent | 9e3c6a7ba769d358dfffa690751cac6ca7f9c5df (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.txt | 1 |
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. |