summaryrefslogtreecommitdiffhomepage
path: root/README.md
AgeCommit message (Collapse)Author
2023-01-30docs: Trim README.mdJuan Ramos
CONTRIBUTING.md, issue template, and PR template all cover this.
2023-01-20docs: Re-add documentationJuan Ramos
2023-01-19docs: Remove un-neccessary detail from docsJuan Ramos
2023-01-12docs: Update README.mdJuan Ramos
2023-01-12docs: Add CONTRIBUTING.mdJuan Ramos
2023-01-09cmake: Remove Vulkan::RegistryJuan Ramos
Vulkan::Registry behaves differently in `add_subdirectory` vs `find_package` builds. Which can result in build failures. Also Vulkan::Registry never made sense as a CMake target and was very brittle in numerous ways. Better to provide a `VULKAN_HEADERS_REGISTRY_DIRECTORY` to users instead and remove Vulkan::Registry completely. closes #351
2022-12-20tests: Test Non-API headersJuan Ramos
Ensures the non-API headers compile correctly
2022-12-20docs: INTEGRATION.mdJuan Ramos
2022-11-08docs: Remove .cmake-format.pyJuan Ramos
2022-11-04Update reporting for non-API headersJon Leech
2022-10-27Update for Vulkan-Docs 1.3.232 and add profile JSON under registry/profiles/v1.3.232Jon Leech
2022-08-05Fix the readme for the fixed conventions.py locationsdk-1.3.224.1sdk-1.3.224.0sdk-1.3.224Eric Werness
2022-04-05Add new file to READMEsdk-1.3.211.0sdk-1.3.211Jon Leech
2021-10-20Update issue reference for non-API headersCharles Giessen
The old description referred to a person who no longer is responsible for those files. I prefer to update the link to refer to the Vulkan-Loader so future changes in ownership don't require updating this repo.
2021-09-12Update README to note change of default branchJon Leech
2021-06-21Add reference to multiple Hpp headers added to this repositoryv1.2.182sdk-1.2.182.0sdk-1.2.182Jon Leech
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-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-04-06Update README.md with warning of pending header changesJon Leech
2019-07-30Update to try and prevent inappropriate PRs from being submitted against ↵Jon Leech
this repo
2018-12-17docs: Add explanation of version tagging schemev1.1.96Shannon McPherson
2018-07-16docs: Fix whitespaceMark Lobodzinski
2018-07-11docs: Update README to explain contents originsKarl Schultz
2018-05-30build: Add CMake files for install targetKarl Schultz
2018-05-03Initial commitKhronos Group Webmaster