summaryrefslogtreecommitdiff
path: root/src/renderer.zig
AgeCommit message (Expand)Author
2024-11-14renderer: dedicated size struct, defined coordinate spacesMitchell Hashimoto
2024-08-16renderer: yeet usingnsMitchell Hashimoto
2024-01-16macos: detect renderer health failures and show error viewMitchell Hashimoto
2024-01-16renderer/metal: detect frame commit failures and notify surfaceMitchell Hashimoto
2024-01-03WIP: Update to new build module API after Zig PR #18160Krzysztof Wolicki
2023-11-17renderer: shadertoy functionsMitchell Hashimoto
2023-08-25build: can select renderer with -DrendererMitchell Hashimoto
2022-12-31move wasm target struct around to avoid analyzing wasm file on non-wasmMitchell Hashimoto
2022-12-31can specify a wasm target in buildMitchell Hashimoto
2022-11-14initial padding optionsMitchell Hashimoto
2022-11-05renderer mailbox, focus messageMitchell Hashimoto
2022-10-31metal: cursor and underlineMitchell Hashimoto
2022-10-31Initial metal abstraction (noop)Mitchell Hashimoto
2022-10-24renderer: extract the size structs to a shared fileMitchell Hashimoto
2022-10-23prepare our render state on the windowMitchell Hashimoto
2022-10-23introduce renderer thread logic (not starting it yet)Mitchell Hashimoto
2022-10-23rename grid to a renderer, extract to subfolderMitchell Hashimoto