Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-31 | Update for Vulkan-Docs 1.3.246v1.3.246sdk-1.3.246.1sdk-1.3.246.0sdk-1.3.246 | Jon Leech | |
2023-03-29 | ci: Fix invalid usage of GITHUB_WORKSPACE | Juan Ramos | |
2023-03-24 | Update for Vulkan-Docs 1.3.245v1.3.245 | Jon Leech | |
2023-03-23 | vk_icd: Fix typo | Juan Ramos | |
closes #387 | |||
2023-03-17 | Update for Vulkan-Docs 1.3.244v1.3.244 | Jon Leech | |
2023-03-15 | cmake: Minor CMake cleanupsdk-1.3.243.0sdk-1.3.243 | Juan Ramos | |
- Fix project name to be less confusing - Better testing | |||
2023-03-12 | Update for Vulkan-Docs 1.3.243v1.3.243 | Jon Leech | |
2023-02-26 | Update for Vulkan-Docs 1.3.242v1.3.242 | Jon Leech | |
2023-02-22 | cmake: Update min to 3.15 | Juan Ramos | |
- Removes conditional 3.15 logic - Guarantees usage of --install/--loglevel | |||
2023-02-17 | Add -Wno-redundant-parens to BUILD.gn | Mike 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-16 | Update for Vulkan-Docs 1.3.241v1.3.241 | Jon Leech | |
2023-02-07 | headers: Remove VK_LAYER_EXPORT | Juan 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-30 | cmake: Trim CMakeLists.txt | Juan Ramos | |
2023-01-30 | docs: Trim README.md | Juan Ramos | |
CONTRIBUTING.md, issue template, and PR template all cover this. | |||
2023-01-26 | Update for Vulkan-Docs 1.3.240v1.3.240 | Jon Leech | |
2023-01-23 | docs: Improve github templates | Juan Ramos | |
Just specify the list of files to avoid contributor confusion. | |||
2023-01-20 | github: Add PR template | Juan Ramos | |
2023-01-20 | github: Update bug_report.md | Juan Ramos | |
2023-01-20 | docs: Re-add documentation | Juan Ramos | |
2023-01-19 | cmake: Update minimum to 3.14 | Juan Ramos | |
2023-01-19 | docs: Remove un-neccessary detail from docs | Juan Ramos | |
2023-01-19 | ci: Don't re-install CMake | Juan Ramos | |
Already provided by GitHub actions | |||
2023-01-19 | build: Remove vk_sdk_platform.h | Juan Ramos | |
Users have already been warned about this file being deprecated. | |||
2023-01-19 | Update for Vulkan-Docs 1.3.239v1.3.239sdk-1.3.239.0sdk-1.3.239 | Jon Leech | |
2023-01-16 | ci: Cleanup linux.yml | Juan Ramos | |
2023-01-16 | ci: Test CMake minimum | Juan Ramos | |
2023-01-12 | docs: Update README.md | Juan Ramos | |
2023-01-12 | docs: Add CONTRIBUTING.md | Juan Ramos | |
2023-01-11 | cmake: Cleanup vlk_get_header_version function | Juan Ramos | |
2023-01-11 | docs: Streamline CMake docs | Juan Ramos | |
2023-01-11 | cmake: Removes unused CMake macros | Juan Ramos | |
2023-01-11 | docs: Update BUILD.md | Juan Ramos | |
2023-01-11 | ci: Test find_package support | Juan Ramos | |
2023-01-10 | cmake: Cleanup vlk_get_header_version | Juan Ramos | |
2023-01-10 | docs: Minimal BUILD.md documentation | Juan Ramos | |
2023-01-09 | cmake: Remove Vulkan::Registry | Juan 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 | |||
2023-01-05 | Deprecate vk_sdk_platform.h | Juan Ramos | |
closes #316 | |||
2023-01-04 | docs: Update copyright | Juan Ramos | |
2023-01-04 | gn: Fix GN build warnings | Juan Ramos | |
2022-12-27 | cxx: Use pragma once consistently for non-api headers | Juan Ramos | |
2022-12-20 | vk_layer: Include vukan_core.h instead of vulkan.h | Juan Ramos | |
vulkan.h pulls in system headers we don't need closes #313 | |||
2022-12-20 | tests: Test Non-API headers | Juan Ramos | |
Ensures the non-API headers compile correctly | |||
2022-12-20 | ci: Fix GitHub action bug | Juan Ramos | |
2022-12-20 | docs: INTEGRATION.md | Juan Ramos | |
2022-12-19 | Update for Vulkan-Docs 1.3.238v1.3.238 | Jon Leech | |
2022-12-16 | ci: Add GitHub actions | Juan Ramos | |
Ensures CMake build passes as intended | |||
2022-12-14 | cmake: Preserve permissions from registry files | Juan Ramos | |
2022-12-09 | cmake: Remove Copyright_cmake.txt | Juan Ramos | |
2022-12-09 | cmake: Remove VULKAN_HEADERS_INSTALL | Juan Ramos | |
Not needed and adds clutter to projects that use add_subdirectory | |||
2022-12-09 | cmake: Cleanup CMake code | Juan Ramos | |
Remove version.cmake / install.cmake / cmake_uninstall.cmake Remove as much maintenace burden / custom code as possible |