summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2020-09-21Update for Vulkan-Docs 1.2.154v1.2.154sdk-1.2.154.0sdk-1.2.154Jon Leech
2020-09-06Update for Vulkan-Docs 1.2.153v1.2.153Jon Leech
2020-08-26Update for Vulkan-Docs 1.2.152v1.2.152Jon Leech
2020-08-17Add VI WSI platform support to vk_icd.hMichael Chock
Add VI enum value to VkIcdWsiPlatform and define type VkIcdSurfaceVi.
2020-08-16Update for Vulkan-Docs 1.2.151v1.2.151Jon Leech
2020-08-10Update for Vulkan-Docs 1.2.150v1.2.150Jon Leech
2020-08-07Add a loader features interfaceLenny Komow
This is needed to tell a layer if the loader is sorting physical devices, but it should be generalized so that other loader features could be marked in the future.
2020-08-07Add missing ifdef for extern "C"Lenny Komow
2020-08-07Update vk_icd.h with proper extern "C" declarationLenny Komow
2020-08-07Update vk_icd.h with typedefs and prototypesLenny Komow
2020-08-03Update for Vulkan-Docs 1.2.149v1.2.149Jon Leech
2020-07-23Fix enum order for backwards compatibilityNiklas Haas
The new enum member introduced in 2a164e968 broke ABI with previous versions of vk_icd.h, resulting in a segfault on latest mesa (which does not yet have this commit in their vendored copy of vk_icd.h, thus breaking the order of enum members).
2020-07-20Update for Vulkan-Docs 1.2.148v1.2.148Jon Leech
2020-07-13Update for Vulkan-Docs 1.2.147v1.2.147Jon Leech
2020-07-07Update vk_icd.h for VK_EXT_directfb_surface extensionNicolas Caramelli
2020-07-07Updates from @mark-lunargJon Leech
2020-07-07Enumerate originating repository for all files in this repo.Jon Leech
Several files originate from unknown (to @oddhack) sources and that should be fixed before accepting this PR.
2020-07-04Update for Vulkan-Docs 1.2.146v1.2.146Jon Leech
2020-06-21Update for Vulkan-Docs 1.2.145v1.2.145Jon Leech
2020-06-15Update for Vulkan-Docs 1.2.144v1.2.144Jon Leech
2020-06-08Update for Vulkan-Docs 1.2.143v1.2.143Jon Leech
2020-06-01Update for Vulkan-Docs 1.2.142v1.2.142Jon Leech
2020-05-15Update for Vulkan-Docs 1.2.141v1.2.141sdk-1.2.141.0sdk-1.2.141Jon Leech
2020-05-04Remove advanced notice of header changev1.2.140Jon Leech
The BEGIN_RANGE, END_RANGE, RANGE_SIZE enums have now been removed from the headers, per https://github.com/KhronosGroup/Vulkan-Docs/issues/1230, so remove the "Advance Notice" from the README.
2020-05-04Update for Vulkan-Docs 1.2.140Jon Leech
2020-04-27Update for Vulkan-Docs 1.2.139v1.2.139Jon Leech
2020-04-23Revert "Export versioned targets for CMake"Mike Weiblen
This reverts commit 382bf3de06fc8c8961055afc37957fe65846c33b. Revert PR #110 https://github.com/KhronosGroup/Vulkan-Headers/pull/110
2020-04-16Export versioned targets for CMakeRahul Sheth
Generate VulkanHeadersConfig.cmake and version file and install them. To get the version information the header file vulkan_core.h is parsed. In client code one can use `find_package(VulkanHeaders)` and get the targets `Vulkan::Headers` and `Vulkan::Registry`. The following additional files are generated and installed by CMake: - VulkanHeadersConfig.cmake: searched for by find_package(VulkanHeaders) - VulkanHeadersConfigVersion.cmake: provides version numbers - VulkanHeadersTargets.cmake: CMake target definitions used by config file
2020-04-07Update for Vulkan-Docs 1.2.137v1.2.137Jon Leech
2020-04-06Update README.md with warning of pending header changesJon Leech
2020-03-24Update for Vulkan-Docs 1.2.136v1.2.136Jon Leech
2020-03-17New include file with provisional extension interfaces (those interfacesv1.2.135sdk-1.2.135.0sdk-1.2.135Jon Leech
not aliased by promoted-from APIs, at least).
2020-03-17Update for Vulkan-Docs 1.2.135Jon Leech
2020-03-06Update for Vulkan-Docs 1.2.134v1.2.134Jon Leech
2020-02-15Update for Vulkan-Docs 1.2.133v1.2.133Jon Leech
2020-01-21Update for Vulkan-Docs 1.2.132v1.2.132Jon Leech
2020-01-15Update for Vulkan-Docs 1.2.131v1.2.131Jon Leech
2019-12-27GN: Make PLATFORM_XCB optional, based on a user-defined variable.Ethan Lee
Not all Linux platforms will have X11 available (Wayland, GGP), so we have to declare a variable that checks use_x11 separately.
2019-12-09Update for Vulkan-Docs 1.1.130v1.1.130sdk-1.1.130.0sdk-1.1.130Jon Leech
2019-11-25Update for Vulkan-Docs 1.1.129v1.1.129Jon Leech
2019-11-21build: Clarify Windows build instructionsMark Lobodzinski
It was not specified that the windows commands must be run from within a developer console. Also removed VS2013 and added VS2019 refs.
2019-11-18Update for Vulkan-Docs 1.1.128v1.1.128Jon Leech
2019-11-06GN: Add support for Google Games Platform.Jamie Madill
This is conditional upon defining a variable 'is_ggp'. The variable is optional.
2019-11-06build: BUILD.gn missing defines for MacOSJonah Ryan-Davis
BUILD.gn does not define VK_USE_PLATFORM_METAL_EXT for MacOS
2019-11-03Update for Vulkan-Docs 1.1.127v1.1.127Jon Leech
2019-10-28vulkan: Fix typo for `operator==` in `vulkan.hpp`sdk-1.1.126.0sdk-1.1.126Shannon McPherson
2019-10-25vulkan: Update `vulkan.hpp` for VS2015 VT fixShannon McPherson
Visual Studio 2015 is used by AppVeyor during GitHub CI testing and was reporting errors concerning ambiguous `operator==` when building `cubepp` in the Vulkan-Tools repository. This version of `vulkan.hpp` fixes these errors.
2019-10-21Update for Vulkan-Docs 1.1.126v1.1.126Jon Leech
2019-10-13Update for Vulkan-Docs 1.1.125v1.1.125Jon Leech
2019-10-06Update for Vulkan-Docs 1.1.124v1.1.124Jon Leech