summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2026-02-12Fix CNN v2 weights validation logicskal
2026-02-12CNN v2: Complete multi-layer compute executionskal
2026-02-12CNN v2: storage buffer architecture foundationskal
2026-02-12CNN v2 Phase 5: render pipeline implementationskal
2026-02-12CNN v2: parametric static features - Phases 1-4skal
2026-02-12fix: suppress spurious shader snippet and auxiliary texture warningsskal
2026-02-12fix: add missing beat_phase parameter to stub gpu_draw implementationsskal
2026-02-12fix: WAV dump header corruption and early exit handlingskal
2026-02-12fix: PeakMeterEffect render() now properly overrides base classskal
2026-02-12refactor: use CommonUniforms from common_uniforms.wgsl in test_demoskal
2026-02-12fix: update PeakMeterEffect uniform structure in test_demoskal
2026-02-12feat: implement beat-based timing systemskal
2026-02-11fix: Release cached samplers before WGPU shutdownskal
2026-02-11fix: Resolve WGPU threading crash in cnn_testskal
2026-02-11fix: Register cnn_conv1x1 snippet and add verificationskal
2026-02-11fix: Use actual resolution in RotatingCubeEffectskal
2026-02-11fix: Use initialized_ flag instead of ctx_.device checkskal
2026-02-11fix: Complete auxiliary texture initialization fixskal
2026-02-11fix: Call resize() before init() to set dimensions firstskal
2026-02-11refactor: Use lazy initialization for auxiliary texturesskal
2026-02-11fix: Resolve auxiliary texture resolution mismatch bugskal
2026-02-11refactor: Simplify effect render API and fix uniform initializationskal
2026-02-11add --save-intermediates to train.py and cnn_testskal
2026-02-11fix: CNN test tool GPU readback with wgpuDevicePollskal
2026-02-11feat: Add CNN shader testing tool with GPU texture readbackskal
2026-02-10fix: Use ClampToEdge sampler for CNN to avoid edge wrappingskal
2026-02-10fix: PostProcessHelperTest signature and fixture sharingskal
2026-02-10feat: Add Scene1 effect from ShaderToy (raymarching cube & sphere)skal
2026-02-10refactor: Factor WGPU boilerplate into builder pattern helpersskal
2026-02-10fix: Resolve CNN effect black screen bug (framebuffer capture + uniforms)skal
2026-02-10fix: Capture scene framebuffer before post-processing for CNN effectskal
2026-02-10feat: Add multi-layer CNN support with framebuffer capture and blend controlskal
2026-02-10feat: Add CNN post-processing effect with modular WGSL architectureskal
2026-02-09fix: Guard --headless flag with DEMO_HEADLESS defineskal
2026-02-09refactor: Reorganize tests into subsystem subdirectoriesskal
2026-02-09feat: Add headless mode for testing without GPUskal
2026-02-09feat: Implement Task #76 external library size measurementskal
2026-02-09feat: Add debug-only file change detection for rapid iterationskal
2026-02-09fix: Add ShaderComposer to CircleMaskEffect pipelinesskal
2026-02-09refactor: Deduplicate CommonUniforms with #include in WGSL shadersskal
2026-02-09refactor: Generic sampler system for compositesskal