aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2023-09-29Update for Vulkan-Docs 1.3.266v1.3.266Jon Leech
2023-09-23Update for Vulkan-Docs 1.3.265v1.3.265Jon Leech
2023-09-10Add new .hpp filev1.3.264Jon Leech
2023-09-08Update for Vulkan-Docs 1.3.264Jon Leech
2023-09-02Update for Vulkan-Docs 1.3.263v1.3.263Jon Leech
2023-08-28cmake: Document vlk_get_header_versionJuan Ramos
2023-08-25Update for Vulkan-Docs 1.3.262v1.3.262Jon Leech
2023-08-14reuse: Cleanup copyright for *.md filessdk-1.3.261.1sdk-1.3.261.0sdk-1.3.261Juan Ramos
2023-08-14Create SECURITY.mdJuan Ramos
closes #430
2023-08-04Update for Vulkan-Docs 1.3.261v1.3.261Jon Leech
2023-07-29Use MIT licenseJon Leech
2023-07-29Update CoC linkJon Leech
2023-07-28Update for Vulkan-Docs 1.3.260v1.3.260Jon Leech
2023-07-22Update for Vulkan-Docs 1.3.259v1.3.259Jon Leech
2023-07-21Update for Vulkan-Docs 1.3.258v1.3.258Jon Leech
2023-07-17ci: Add Windows to CIJuan Ramos
2023-07-14Add REUSE compliance checker to CIJuan Ramos
2023-07-10cmake: Use share instead of DATADIR for CMake config filesJuan Ramos
See the following discussion for context: https://discourse.cmake.org/t/what-should-the-destination-be-for-a-header-only-librarys-cmake-config-file/8473/3 TLDR: `DATADIR` can be `share` but it doesn't have to be. It can be changed by the user.
2023-07-07Update for Vulkan-Docs 1.3.257v1.3.257Jon Leech
2023-07-05docs: Remove outdated documentation referencing `cmake/`Juan Ramos
2023-07-05cmake: Remove VULKAN_HEADERS_INSTALLJuan Ramos
VULKAN_HEADERS_INSTALL was added since it was believed there was a valid use case for it. After looking into the use case that provoked this change there is no reason to keep VULKAN_HEADERS_INSTALL as an option. Here is the use case we do NOT want to support: https://github.com/KhronosGroup/Vulkan-Headers/pull/416#issuecomment-1622318949 Fundamentally this problem is caused add_subdirectory/find_package not being able to work together flawlessly. Which isn't the responsibility of Vulkan-Headers to fix. It's the responsibility of projects that consume Vulkan-Headers to account for either method. As described by the CMake maintainers: https://discourse.cmake.org/t/idiomatic-way-to-handle-packages-and-add-subdirectory/8400
2023-07-05cmake: Remove usage of configure_package_config_fileJuan Ramos
Fixes issue shown here: https://github.com/KhronosGroup/Vulkan-Headers/pull/415
2023-06-30cmake: Add VULKAN_HEADERS_INSTALL optionJuan Ramos
Allows add_subdirectory users to install vulkan-headers
2023-06-30Add new .cppm file to CONTRIBUTING.mdJon Leech
2023-06-30Update for Vulkan-Docs 1.3.256v1.3.256Jon Leech
2023-06-26Update README to be more clear about use of the different files in the repoJon Leech
This is intended to clarify that developers using Vulkan are likely to need only the header files, not the scripts and other material in the repository which are used by the SDK and other downstream ecosystem components. Closes #407
2023-06-23Update for Vulkan-Docs 1.3.255v1.3.255Jon Leech
2023-06-16Update for Vulkan-Docs 1.3.254v1.3.254Jon Leech
2023-06-09Update for Vulkan-Docs 1.3.253v1.3.253Jon Leech
2023-06-02Update for Vulkan-Docs 1.3.252v1.3.252Jon Leech
2023-05-28Update for Vulkan-Docs 1.3.251v1.3.251Jon Leech
2023-05-15ser minimal permissions to linux.ymlsdk-1.3.250.1sdk-1.3.250.0sdk-1.3.250Joyce
Signed-off-by: Joyce <[email protected]>
2023-05-04Update for Vulkan-Docs 1.3.250v1.3.250Jon Leech
2023-04-27Update for Vulkan-Docs 1.3.249v1.3.249Jon Leech
2023-04-20Update for Vulkan-Docs 1.3.248v1.3.248Jon Leech
2023-04-20Update for Vulkan-Docs 1.3.248Jon Leech
2023-04-13Update for Vulkan-Docs 1.3.247v1.3.247Jon Leech
2023-03-31Update for Vulkan-Docs 1.3.246v1.3.246sdk-1.3.246.1sdk-1.3.246.0sdk-1.3.246Jon Leech
2023-03-29ci: Fix invalid usage of GITHUB_WORKSPACEJuan Ramos
2023-03-24Update for Vulkan-Docs 1.3.245v1.3.245Jon Leech
2023-03-23vk_icd: Fix typoJuan Ramos
closes #387
2023-03-17Update for Vulkan-Docs 1.3.244v1.3.244Jon Leech
2023-03-15cmake: Minor CMake cleanupsdk-1.3.243.0sdk-1.3.243Juan Ramos
- Fix project name to be less confusing - Better testing
2023-03-12Update for Vulkan-Docs 1.3.243v1.3.243Jon Leech
2023-02-26Update for Vulkan-Docs 1.3.242v1.3.242Jon Leech
2023-02-22cmake: Update min to 3.15Juan Ramos
- Removes conditional 3.15 logic - Guarantees usage of --install/--loglevel
2023-02-17Add -Wno-redundant-parens to BUILD.gnMike Schuchardt
The SC vk.xml merge added extra parentheses to the VK_DEFINE_NON_DISPATCHABLE_HANDLES macro in order to satisfy MISRA rule 20.7. Make sure this doesn't break downstream builds that would otherwise warn about them.
2023-02-16Update for Vulkan-Docs 1.3.241v1.3.241Jon Leech
2023-02-07headers: Remove VK_LAYER_EXPORTJuan Ramos
- It hasn't been handling windows (so it's been half implemented) - It's a suboptimal method for exporting symbols for vulkan layers since `--version-script` and `.def` files exists. Both of these methods also don't risk name mangling. - `--version-script` also has perf benefits since you can silence exports from code you didn't intend to export
2023-01-30cmake: Trim CMakeLists.txtJuan Ramos