aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-07Snap for 10453563 from 2b763aa13848565cf0f844528ad78ebdde7827b8 to ↵aml_uwb_341710010aml_uwb_341513070aml_uwb_341511050aml_uwb_341310300aml_uwb_341310030aml_uwb_341111010aml_uwb_341011000android14-mainline-uwb-releaseAndroid Build Coastguard Worker
mainline-uwb-release Change-Id: I114d492bd2f185ced9112fcc7a2436e9d2384d86
2022-12-12Merge remote-tracking branch 'aosp/upstream-main' am: 954ed95e64 am: ↵android-14.0.0_r45android-14.0.0_r44android-14.0.0_r43android-14.0.0_r42android-14.0.0_r41android-14.0.0_r40android-14.0.0_r39android-14.0.0_r38android-14.0.0_r37android-14.0.0_r36android-14.0.0_r35android-14.0.0_r34android-14.0.0_r33android-14.0.0_r32android-14.0.0_r31android-14.0.0_r30android-14.0.0_r29android-14.0.0_r27android-14.0.0_r26android-14.0.0_r25android-14.0.0_r24android-14.0.0_r23android-14.0.0_r22android-14.0.0_r21android-14.0.0_r20android-14.0.0_r19android-14.0.0_r18android-14.0.0_r17android-14.0.0_r16aml_rkp_341510000aml_rkp_341311000aml_rkp_341114000aml_rkp_341015010aml_rkp_341012000aml_hef_341717050aml_hef_341613000aml_hef_341512030aml_hef_341415040aml_hef_341311010aml_hef_341114030aml_cfg_341510000android14-qpr2-s5-releaseandroid14-qpr2-s4-releaseandroid14-qpr2-s3-releaseandroid14-qpr2-s2-releaseandroid14-qpr2-s1-releaseandroid14-qpr2-releaseandroid14-qpr1-s2-releaseandroid14-qpr1-releaseandroid14-mainline-healthfitness-releaseandroid14-devandroid14-d2-s5-releaseandroid14-d2-s4-releaseandroid14-d2-s3-releaseandroid14-d2-s2-releaseandroid14-d2-s1-releaseandroid14-d2-releaseTrevor David Black
6621e1e2bf am: a922a6432e Original change: https://android-review.googlesource.com/c/platform/external/vulkan-headers/+/2339803 Change-Id: I54ff6b124c1750330a2b63edcfc1179e12d688bd Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-12-12Merge remote-tracking branch 'aosp/upstream-main' am: 954ed95e64 am: 6621e1e2bfndk-r26dndk-r26cndk-r26bndk-r26-rc1ndk-r26-beta1ndk-r26android-u-beta-1-gplndk-r26-releaseTrevor David Black
Original change: https://android-review.googlesource.com/c/platform/external/vulkan-headers/+/2339803 Change-Id: Ie9007521ef45b006fa670588521f151bcab5d60d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-12-12Merge remote-tracking branch 'aosp/upstream-main' am: 954ed95e64Trevor David Black
Original change: https://android-review.googlesource.com/c/platform/external/vulkan-headers/+/2339803 Change-Id: I3183cbaf15abf3b264ad5e16cf133bf1fca94ef8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-12-10Merge remote-tracking branch 'aosp/upstream-main'main-16k-with-phonesTrevor David Black
Test: Build Change-Id: If470d6e30de401e6bdd42cdee0b3ec3430bcad8f
2022-12-09cmake: Remove Copyright_cmake.txtJuan Ramos
2022-12-09cmake: Remove VULKAN_HEADERS_INSTALLJuan Ramos
Not needed and adds clutter to projects that use add_subdirectory
2022-12-09cmake: Cleanup CMake codeJuan Ramos
Remove version.cmake / install.cmake / cmake_uninstall.cmake Remove as much maintenace burden / custom code as possible
2022-12-08Update for Vulkan-Docs 1.3.237Jon Leech
2022-12-08Merge remote-tracking branch 'aosp/upstream-main' am: 777da2da54 am: ↵Trevor David Black
78e116da30 am: 1a12815d1f Original change: https://android-review.googlesource.com/c/platform/external/vulkan-headers/+/2322419 Change-Id: I631ba08916297a560f717117185be430cdb29fb0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-12-08Merge remote-tracking branch 'aosp/upstream-main' am: 777da2da54 am: 78e116da30Trevor David Black
Original change: https://android-review.googlesource.com/c/platform/external/vulkan-headers/+/2322419 Change-Id: I0f9046f5b6a2291116094ef56b867e50b054ff81 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-12-08Merge remote-tracking branch 'aosp/upstream-main' am: 777da2da54Trevor David Black
Original change: https://android-review.googlesource.com/c/platform/external/vulkan-headers/+/2322419 Change-Id: Iab1b8b560d269a068e0978104e7075a6a29204ab Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-12-07vk_icd.h: Add ICD Version 7unknown
If an ICD supports any of the following functions, they must be queryable with vk_icdGetInstanceProcAddr: vk_icdNegotiateLoaderICDInterfaceVersion vk_icdGetPhysicalDeviceProcAddr vk_icdEnumerateAdapterPhysicalDevices (Windows only) In addition, these functions no longer need to be exported directly. These changes allow drivers to no longer export the 'loader-icd interface' functions which previously had to be exported. This change aids in future extension work which aims to provide the ability to load drivers without installing them to the system.
2022-12-05cmake: Fix cross-compilationJuan Ramos
We need to revert b092b2f in Gentoo to fix multi-ABI vulkan-loader build This reverts commit b092b2fccc812453c1d0ec0a829eb8f34f174803. See https://github.com/KhronosGroup/Vulkan-Headers/issues/330 for details.
2022-12-01Merge remote-tracking branch 'aosp/upstream-main'Trevor David Black
Test: Build Change-Id: Ia66e6e2cc9208485a2c9b4e989acce48a274d5c1
2022-12-01Update for Vulkan-Docs 1.3.236Jon Leech
2022-11-21cmake: Fix environment for cross-compile installsTimo Gurr
Currently the include directory is arch-dependent. However, the location where the *.cmake files are installed is arch-independent. This difference causes an issue with cross compile environments.
2022-11-17Add VkIcdSurfaceImagePipe and VK_ICD_WSI_PLATFORM_FUCHSIAJohn Bauman
This allows the loader to implement its part of the VK_FUCHSIA_image_pipe extension.
2022-11-17Update for Vulkan-Docs 1.3.235Jon Leech
2022-11-16Vulkan headers changes to support VK_EXT_image_compression_control am: ↵Trevor David Black
f385ebbd07 am: 90c1294929 am: 44f6890a33 Original change: https://android-review.googlesource.com/c/platform/external/vulkan-headers/+/2011736 Change-Id: Ib203493e371d0bafba13af2642fe34bb282f420e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-11-16Vulkan headers changes to support VK_EXT_image_compression_control am: ↵Trevor David Black
f385ebbd07 am: 90c1294929 Original change: https://android-review.googlesource.com/c/platform/external/vulkan-headers/+/2011736 Change-Id: Id2efa11ca0136655776922c5eef70e1d71e476a2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-11-16Vulkan headers changes to support VK_EXT_image_compression_control am: ↵Trevor David Black
f385ebbd07 Original change: https://android-review.googlesource.com/c/platform/external/vulkan-headers/+/2011736 Change-Id: I24c7a78fb1bf21b0888162a03b557c0efbb3ac1f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-11-10Fix duplicate quotes when targets are included by downstream projectsRyan Harrison
When trying to update the version of Vulkan-Headers used in Dawn/Tint, I encountered errors like this: Target "Vulkan-Headers" contains relative path in its INTERFACE_INCLUDE_DIRECTORIES: ""/home/foo/workspace/dawn/third_party/vulkan-deps/vulkan-headers/src/include"" This PR removes the offending quotes
2022-11-10Update for Vulkan-Docs 1.3.234Jon Leech
2022-11-08docs: Remove .cmake-format.pyJuan Ramos
2022-11-08Vulkan headers changes to support VK_EXT_image_compression_controlTrevor David Black
Bug: 218365766 Test: Build Change-Id: I210800085576dbed12197c257f903208ddb4cb62
2022-11-08cmake: Update BUILD.md documentationJuan Ramos
2022-11-08cmake: Add VULKAN_HEADERS_INSTALL optionJuan Ramos
This allows projects which consume this repo with add_subdirectory to turn on/off the install logic, which can be undesirable.
2022-11-08cmake: Export CMake Targets FileJuan Ramos
Now as part of install 2 files are created: - VulkanHeadersConfig.cmake - VulkanHeadersConfigVersion.cmake This allows usage of find_package closes #157
2022-11-07includes: Guard against multiple NOMINMAXJuan Ramos
2022-11-07cmake: Get Vulkan VersionJuan Ramos
Extract the vulkan header version for CMake usage
2022-11-04build: Fix CMake warningJuan Ramos
Currently GNUInstallDirs is complaining because no language has been enabled. This is fixed by enabling the C language.
2022-11-04Update reporting for non-API headersJon Leech
2022-11-03Update for Vulkan-Docs 1.3.233Jon Leech
2022-10-27Update for Vulkan-Docs 1.3.232 and add profile JSON under registry/profiles/Jon Leech
2022-10-13Update for Vulkan-Docs 1.3.231Jon Leech
2022-09-28Update for Vulkan-Docs 1.3.230Jon Leech
2022-09-22Update for Vulkan-Docs 1.3.229Jon Leech
2022-09-15Update for Vulkan-Docs 1.3.228Jon Leech
2022-09-08Update for Vulkan-Docs 1.3.227Jon Leech
2022-09-01Update for Vulkan-Docs 1.3.226Jon Leech
2022-08-18Update for Vulkan-Docs 1.3.225Jon Leech
2022-08-17[automerger skipped] DO NOT MERGE - Merge Android 13 am: 89ac533700 -s ours ↵Xin Li
am: a541dff5d4 -s ours am: 33c6800c8c -s ours am: cbcc6225b4 -s ours am skip reason: subject contains skip directive Original change: https://android-review.googlesource.com/c/platform/external/vulkan-headers/+/2186765 Change-Id: I84094dee212d2ec814fe40693fc260b7496c73c5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-08-17[automerger skipped] DO NOT MERGE - Merge Android 13 am: 89ac533700 -s ours ↵Xin Li
am: a541dff5d4 -s ours am: 33c6800c8c -s ours am skip reason: Merged-In I4afdb44da3484433ffb8ed6b1573cf5d7fe7f899 with SHA-1 a4b82eb9c3 is already in history Original change: https://android-review.googlesource.com/c/platform/external/vulkan-headers/+/2186765 Change-Id: Ida1afa2126cc9f77a41e5bd60e2082ca80754722 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-08-16[automerger skipped] DO NOT MERGE - Merge Android 13 am: 89ac533700 -s ours ↵Xin Li
am: a541dff5d4 -s ours am skip reason: Merged-In I4afdb44da3484433ffb8ed6b1573cf5d7fe7f899 with SHA-1 a4b82eb9c3 is already in history Original change: https://android-review.googlesource.com/c/platform/external/vulkan-headers/+/2186765 Change-Id: I4614a882cb44e1c7af658b581f272ec91fda60ad Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-08-16[automerger skipped] DO NOT MERGE - Merge Android 13 am: 89ac533700 -s oursXin Li
am skip reason: Merged-In I4afdb44da3484433ffb8ed6b1573cf5d7fe7f899 with SHA-1 a4b82eb9c3 is already in history Original change: https://android-review.googlesource.com/c/platform/external/vulkan-headers/+/2186765 Change-Id: I7836c665ed452b9888b037c0daf53b340e6def73 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-08-15DO NOT MERGE - Merge Android 13Xin Li
Bug: 242648940 Merged-In: I4afdb44da3484433ffb8ed6b1573cf5d7fe7f899 Change-Id: I5f3c1c37ab238b179aead4cb168b3f0eb3b2b5b2
2022-08-05Fix the readme for the fixed conventions.py locationEric Werness
2022-08-04Update for Vulkan-Docs 1.3.224Jon Leech
2022-07-28Update for Vulkan-Docs 1.3.223Jon Leech