aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add optional renderdoc integrationrenderdocs-ol2025-07-271-0/+3
|
* fix texture binding bugs-ol2025-07-271-1/+3
|
* wrap Texture in Sources-ol2025-03-201-6/+8
|
* enable transparent framebuffers-ol2025-03-161-1/+2
|
* drop libyaml, configure via argss-ol2025-03-151-118/+12
|
* texture-share-vk output supports-ol2025-03-151-5/+5
|
* update for Zig 0.14.0s-ol2025-03-101-1/+1
|
* load videoes/textures relative to project_roots-ol2025-03-041-1/+1
|
* automatically add GLSL 3.30 headers-ol2025-02-241-1/+7
|
* load videos and textures using libavs-ol2025-02-241-4/+9
|
* inject #line directives for better error reportings-ol2023-11-031-3/+20
|
* specifying config.yaml path as CLI args-ol2023-10-291-1/+6
|
* load shaders relative to config file / project_roots-ol2023-10-291-10/+10
|
* update for zig 0.11.0s-ol2023-10-291-19/+19
|
* update for zig 0.9.0s-ol2021-11-111-1/+1
|
* update for zig 0.8.0s-ol2021-11-111-8/+9
|
* remove/ignore unused variabless-ol2021-11-111-6/+5
|
* better pragma error messagess-ol2021-11-111-5/+9
|
* resolve '#pragma include "...path..."' directivess-ol2021-11-101-8/+53
|
* update for zig 0.7.1s-ol2021-11-101-1/+1
|
* zig-fmt for low-column-screenss-ol2020-06-081-1/+4
|
* update for zig 0.6.0s-ol2020-05-141-3/+3
|
* remove hardcoded offset uniforms-ol2020-02-021-5/+0
|
* reimplement working OSC controls-ol2020-01-271-5/+5
|
* break OSC in favor of uniform cachings-ol2020-01-261-7/+15
|
* remove offset default uniforms-ol2020-01-251-9/+1
|
* OSC configuration in config.yamls-ol2020-01-251-5/+7
|
* basic OSC supports-ol2020-01-251-11/+19
|
* hot reloadings-ol2020-01-241-8/+50
|
* Code reorganisations-ol2020-01-231-22/+70
|
* initial commits-ol2020-01-221-0/+83