summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-02-16feat(sequence): create v2 timeline with placeholder effectsskal
2026-02-16feat(sequence): add inline post-process functions for v2skal
2026-02-16feat(sequence): complete phase 3 - v2 shader integration and effect portsskal
2026-02-16feat(sequence): Clean up compiler and add test accessorskal
2026-02-16feat(sequence): Phase 3 - Port 3 effects to v2skal
2026-02-16feat(sequence): Phase 1 - Sequence v2 foundationskal
2026-02-16smaller cubeskal
2026-02-16revert debug codeskal
2026-02-15perf(audio): smooth playback time and RMS-based peak at 60Hzskal
2026-02-15refactor(cnn): rename cnn_effect to cnn_v1_effect for clarityskal
2026-02-15archive(cnn): move CNN v1 to cnn_v1/ subdirectoryskal
2026-02-15refactor(cnn): isolate CNN v2 to cnn_v2/ subdirectoryskal
2026-02-15fix(tests): adjust AudioEngine test sample count expectationsskal
2026-02-15clang-formatskal
2026-02-15debug flash-cube-effectskal
2026-02-15fix(audio): WAV dump drift improvements, acceptable stateskal
2026-02-15docs: document audio WAV drift bug investigationskal
2026-02-15investigating audio-drive bugskal
2026-02-15feat(audio): add --dump-wav-start and --dump-wav-duration optionsskal
2026-02-15fix(audio): eliminate startup delay with automatic buffer pre-fillskal
2026-02-15fix(cli): enable WAV dump without DEMO_HEADLESS requirementskal
2026-02-15fix(cli): change --dump_wav to --dump-wav and add error handlingskal
2026-02-15feat(gpu): add shader labels for better error identificationskal
2026-02-14feat(gpu): add SDF camera infrastructure and effect base classskal
2026-02-14feat(tracker): add sample offset and humanizationskal
2026-02-14some tweakingskal
2026-02-14refactor(wgsl): consolidate SDF shapes into single common fileskal
2026-02-14refactor(wgsl): replace inline fullscreen_vs with common includeskal
2026-02-14style: Apply clang-format to codebaseskal
2026-02-14refactor(wgsl): modularize common shader functionsskal
2026-02-14refactor(gpu): Relocate effects to src/effects and streamline includesskal
2026-02-14feat: Move test_platform.cc to util subdirectoryskal
2026-02-14Refactor: extract setup_standard_textures helperskal
2026-02-14Refactor: add gpu_create_post_process_texture helperskal
2026-02-14Refactor: add gpu_create_texture_view_2d helperskal
2026-02-14Refactor: factorize WGPU init code for 3D testsskal
2026-02-14Refactor: factorize common WGPU patterns into helper functionsskal
2026-02-14CNN v2: bilinear mip-level sampling and UI improvementsskal
2026-02-14Factor common test patterns into reusable utilitiesskal
2026-02-14CNN v2: Fix weight buffer offset bugskal
2026-02-13CNN v2: Alpha channel depth handling and layer visualizationskal
2026-02-13CNN v2: Fix WebGPU validation error in uniform buffer alignmentskal
2026-02-13CNN v2: Add TODO for flexible feature layout in binary format v3skal
2026-02-13CNN v2: Add mip-level support to runtime effectskal
2026-02-13Add test asset support with STRIP_ALL guardsskal
2026-02-13Tracker: Sort pattern events + add validation/sanitize modesskal
2026-02-13CNNv2Effect: Document per-layer kernel sizes supportskal
2026-02-13Refactor: Reorganize workspaces and remove assets/ directoryskal
2026-02-13Refactor: Move application entry points to src/app/skal
2026-02-12test_demo: Add beat-synchronized CNN post-processing with version selectionskal