Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-23 | Move GGP in WSI platform enumv1.2.162sdk-1.2.162.0sdk-1.2.162 | Lenny Komow | |
This should have been added at the end to preserve compatibility. | |||
2020-11-22 | Update for Vulkan-Docs 1.2.162 | Jon Leech | |
2020-11-17 | Add GGP (Stadia) WSI platform support to vk_icd.h | J.D. Rouan | |
Defines type "VkIcdSurfaceGgp" and adds "VK_ICD_WSI_PLATFORM_GGP" to VkIcdWsiPlatform enum. GGP is Google Games Platform, the platform for Stadia. | |||
2020-11-15 | Update for Vulkan-Docs 1.2.161v1.2.161 | Jon Leech | |
2020-11-08 | Update for Vulkan-Docs 1.2.160v1.2.160 | Jon Leech | |
2020-11-01 | Update for Vulkan-Docs 1.2.159v1.2.159 | Jon Leech | |
2020-10-18 | Update for Vulkan-Docs 1.2.158v1.2.158 | Jon Leech | |
2020-10-12 | Update for Vulkan-Docs 1.2.157v1.2.157 | Jon Leech | |
2020-10-12 | Update for Vulkan-Docs 1.2.157 | Jon Leech | |
2020-10-04 | Update for Vulkan-Docs 1.2.156v1.2.156 | Jon Leech | |
2020-09-28 | Update for Vulkan-Docs 1.2.155v1.2.155 | Jon Leech | |
2020-09-21 | Update for Vulkan-Docs 1.2.154v1.2.154sdk-1.2.154.0sdk-1.2.154 | Jon Leech | |
2020-09-06 | Update for Vulkan-Docs 1.2.153v1.2.153 | Jon Leech | |
2020-08-26 | Update for Vulkan-Docs 1.2.152v1.2.152 | Jon Leech | |
2020-08-17 | Add VI WSI platform support to vk_icd.h | Michael Chock | |
Add VI enum value to VkIcdWsiPlatform and define type VkIcdSurfaceVi. | |||
2020-08-16 | Update for Vulkan-Docs 1.2.151v1.2.151 | Jon Leech | |
2020-08-10 | Update for Vulkan-Docs 1.2.150v1.2.150 | Jon Leech | |
2020-08-07 | Add a loader features interface | Lenny 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-07 | Add missing ifdef for extern "C" | Lenny Komow | |
2020-08-07 | Update vk_icd.h with proper extern "C" declaration | Lenny Komow | |
2020-08-07 | Update vk_icd.h with typedefs and prototypes | Lenny Komow | |
2020-08-03 | Update for Vulkan-Docs 1.2.149v1.2.149 | Jon Leech | |
2020-07-23 | Fix enum order for backwards compatibility | Niklas 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-20 | Update for Vulkan-Docs 1.2.148v1.2.148 | Jon Leech | |
2020-07-13 | Update for Vulkan-Docs 1.2.147v1.2.147 | Jon Leech | |
2020-07-07 | Update vk_icd.h for VK_EXT_directfb_surface extension | Nicolas Caramelli | |
2020-07-07 | Updates from @mark-lunarg | Jon Leech | |
2020-07-07 | Enumerate 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-04 | Update for Vulkan-Docs 1.2.146v1.2.146 | Jon Leech | |
2020-06-21 | Update for Vulkan-Docs 1.2.145v1.2.145 | Jon Leech | |
2020-06-15 | Update for Vulkan-Docs 1.2.144v1.2.144 | Jon Leech | |
2020-06-08 | Update for Vulkan-Docs 1.2.143v1.2.143 | Jon Leech | |
2020-06-01 | Update for Vulkan-Docs 1.2.142v1.2.142 | Jon Leech | |
2020-05-15 | Update for Vulkan-Docs 1.2.141v1.2.141sdk-1.2.141.0sdk-1.2.141 | Jon Leech | |
2020-05-04 | Remove advanced notice of header changev1.2.140 | Jon 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-04 | Update for Vulkan-Docs 1.2.140 | Jon Leech | |
2020-04-27 | Update for Vulkan-Docs 1.2.139v1.2.139 | Jon Leech | |
2020-04-23 | Revert "Export versioned targets for CMake" | Mike Weiblen | |
This reverts commit 382bf3de06fc8c8961055afc37957fe65846c33b. Revert PR #110 https://github.com/KhronosGroup/Vulkan-Headers/pull/110 | |||
2020-04-16 | Export versioned targets for CMake | Rahul 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-07 | Update for Vulkan-Docs 1.2.137v1.2.137 | Jon Leech | |
2020-04-06 | Update README.md with warning of pending header changes | Jon Leech | |
2020-03-24 | Update for Vulkan-Docs 1.2.136v1.2.136 | Jon Leech | |
2020-03-17 | New include file with provisional extension interfaces (those interfacesv1.2.135sdk-1.2.135.0sdk-1.2.135 | Jon Leech | |
not aliased by promoted-from APIs, at least). | |||
2020-03-17 | Update for Vulkan-Docs 1.2.135 | Jon Leech | |
2020-03-06 | Update for Vulkan-Docs 1.2.134v1.2.134 | Jon Leech | |
2020-02-15 | Update for Vulkan-Docs 1.2.133v1.2.133 | Jon Leech | |
2020-01-21 | Update for Vulkan-Docs 1.2.132v1.2.132 | Jon Leech | |
2020-01-15 | Update for Vulkan-Docs 1.2.131v1.2.131 | Jon Leech | |
2019-12-27 | GN: 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-09 | Update for Vulkan-Docs 1.1.130v1.1.130sdk-1.1.130.0sdk-1.1.130 | Jon Leech | |