| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2 days | add makefile and readmemommy | Lizzy Fleckenstein | |
| 2 days | add some pfps | Lizzy Fleckenstein | |
| 2 days | add mkthoughts script | Lizzy Fleckenstein | |
| 2 days | add mkcube script | Lizzy Fleckenstein | |
| 2 days | port petpet generator to nodejs | Lizzy Fleckenstein | |
| code taken from https://benisland.neocities.org/petpet/ and modified. | |||
| 2 days | vkcube: delta-time sensitivity | Lizzy Fleckenstein | |
| 2 days | vkcube: add --texture parameter | Lizzy Fleckenstein | |
| 2 days | vkcube: load image file at runtime | Lizzy Fleckenstein | |
| 2 days | vkcube: lower fov | Lizzy Fleckenstein | |
| 2 days | vkcube: greenscreen | Lizzy Fleckenstein | |
| 2 days | add tools/Vulkan-Tools | Lizzy Fleckenstein | |
| 2 days | init | Lizzy Fleckenstein | |
| 13 days | build: Update to header 1.4.347 | Mike Schuchardt | |
| 2026-03-13 | build: Update to header 1.4.346 | Mike Schuchardt | |
| 2026-03-06 | build: Update to header 1.4.345 | Mike Schuchardt | |
| 2026-02-27 | mockicd: Update Pipeline Binary entrypoints | Mark Young | |
| The pipeline binary entrypoints needed some more work to better simulate an implmentation in our test framework. | |||
| 2026-02-20 | build: Update to header 1.4.344 | Mike Schuchardt | |
| 2026-02-06 | build: Update to header 1.4.343 | Mike Schuchardt | |
| 2026-02-04 | Introduce optional APPLE_USE_SYSTEM_ICD for runtime icd discovery on APPLE | Jarrett Johnson | |
| 2026-02-04 | Update known_good.json | Richard S. Wright Jr. | |
| Updated MoltenVK version in use. | |||
| 2026-01-30 | build: Update to header 1.4.342 | Mike Schuchardt | |
| 2026-01-23 | build: Update to header 1.4.341 | Mike Schuchardt | |
| 2026-01-22 | build: Update to header 1.4.340 | Mike Schuchardt | |
| 2026-01-20 | vulkaninfo: Fix string printing in VK_KHR_display | Charles Giessen | |
| Strings must be printed with the PrintString/PrintKeyString functions in order to properly escape and quote them in the JSON output. | |||
| 2026-01-16 | build: Update to header 1.4.339 | Mike Schuchardt | |
| 2026-01-13 | info: Add support for VK_KHR_display | Jeremy Gebben | |
| This prints the results of vkGetPhysicalDeviceDisplayPropertiesKHR(), vkGetPhysicalDeviceDisplayPlanePropertiesKHR() and other related property lookups. It does not provide support to create a VK_KHR_display surface and query it. It also does not try to use VK_EXT_direct_mode_display to take control of the display from the window system. | |||
| 2026-01-12 | build: Update to header 1.4.338 | Mike Schuchardt | |
| 2025-12-24 | info: Add vkGetPhysicalDeviceMultisamplePropertiesEXT | spencer-lunarg | |
| 2025-12-24 | info: Add vkGetPhysicalDeviceFragmentShadingRatesKHR | spencer-lunarg | |
| 2025-12-19 | build: Update to header 1.4.337 | Mike Schuchardt | |
| 2025-12-17 | vulkaninfo: Dump VkCooperativeMatrixPropertiesKHR and TimeDomain | spencer-lunarg | |
| 2025-12-15 | scripts: Fix clang-format not running | spencer-lunarg | |
| 2025-12-15 | Use the clock_gettime() function instead of the obsolescent gettimeofday() ↵ | AndreyVK_D3D | |
| function. clock_gettime() can be used for macos since MacOS 10.12 Sierra, instaead of instead of the obsolescent gettimeofday() function. see POSIX documenation https://pubs.opengroup.org/onlinepubs/9699919799/functions/gettimeofday.html | |||
| 2025-12-15 | vulkaninfo: Dedicated ShowSettings struct | spencer-lunarg | |
| 2025-12-12 | build: Update to header 1.4.336 | Mike Schuchardt | |
| 2025-12-08 | build: Support compilation with MinGW | Charles Giessen | |
| 2025-12-08 | vulkaninfo: Fix running under RenderDoc | Danylo Piliaiev | |
| RenderDoc allows only one simultaneously existing logical device, and vulkaninfo doesn't have a real need to keep them simultaneously alive. Running vulkaninfo under RenderDoc is useful to get a Vulkan profile that will represent the RenderDoc capabilities on the current GPU, which can be useful to, e.g., make a gfxreconstruct trace that will be later capturable by RenderDoc. Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com> | |||
| 2025-12-05 | cube: Rename window in macOS to not refer to moltenVK | Charles Giessen | |
| Since KosmicKrisp is now released, the window title should not refer explicitly to MoltenVK. | |||
| 2025-12-01 | build: Update to header 1.4.335 | Charles Giessen | |
| 2025-11-24 | build(deps): bump actions/checkout from 5 to 6 | dependabot[bot] | |
| Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2025-11-24 | build: Update to header 1.4.334 | Mike Schuchardt | |
| 2025-11-20 | vulkaninfo: Add a show-all option | spencer-lunarg | |
| 2025-11-14 | cube: Fix GOOGLE_display_timing desired-present-time calibration. | Emma Anholt | |
| as the name says, we're calculating what the previous present's desired time should have been, which will have IPD added for the next_present_id's presentation. So for example, if we are processing the last presented frame's actualPresentTime, our multiple should be 0, not 1. Now the demo properly locks to 60fps for a 1.0 IPD on my 60Hz display. | |||
| 2025-11-14 | cube: Drop redundant check for GOOGLE_display_timing_enabled | Emma Anholt | |
| That's already the check for the block we're under. | |||
| 2025-11-14 | cube: Fix VK_GOOGLE_display_timing path. | Emma Anholt | |
| We were referencing present_time and ptime past their lifetimes in the block, resulting in corruption of the pNext chain. | |||
| 2025-11-14 | build: Update to header 1.4.333 | Mike Schuchardt | |
| 2025-11-07 | build: Update to header 1.4.332 | Mike Schuchardt | |
| 2025-10-30 | build: Update to header 1.4.331 | Mike Schuchardt | |
| 2025-10-24 | build: Update to header 1.4.330 | Mike Schuchardt | |
| 2025-10-10 | build: Update to header 1.4.329 | Mike Schuchardt | |
