mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
anv: advertise Vulkan 1.4
Reviewed-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32441>
This commit is contained in:
parent
0c55770b3e
commit
8105f80244
2 changed files with 3 additions and 3 deletions
|
|
@ -18,5 +18,5 @@
|
|||
#define ANV_API_VERSION VK_MAKE_VERSION(1, 1, VK_HEADER_VERSION)
|
||||
#endif
|
||||
#else
|
||||
#define ANV_API_VERSION VK_MAKE_VERSION(1, 3, VK_HEADER_VERSION)
|
||||
#define ANV_API_VERSION VK_MAKE_VERSION(1, 4, VK_HEADER_VERSION)
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ intel_icd = custom_target(
|
|||
output : 'intel_icd.@0@.json'.format(host_machine.cpu()),
|
||||
command : [
|
||||
prog_python, '@INPUT0@',
|
||||
'--api-version', '1.3', '--xml', '@INPUT1@',
|
||||
'--api-version', '1.4', '--xml', '@INPUT1@',
|
||||
'--lib-path', join_paths(get_option('prefix'), get_option('libdir'),
|
||||
'libvulkan_intel.so'),
|
||||
'--out', '@OUTPUT@',
|
||||
|
|
@ -71,7 +71,7 @@ _dev_icd = custom_target(
|
|||
output : _dev_icdname,
|
||||
command : [
|
||||
prog_python, '@INPUT0@',
|
||||
'--api-version', '1.3', '--xml', '@INPUT1@',
|
||||
'--api-version', '1.4', '--xml', '@INPUT1@',
|
||||
'--lib-path', meson.current_build_dir() / 'libvulkan_intel.so',
|
||||
'--out', '@OUTPUT@',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue