v3dv: enable Vulkan 1.1

Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13465>
This commit is contained in:
Iago Toral Quiroga 2021-09-07 08:06:27 +02:00 committed by Alejandro Piñeiro
parent bd81a23620
commit acb83e1b13
2 changed files with 2 additions and 2 deletions

View file

@ -149,7 +149,7 @@ broadcom_icd = custom_target(
output : 'broadcom_icd.@0@.json'.format(host_machine.cpu()),
command : [
prog_python, '@INPUT0@',
'--api-version', '1.0', '--xml', '@INPUT1@',
'--api-version', '1.1', '--xml', '@INPUT1@',
'--lib-path', join_paths(get_option('prefix'), get_option('libdir'),
'libvulkan_broadcom.so'),
'--out', '@OUTPUT@',

View file

@ -66,7 +66,7 @@
#include "drm-uapi/i915_drm.h"
#endif
#define V3DV_API_VERSION VK_MAKE_VERSION(1, 0, VK_HEADER_VERSION)
#define V3DV_API_VERSION VK_MAKE_VERSION(1, 1, VK_HEADER_VERSION)
VKAPI_ATTR VkResult VKAPI_CALL
v3dv_EnumerateInstanceVersion(uint32_t *pApiVersion)