aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
8 daysuser: add zeldamommyLizzy Fleckenstein
8 daysuser: add kimapr2Lizzy Fleckenstein
2026-04-13user: add gaigeLizzy Fleckenstein
2026-04-13user: add june3Lizzy Fleckenstein
2026-04-13no more lilithballLizzy Fleckenstein
i will never disobey you again please don't kill me
2026-04-12mkcube: use animtoolLizzy Fleckenstein
2026-04-12user: add june2 and vernlizzyLizzy Fleckenstein
2026-04-11"headless sway" wrapper for non-sway sessionsKimapr
2026-04-11Fix shebang in tools/spherizeKimapr
2026-04-11compatibility with ImageMagick < 7Kimapr
2026-04-11user: add junoLizzy Fleckenstein
2026-04-11user: add xylaLizzy Fleckenstein
2026-04-11add discoLizzy Fleckenstein
2026-04-07update fiore to different pfpLizzy Fleckenstein
2026-04-07add fioreLizzy Fleckenstein
2026-04-07add heartLizzy Fleckenstein
2026-04-03distort balls furtherLizzy Fleckenstein
2026-04-03add plain emojis to out for convenienceLizzy Fleckenstein
2026-04-03add ballsLizzy Fleckenstein
2026-04-03remove dependency of all emojis on Makefile its annoyingLizzy Fleckenstein
2026-04-03pets are now a postfix like everything elseLizzy Fleckenstein
2026-04-03update navi's pfpLizzy Fleckenstein
2026-04-03add swagpuppyLizzy Fleckenstein
2026-04-03mkthoughts: center pfp moreLizzy Fleckenstein
2026-03-31add makefile and readmeLizzy Fleckenstein
2026-03-31add some pfpsLizzy Fleckenstein
2026-03-31add mkthoughts scriptLizzy Fleckenstein
2026-03-31add mkcube scriptLizzy Fleckenstein
2026-03-31port petpet generator to nodejsLizzy Fleckenstein
code taken from https://benisland.neocities.org/petpet/ and modified.
2026-03-31vkcube: delta-time sensitivityLizzy Fleckenstein
2026-03-31vkcube: add --texture parameterLizzy Fleckenstein
2026-03-31vkcube: load image file at runtimeLizzy Fleckenstein
2026-03-31vkcube: lower fovLizzy Fleckenstein
2026-03-31vkcube: greenscreenLizzy Fleckenstein
2026-03-31add tools/Vulkan-ToolsLizzy Fleckenstein
2026-03-31initLizzy Fleckenstein
2026-03-20build: Update to header 1.4.347Mike Schuchardt
2026-03-13build: Update to header 1.4.346Mike Schuchardt
2026-03-06build: Update to header 1.4.345Mike Schuchardt
2026-02-27mockicd: Update Pipeline Binary entrypointsMark Young
The pipeline binary entrypoints needed some more work to better simulate an implmentation in our test framework.
2026-02-20build: Update to header 1.4.344Mike Schuchardt
2026-02-06build: Update to header 1.4.343Mike Schuchardt
2026-02-04Introduce optional APPLE_USE_SYSTEM_ICD for runtime icd discovery on APPLEJarrett Johnson
2026-02-04Update known_good.jsonRichard S. Wright Jr.
Updated MoltenVK version in use.
2026-01-30build: Update to header 1.4.342Mike Schuchardt
2026-01-23build: Update to header 1.4.341Mike Schuchardt
2026-01-22build: Update to header 1.4.340Mike Schuchardt
2026-01-20vulkaninfo: Fix string printing in VK_KHR_displayCharles Giessen
Strings must be printed with the PrintString/PrintKeyString functions in order to properly escape and quote them in the JSON output.
2026-01-16build: Update to header 1.4.339Mike Schuchardt
2026-01-13info: Add support for VK_KHR_displayJeremy 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.