summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-02-16fix(headless): add nullptr checks for GPU resource creationskal
2026-02-16fix(headless): add missing Effect include and gpu_get_surface stubskal
2026-02-16fix(build): add missing headers and enum casts for strict compilationskal
2026-02-16fix(shaders): correct sequence uniforms snippet registration nameskal
2026-02-16refactor: remove v2 versioning artifacts, establish Sequence as canonical systemskal
2026-02-16fix(tests): resolve all v2 test failures, 35/35 passingskal
2026-02-16refactor: invert FATAL_CHECK logic to standard assertion styleskal
2026-02-16fix(tests): port tests to v2 API, fix FATAL_CHECK logicskal
2026-02-16feat(sequence): complete v2 migration with DAG-based routingskal
2026-02-16feat(sequence): integrate v2 timeline with main loopskal
2026-02-16test(audio): remove brittle SilentBackendTestskal
2026-02-16fix(cnn): rename CNNLayerParams to CNNv1LayerParamsskal
2026-02-16fix(audio): implement get_callback_state in TestBackendskal
2026-02-16feat(sequence): port hybrid_3d_effect to v2skal
2026-02-16feat(sequence): port rotating_cube_effect to v2skal
2026-02-16feat(sequence): port particles_effect to v2skal
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