summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2026-02-09feat: GPU procedural Phase 4 - texture compositionskal
2026-02-09test: Add variable-size texture support verificationskal
2026-02-09test: Add pipeline caching and multi-generator testsskal
2026-02-09refactor: Unify TextureManager compute pipeline managementskal
2026-02-09fix(3d): VisualDebug uniform buffer size mismatchskal
2026-02-09feat(gpu): Phase 2 - Add gen_perlin and gen_grid GPU compute shadersskal
2026-02-09feat(gpu): Add GPU procedural texture generation systemskal
2026-02-09fix: Audio startup hiccup - use fill_audio_buffer for pre-fillskal
2026-02-09try to fix test_demoskal
2026-02-09cleanup: remove unused include from uniform_helper.hskal
2026-02-09Fix test_demo build failure after Effect refactorskal
2026-02-09Refactor Effect class to centralize common uniforms managementskal
2026-02-09feat: WGSL Uniform Buffer Validation & Consolidation (Task #75)skal
2026-02-09chore: Apply clang-format to C++ source filesskal
2026-02-09fix: Resolve DemoEffectsTest SEGFAULT and update GEMINI.mdskal
2026-02-09fix: Increase dummy uniform buffer to 32 bytes for alignmentskal
2026-02-09fix: Resolve WebGPU uniform buffer alignment issues (Task #74)skal
2026-02-09fix: Resolve WebGPU uniform buffer alignment issues (Task #74)skal
2026-02-09feat(test): Remove expected effect counts in test_demo_effectsskal
2026-02-08feat: Fix CircleMaskEffect and RotatingCubeEffect auxiliary texture maskingskal
2026-02-08feat: Add CircleMaskEffect and RotatingCubeEffect with auxiliary texture maskingskal
2026-02-08feat(gpu): Add auxiliary texture masking systemskal
2026-02-08fix tree, remove Distort effectskal