mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 12:40:23 +01:00
meson: Remove VK_ICD_FILENAMES totally from source tree.
This is a follow up of https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28516 Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Gurchetan Singh <gurchetansingh@google.com> Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com> hk changes Acked-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> for RADV changes Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38637>
This commit is contained in:
parent
938fb7703e
commit
be4ad5c819
14 changed files with 0 additions and 28 deletions
|
|
@ -322,8 +322,6 @@ _dev_icd = custom_target(
|
|||
)
|
||||
|
||||
devenv.append('VK_DRIVER_FILES', _dev_icd.full_path())
|
||||
# Deprecated: replaced by VK_DRIVER_FILES above
|
||||
devenv.append('VK_ICD_FILENAMES', _dev_icd.full_path())
|
||||
|
||||
if with_radv_tests
|
||||
test(
|
||||
|
|
|
|||
|
|
@ -137,5 +137,3 @@ custom_target(
|
|||
)
|
||||
|
||||
devenv.append('VK_DRIVER_FILES', meson.current_build_dir() / _dev_icdname)
|
||||
# Deprecated: replaced by VK_DRIVER_FILES above
|
||||
devenv.append('VK_ICD_FILENAMES', meson.current_build_dir() / _dev_icdname)
|
||||
|
|
|
|||
|
|
@ -159,5 +159,3 @@ _dev_icd = custom_target(
|
|||
)
|
||||
|
||||
devenv.append('VK_DRIVER_FILES', _dev_icd.full_path())
|
||||
# Deprecated: replaced by VK_DRIVER_FILES above
|
||||
devenv.append('VK_ICD_FILENAMES', _dev_icd.full_path())
|
||||
|
|
|
|||
|
|
@ -257,5 +257,3 @@ _dev_icd = custom_target(
|
|||
)
|
||||
|
||||
devenv.append('VK_DRIVER_FILES', _dev_icd.full_path())
|
||||
# Deprecated: replaced by VK_DRIVER_FILES above
|
||||
devenv.append('VK_ICD_FILENAMES', _dev_icd.full_path())
|
||||
|
|
|
|||
|
|
@ -60,5 +60,3 @@ _dev_icd = custom_target(
|
|||
)
|
||||
|
||||
devenv.append('VK_DRIVER_FILES', _dev_icd.full_path())
|
||||
# Deprecated: replaced by VK_DRIVER_FILES above
|
||||
devenv.append('VK_ICD_FILENAMES', _dev_icd.full_path())
|
||||
|
|
|
|||
|
|
@ -113,5 +113,3 @@ _dev_icd = custom_target(
|
|||
)
|
||||
|
||||
devenv.append('VK_DRIVER_FILES', _dev_icd.full_path())
|
||||
# Deprecated: replaced by VK_DRIVER_FILES above
|
||||
devenv.append('VK_ICD_FILENAMES', _dev_icd.full_path())
|
||||
|
|
|
|||
|
|
@ -175,5 +175,3 @@ _dev_icd = custom_target(
|
|||
)
|
||||
|
||||
devenv.append('VK_DRIVER_FILES', _dev_icd.full_path())
|
||||
# Deprecated: replaced by VK_DRIVER_FILES above
|
||||
devenv.append('VK_ICD_FILENAMES', _dev_icd.full_path())
|
||||
|
|
|
|||
|
|
@ -83,8 +83,6 @@ _dev_icd = custom_target(
|
|||
)
|
||||
|
||||
devenv.append('VK_DRIVER_FILES', _dev_icd.full_path())
|
||||
# Deprecated: replaced by VK_DRIVER_FILES above
|
||||
devenv.append('VK_ICD_FILENAMES', _dev_icd.full_path())
|
||||
|
||||
libanv_per_hw_ver_libs = []
|
||||
anv_per_hw_ver_files = files(
|
||||
|
|
|
|||
|
|
@ -53,8 +53,6 @@ _dev_icd = custom_target(
|
|||
)
|
||||
|
||||
devenv.append('VK_DRIVER_FILES', _dev_icd.full_path())
|
||||
# Deprecated: replaced by VK_DRIVER_FILES above
|
||||
devenv.append('VK_ICD_FILENAMES', _dev_icd.full_path())
|
||||
|
||||
libanv_per_hw_ver_libs = []
|
||||
anv_per_hw_ver_files = files(
|
||||
|
|
|
|||
|
|
@ -211,5 +211,3 @@ kosmickrisp_icd = custom_target(
|
|||
)
|
||||
|
||||
devenv.append('VK_DRIVER_FILES', kosmickrisp_icd.full_path())
|
||||
# Deprecated: replaced by VK_DRIVER_FILES above
|
||||
devenv.append('VK_ICD_FILENAMES', kosmickrisp_icd.full_path())
|
||||
|
|
|
|||
|
|
@ -120,5 +120,3 @@ _dev_icd = custom_target(
|
|||
)
|
||||
|
||||
devenv.append('VK_DRIVER_FILES', _dev_icd.full_path())
|
||||
# Deprecated: replaced by VK_DRIVER_FILES above
|
||||
devenv.append('VK_ICD_FILENAMES', _dev_icd.full_path())
|
||||
|
|
|
|||
|
|
@ -196,8 +196,6 @@ custom_target(
|
|||
)
|
||||
|
||||
devenv.append('VK_DRIVER_FILES', meson.current_build_dir() / _dev_icdname)
|
||||
# Deprecated: replaced by VK_DRIVER_FILES above
|
||||
devenv.append('VK_ICD_FILENAMES', meson.current_build_dir() / _dev_icdname)
|
||||
|
||||
if with_tests and not with_platform_android
|
||||
test(
|
||||
|
|
|
|||
|
|
@ -271,5 +271,3 @@ _dev_icd = custom_target(
|
|||
)
|
||||
|
||||
devenv.append('VK_DRIVER_FILES', _dev_icd.full_path())
|
||||
# Deprecated: replaced by VK_DRIVER_FILES above
|
||||
devenv.append('VK_ICD_FILENAMES', _dev_icd.full_path())
|
||||
|
|
|
|||
|
|
@ -52,8 +52,6 @@ _dev_icd = custom_target(
|
|||
)
|
||||
|
||||
devenv.append('VK_DRIVER_FILES', _dev_icd.full_path())
|
||||
# Deprecated: replaced by VK_DRIVER_FILES above
|
||||
devenv.append('VK_ICD_FILENAMES', _dev_icd.full_path())
|
||||
|
||||
libvn_files = files(
|
||||
'vn_acceleration_structure.c',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue