mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 08:20:12 +01:00
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:
parent
bd81a23620
commit
acb83e1b13
2 changed files with 2 additions and 2 deletions
|
|
@ -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@',
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue