radv: implement VK_EXT_private_data

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4886>
This commit is contained in:
Samuel Pitoiset
2020-04-29 10:19:11 +02:00
parent 178adfa6a8
commit 9b1138e3f0
3 changed files with 53 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
GL_ARB_compute_variable_group_size on Iris.
VK_EXT_private_data on ANV.
VK_EXT_private_data on ANV and RADV.