radv: Expose VK_EXT_global_priority

Expose the extension string as supported

Signed-off-by: Andres Rodriguez <andresx7@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
Andres Rodriguez
2017-10-20 18:02:16 -04:00
committed by Bas Nieuwenhuizen
parent 9f7edf4d1f
commit 92724338ba
4 changed files with 5 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ struct radeon_info {
bool has_userptr;
bool has_syncobj;
bool has_sync_file;
bool has_ctx_priority;
/* Shader cores. */
uint32_t r600_max_quad_pipes; /* wave size / 16 */