| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-21 | build: Update to header 1.4.311 | Mike Schuchardt | |
| 2025-03-07 | build: Update to header 1.4.310 | Mike Schuchardt | |
| 2025-03-03 | build: update volk branch to vulkan-sdk-1.4.309 | John Zupin | |
| Remove the reference to the vulkan-tmp-1.4.309 branch which will be deleted eventually. | |||
| 2025-02-25 | build: Update Volk to vulkan-tmp-1.4.309 branch | Charles Giessen | |
| 2025-02-21 | build: Update to header 1.4.309 | Mike Schuchardt | |
| 2025-01-30 | build: Update to header 1.4.307 | Mike Schuchardt | |
| 2025-01-24 | build: Update to header 1.4.306 | Mike Schuchardt | |
| 2025-01-23 | icd: Add VkPhysicalDeviceMaintenance3Properties | spencer-lunarg | |
| 2025-01-17 | build: Update to header 1.4.305 | Mike Schuchardt | |
| 2025-01-06 | vulkaninfo: Add video profiles support | Daniel Rakos | |
| 2025-01-06 | build: Update Volk to vulkan-sdk-1.4.304 | Charles Giessen | |
| 2024-12-20 | build: Update to header 1.4.304 | Mike Schuchardt | |
| 2024-12-03 | build: Update to header 1.4.303 | Mike Schuchardt | |
| 2024-11-25 | icd: Add support for AV1 encode and QP maps | Daniel Rakos | |
| 2024-11-21 | build: Update to header 1.3.302 | Mike Schuchardt | |
| 2024-11-05 | scripts: Make generate_source.py look harder for vk.xml | Jeremy Gebben | |
| Allow the registry path argument to also be the base directory containing the Vulkan-Headers repo (eg. ./external) to save redundant typing. | |||
| 2024-11-04 | build: Update to header 1.3.301 | Mike Schuchardt | |
| 2024-10-28 | scripts: Fix user self-hosting dependency in update_deps.py | Máté Ferenc Nagy-Egri | |
| The documentation states that users can override where to take a dependency from via variables like VULKAN_HEADERS_INSTALL_DIR, however the helper.cmake written by the scripts/CMakeLists.txt FORCE updates the cache variable to the location inside known_good.json, practically overwriting the user-provided path given on the CLI using -D, also going into the cache. | |||
| 2024-10-28 | scripts: Handle remote URL change in update_deps.py | Máté Ferenc Nagy-Egri | |
| Without going through an intricate dance with git to change the remote URL of a repository, it's simplest to just nuke the cloned folder, as we have to do a clean clone anyway. | |||
| 2024-10-25 | build: Update to header 1.3.300 | Mike Schuchardt | |
| 2024-10-18 | build: Update to header 1.3.299 | Mike Schuchardt | |
| 2024-10-11 | build: Update to header 1.3.298 | Mike Schuchardt | |
| 2024-10-07 | build: Update to header 1.3.297 | Mike Schuchardt | |
| 2024-10-07 | Update known_good.json | Richard S. Wright Jr. | |
| Updated MoltenVK to latest known good | |||
| 2024-09-30 | build: Update volk tag | ziga-lunarg | |
| 2024-09-26 | build: Update to header 1.3.296 | Mike Schuchardt | |
| 2024-09-26 | Fix twocall_chain_vectors mechanism | Máté Ferenc Nagy-Egri | |
| Instead of unconditionally querying properties twice, only call the query again if the given output struct has array members. Also fix the case where if there are no output structs with array properties (VulkanSC), then don't end up with unresolved external symbols. | |||
| 2024-09-02 | build: Update to header 1.3.295 | Mike Schuchardt | |
| 2024-08-23 | build: Update to header 1.3.294 | Mike Schuchardt | |
| Needed custom implementation of vkCreatePipelineBinariesKHR in mock_icd | |||
| 2024-08-21 | vulkaninfo: Add --show-promoted-structs option | Charles Giessen | |
| This option restores behavior that prints out structures which have been promoted to core vulkan and their members combined into the VkPhysicalDeviceVulkanXXX structs. For example, VkPhysicalDeviceVulkan12Features contains all of the features that VkPhysicalDeviceVulkanMemoryModelFeatures does, so only the former needs to be output. However, some users will want both structs present regardless and the --show-promoted-structs option allows that behavior. This commit also removes redundant checks when iterating the pNext chains while printing, as those same checks occur when the chain is being created, removing duplicate code-gen and runtime checks. | |||
| 2024-08-16 | build: Update to header 1.3.293 | Mike Schuchardt | |
| 2024-08-02 | build: Update to header 1.3.292 | Mike Schuchardt | |
| 2024-07-22 | Update known_good.json | Richard S. Wright Jr. | |
| Rollback MoltenVK to 1.2.9 from 1.2.10 due to stability issues | |||
| 2024-07-20 | Update known_good.json | Richard S. Wright Jr. | |
| Updated known_good for latest MoltenVK | |||
| 2024-07-16 | deps: Update volk to vulkan-sdk-1.3.290 | Charles Giessen | |
| 2024-07-12 | build: Update to header 1.3.290 | Mike Schuchardt | |
| 2024-07-11 | vulkaninfo: Support 2-call structs in codegen for pNext chains | Charles Giessen | |
| There are now multiple structs in pNext chains which require calling once to get the size, allocating memory, then calling again to get the data. The codegen now handles such functions, although not very cleanly. | |||
| 2024-06-28 | build: Update to header 1.3.289 | Mike Schuchardt | |
| 2024-06-14 | build: Update to header 1.3.288 | Mike Schuchardt | |
| 2024-06-07 | build: Update to header 1.3.287 | Mike Schuchardt | |
| 2024-05-14 | Update known_good.json | Richard S. Wright Jr | |
| Updated with latest MoltenVK tag | |||
| 2024-05-13 | build: Update to header 1.3.285 | Mike Schuchardt | |
| 2024-05-08 | build: Update to header 1.3.284 | Mike Schuchardt | |
| 2024-05-03 | Update volk to vulkan-sdk-1.3.283 | Charles Giessen | |
| 2024-04-19 | build: Update to header 1.3.283 | Mike Schuchardt | |
| 2024-04-17 | build: Update to header 1.3.282 | Mike Schuchardt | |
| 2024-04-15 | Fix update_deps.py script to handle Windows Arm64. | Alex Rønne Petersen | |
| 2024-04-01 | icd: Add external memory properties | Artem Kharytoniuk | |
| 2024-03-19 | icd: Fix DEVICE_LOST injection null check | spencer-lunarg | |
| 2024-03-19 | icd: Add special fault injection logic | spencer-lunarg | |
