Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-11-25 | Update for Vulkan-Docs 1.1.129v1.1.129 | Jon Leech | |
2019-11-21 | build: Clarify Windows build instructions | Mark 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-18 | Update for Vulkan-Docs 1.1.128v1.1.128 | Jon Leech | |
2019-11-06 | GN: Add support for Google Games Platform. | Jamie Madill | |
This is conditional upon defining a variable 'is_ggp'. The variable is optional. | |||
2019-11-06 | build: BUILD.gn missing defines for MacOS | Jonah Ryan-Davis | |
BUILD.gn does not define VK_USE_PLATFORM_METAL_EXT for MacOS | |||
2019-11-03 | Update for Vulkan-Docs 1.1.127v1.1.127 | Jon Leech | |
2019-10-28 | vulkan: Fix typo for `operator==` in `vulkan.hpp`sdk-1.1.126.0sdk-1.1.126 | Shannon McPherson | |
2019-10-25 | vulkan: Update `vulkan.hpp` for VS2015 VT fix | Shannon 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-21 | Update for Vulkan-Docs 1.1.126v1.1.126 | Jon Leech | |
2019-10-13 | Update for Vulkan-Docs 1.1.125v1.1.125 | Jon Leech | |
2019-10-06 | Update for Vulkan-Docs 1.1.124v1.1.124 | Jon Leech | |