summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2026-02-11refactor: Modularize CMake build system into 10 specialized modulesskal
2026-02-11feat: Add CNN shader testing tool with GPU texture readbackskal
2026-02-10feat: Add Scene1 effect from ShaderToy (raymarching cube & sphere)skal
2026-02-10docs: Fix EFFECT keyword syntax and add automation-friendly workflowskal
2026-02-10feat: Add CNN post-processing effect with modular WGSL architectureskal
2026-02-09refactor: Reorganize tests into subsystem subdirectoriesskal
2026-02-09feat: Add headless mode for testing without GPUskal
2026-02-09feat: Implement workspace system (Task #77)skal
2026-02-09feat: Implement Task #76 external library size measurementskal
2026-02-09feat: Add debug-only file change detection for rapid iterationskal
2026-02-09feat: GPU procedural Phase 4 - texture compositionskal
2026-02-09feat(gpu): Add GPU procedural texture generation systemskal
2026-02-09feat: WGSL Uniform Buffer Validation & Consolidation (Task #75)skal
2026-02-08feat: Fix CircleMaskEffect and RotatingCubeEffect auxiliary texture maskingskal
2026-02-08fix tree, remove Distort effectskal
2026-02-08feat(gpu): Add VignetteEffect and related filesskal
2026-02-08feat(gpu): Add WGSL noise and hash function library (Task #59)skal
2026-02-08feat(gpu): Implement shader parametrization systemskal
2026-02-08refactor(3d): Split Renderer3D into modular files and fix compilation.skal
2026-02-08fix(tests): Enable tests with DEMO_ALL_OPTIONS and fix tracker testskal
2026-02-08feat(3d): Implement Blender export and binary scene loading pipelineskal
2026-02-07test: Add HTML Gantt chart output test for seq_compilerskal
2026-02-07test: Add Gantt chart output test for seq_compilerskal
2026-02-07fix: Auto-regenerate assets after clean buildskal
2026-02-07feat(audio): Add SilentBackend, fix peak measurement, reorganize backendsskal
2026-02-07refactor(audio): Convert ring_buffer.cc to use FATAL_CHECK macros (Phase 2)skal
2026-02-07feat(build): Add FINAL_STRIP mode for maximum size optimizationskal
2026-02-07test(gpu): Add comprehensive TextureManager testsskal
2026-02-07test(gpu): Register GPU tests with CTestskal
2026-02-07test(gpu): Add post-process helper utilities testing (Phase 2.2)skal
2026-02-07test(gpu): Add comprehensive effect class testing (Phase 2.1)skal
2026-02-07test: Add GPU effects test infrastructure (Phase 1 Foundation)skal
2026-02-07refactor: Move platform files to src/platform/ subdirectoryskal
2026-02-07test: Add platform test coverage (test_platform.cc)skal
2026-02-07feat(build): Add configuration summary to CMake outputskal
2026-02-07feat(test_demo): Add audio/visual sync debug tool with tempo testingskal
2026-02-06fix(audio): Fix spectrogram amplification issue and add diagnostic toolskal
2026-02-06fix(shaders): Resolve WGSL validation errors and add shader compilation testsskal
2026-02-06feat(audio): FFT implementation Phase 1 - Infrastructure and foundationskal
2026-02-06feat(audio): Add Spectral Brush runtime (Phase 1 of Task #5)skal
2026-02-06fix(build): Add file-level dependencies for assets (shaders, meshes, audio)skal
2026-02-06feat(tests): Add test_mesh tool for OBJ loading and normal visualizationskal
2026-02-06refactor(3d): Split Renderer3D into sub-functionalitiesskal
2026-02-05feat(audio): Implement AudioEngine and SpectrogramResourceManager (Task #56 P...skal
2026-02-05fix(audio): Resolve tracker test failures due to initialization orderskal
2026-02-05feat(physics): Implement SDF-based physics engine and BVHskal
2026-02-04feat: Optional sequence end times and comprehensive effect documentationskal
2026-02-04feat: Audio playback stability, NOTE_ parsing fix, sample caching, and debug ...skal
2026-02-04feat(audio): Implement ring buffer for live playback timingskal
2026-02-04test(audio): Add regression test for WAV dump stereo formatskal