summaryrefslogtreecommitdiff
path: root/src/gpu/effects
AgeCommit message (Expand)Author
2026-02-14refactor(gpu): Relocate effects to src/effects and streamline includesskal
2026-02-14Refactor: factorize common WGPU patterns into helper functionsskal
2026-02-14CNN v2: bilinear mip-level sampling and UI improvementsskal
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-13CNNv2Effect: Document per-layer kernel sizes supportskal
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-12feat: implement beat-based timing systemskal
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-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-10fix: Use ClampToEdge sampler for CNN to avoid edge wrappingskal
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: Add ShaderComposer to CircleMaskEffect pipelinesskal
2026-02-09refactor: Deduplicate CommonUniforms with #include in WGSL shadersskal
2026-02-09feat: GPU procedural Phase 4 - texture compositionskal
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-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: 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-08feat: Fix CircleMaskEffect and RotatingCubeEffect auxiliary texture maskingskal
2026-02-08feat: Add CircleMaskEffect and RotatingCubeEffect with auxiliary texture maskingskal
2026-02-08feat(gpu): Add VignetteEffect and related filesskal
2026-02-08feat(gpu): Add VignetteEffectskal
2026-02-08feat(gpu): Add WGSL noise and hash function library (Task #59)skal
2026-02-08feat(gpu): Add parameter-driven GaussianBlurEffectskal
2026-02-08feat(gpu): Add parameter-driven ChromaAberrationEffectskal
2026-02-08feat(shaders): Add Möller-Trumbore ray-triangle intersectionskal