| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2024-03-16 | vulkaninfo: Add quotes around NULL | Charles Giessen | |
| Used PrintKeyValue instead of PrintKeyString by mistake. | |||
| 2024-03-14 | apple: Updated builds of cube and cubepp based on new MoltenVK known good | Richard S. Wright Jr. | |
| 2024-03-12 | build: Update volk to vulkan-sdk-1.3.280 | Charles Giessen | |
| 2024-03-08 | build: Update to header 1.3.280 | Mike Schuchardt | |
| - Update known-good - Generate source | |||
| 2024-03-01 | build: Update to header 1.3.279 | Mike Schuchardt | |
| - Update known-good - Generate source | |||
| 2024-02-16 | build: Update to header 1.3.278 | Mike Schuchardt | |
| - Update known-good - Generate source | |||
| 2024-02-12 | vulkaninfo: Fix text output for HostImageCopyPropertiesEXT | Charles Giessen | |
| Was missing a new line & underline of the title. Also forgot to check if the extension was supported. | |||
| 2024-02-03 | icd: Add AV1 decode support | Daniel Rakos | |
| 2024-02-01 | build: Update to header 1.3.277 | Mike Schuchardt | |
| - Update known-good - Generate source | |||
| 2024-01-26 | build: Update to header 1.3.276 | Mike Schuchardt | |
| - Update known-good - Generate source | |||
| 2024-01-16 | Update known_good.json for MoltenVK 1.2.7 | Richard S. Wright Jr | |
| 2024-01-12 | build: Update volk to 1.3.275 | Charles Giessen | |
| 2024-01-05 | build: Update to header 1.3.275 | Mike Schuchardt | |
| - Update known-good - Generate source | |||
