aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add optional renderdoc integrationrenderdocs-ol2025-07-274-0/+75
|
* add libav StreamSources-ol2025-07-273-0/+121
|
* fix texture binding bugs-ol2025-07-274-5/+11
|
* add texture-share-vk Sources-ol2025-03-214-19/+123
|
* wrap Texture in Sources-ol2025-03-2011-425/+477
|
* print effective OSC address on listen, reload messagess-ol2025-03-191-1/+3
|
* separate texture loading from binding via /texture/<name>s-ol2025-03-192-171/+204
|
* switch to /uniform/* pathss-ol2025-03-181-101/+56
|
* enable transparent framebuffers-ol2025-03-162-1/+8
|
* default output size to render sizes-ol2025-03-161-1/+9
|
* cache textures by filenames-ol2025-03-162-29/+27
|
* formattings-ol2025-03-163-11/+55
|
* drop libyaml, configure via argss-ol2025-03-156-601/+283
|
* texture-share-vk output supports-ol2025-03-155-239/+423
|
* fix conditional compilations-ol2025-03-105-337/+357
|
* update for Zig 0.14.0s-ol2025-03-102-2/+2
|
* implement HAP decoding straight to compressed GPU textures-ol2025-03-104-125/+400
| | | | Supports HAP and HAP Alpha (Hap1/Hap5) formats
* allow disabling texture/ffmpeg support at build times-ol2025-03-052-4/+10
|
* fix shader reloading wrt Texturess-ol2025-03-052-151/+242
|
* load videoes/textures relative to project_roots-ol2025-03-042-8/+22
|
* automatically add GLSL 3.30 headers-ol2025-02-241-1/+7
|
* configurable filter for output scalings-ol2025-02-241-1/+10
|
* load videos and textures using libavs-ol2025-02-245-54/+478
|
* update for zig 0.13.0s-ol2024-11-133-6/+7
|
* inject #line directives for better error reportings-ol2023-11-031-3/+20
|
* only restore uniform values if type unchangeds-ol2023-11-031-50/+51
|
* allow indexing uniforms, fix bugs-ol2023-10-292-232/+322
|
* specifying config.yaml path as CLI args-ol2023-10-292-2/+7
|
* load shaders relative to config file / project_roots-ol2023-10-292-10/+15
|
* update for zig 0.11.0s-ol2023-10-296-95/+96
|
* update for zig 0.9.0s-ol2021-11-113-33/+33
|
* update for zig 0.8.0s-ol2021-11-115-22/+23
|
* remove/ignore unused variabless-ol2021-11-115-6/+22
|
* better pragma error messagess-ol2021-11-111-5/+9
|
* better error messagess-ol2021-11-101-2/+4
|
* resolve '#pragma include "...path..."' directivess-ol2021-11-101-8/+53
|
* update for zig 0.7.1s-ol2021-11-104-12/+4
|
* zig-fmt for low-column-screenss-ol2020-06-086-26/+92
|
* error handlings-ol2020-06-081-73/+108
|
* different OSC set layers-ol2020-06-072-29/+69
|
* update for zig 0.6.0s-ol2020-05-143-5/+5
|
* format, remove debug GL outputs-ol2020-02-102-12/+11
|
* remove hardcoded offset uniforms-ol2020-02-021-5/+0
|
* support arrays and bare-lists for vectorss-ol2020-02-021-6/+12
|
* reimplement working OSC controls-ol2020-01-273-45/+75
|
* break OSC in favor of uniform cachings-ol2020-01-266-87/+472
|
* remove offset default uniforms-ol2020-01-251-9/+1
|
* fix OSC server creation error handlings-ol2020-01-252-2/+4
|
* OSC configuration in config.yamls-ol2020-01-254-28/+116
|
* basic OSC supports-ol2020-01-256-50/+130
|