| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2024-01-05 | vulkaninfo: Fix promoted structure exceptions | ziga-lunarg | |
| 2023-12-21 | icd: Add video support | Daniel Rakos | |
| 2023-12-19 | build: Update to header 1.3.274 | Mike Schuchardt | |
| - Update known-good - Generate source | |||
| 2023-12-15 | vulkaninfo: API parameterization changes | Daniel Rakos | |
| 2023-12-11 | icd: Add vkRegisterDisplayEventEXT | spencer-lunarg | |
| 2023-12-11 | icd: Add basic VkDisplayKHR support | spencer-lunarg | |
| 2023-12-08 | build: Update to header 1.3.273 | Mike Schuchardt | |
| - Update known-good - mockicd: Copy vkGetPhysicalDeviceCalibrateableTimeDomainsEXT implementation to promoted entry point vkGetPhysicalDeviceCalibrateableTimeDomainsKHR - Generate source | |||
| 2023-12-06 | gn: Fix Python 3.12 compatibility | Ho Cheung | |
| 2023-12-02 | vulkaninfo: Fix including promoted structures | ziga-lunarg | |
| 2023-12-01 | Cleanup vulkaninfo_generator.py using pylint | Charles Giessen | |
| 2023-12-01 | vulkaninfo: Check requirements when adding to pNext chains | Charles Giessen | |
| Only include structures in pNext chains whose corresponding extensions or versions are supported. | |||
| 2023-12-01 | build: Update to header 1.3.272 | Mike Schuchardt | |
| - Update known-good - Generate source | |||
| 2023-11-27 | build: Update to header 1.3.271 | Mike Schuchardt | |
| - Update known-good - Generate source | |||
| 2023-11-16 | cube: Fix layers on Apple | Juan Ramos | |
| Otherwise layers won't work on Apple | |||
| 2023-11-16 | cube: Use volk to load functions | Charles Giessen | |
| Add volk as a repo dependency to replace the dependency on the Vulkan-Loader. This makes it easier to build the repo as the vulkan-loader has a much more complex build than volk does. It also allows vkcube to launch without vulkan being installed on the system, allowing for better error handling. Because volk can be used on all platforms, there is no longer a need for android_wrapper. Thus it has been removed. | |||
| 2023-11-15 | Remove *.cmake files and move MoltenVK logic into cube directory | Juan Ramos | |
| Only vkcube/vkcubepp make use of MoltenVK | |||
| 2023-11-15 | vulkaninfo: Autogenerate Format list | Charles Giessen | |
| The rewrite of vulkaninfo to use autogen did not include generating all possible VkFormats. This commit fixes that by generating the lists of formats and their corresponding extension/feature version requirements needed to correctly query their support. Use of std::set is explicit here since we want the output order to be consistent. std::set will use the enum values to sort it, giving a nice orderly output. Before, std::vector maintained the order in a similar fashion, but since it didn't de-duplicate, it could potentially print the same format many times. | |||
| 2023-11-10 | build: Update to header 1.3.270 | Mike Schuchardt | |
| - Update known-good - Generate source | |||
| 2023-11-07 | Don't grab googletest when building for Android | Juan Ramos | |
| It isn't needed. | |||
| 2023-11-07 | Remove --tests from android.puy | Juan Ramos | |
| Barely makes sense for VVL. Makes no sense here to have here. | |||
| 2023-11-07 | icd: Unmap mapped memory before freeing it | Jeff Sullivan | |
| 2023-10-29 | icd: Add vkGetMemoryHostPointerPropertiesEXT support | spencer-lunarg | |
| 2023-10-27 | scripts: Allow parallel build of MoltenVK | Juan Ramos | |
| Helps improve local build performance | |||
| 2023-10-27 | scripts: update_deps.py updates | Juan Ramos | |
| 2023-10-27 | icd: Add vkGetMemoryFdKHR support | spencer-lunarg | |
| 2023-10-23 | Update known_good.json | Richard S. Wright Jr | |
| Updated MoltenVK to latest known good release (v1.2.6) | |||
| 2023-10-20 | build: Update to header 1.3.269 | Mike Schuchardt | |
| - Update known-good - Generate source | |||
| 2023-10-13 | build: Update to header 1.3.268 | Mike Schuchardt | |
| - Update known-good - Generate source | |||
| 2023-10-11 | docs: Cleanup BUILD.md and various other documents | Juan Ramos | |
| - Fixup build documentation up to standard set by VVL - Add documentation for running vkcube/vulkaninfo on Android - Make BUILD_WERROR off by default - Remove out of date documentation - Remove pointless documentation closes #791 | |||
| 2023-10-11 | gn: Cleanup chromium build | Juan Ramos | |
| 2023-10-11 | icd: Add VkAndroidHardwareBufferFormatResolvePropertiesANDROID | spencer-lunarg | |
| 2023-10-10 | cmake: Remove ndk-build | Juan Ramos | |
| Successfully ran VkCube.apk on my Pixel3 closes #850 | |||
| 2023-10-09 | tests: Update googletest to 1.14 | Juan Ramos | |
| 2023-10-07 | icd: Add support to mock AHB commands | spencer-lunarg | |
| 2023-10-06 | mock: Ensure VkICD_mock_icd.json uses up to date API version | Juan Ramos | |
| closes #617 | |||
