summaryrefslogtreecommitdiff
path: root/Userland/Demos/Cube
AgeCommit message (Expand)Author
2021-03-16LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888xAndreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-03Cube: Add an argument for the "frameless cube" optionone-some
2021-02-21Cube: Add an option to render a frameless cubeTom
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Demos+Games: Pledge "sendfd" in demos and gamesTheMorc
2021-01-12Demos: Move to Userland/Demos/Andreas Kling