summaryrefslogtreecommitdiff
path: root/src/gpu/effect.cc
AgeCommit message (Expand)Author
31 hoursrefactor(effects): Streamline uniforms initializationskal
31 hoursrefactor(gpu): Add RAII wrapper for WGPU resources to eliminate manual cleanupskal
32 hoursrefactor(effects): Factor shared initialization into Effect base classskal
35 hoursstyle: replace C++ casts with C-style castsskal
35 hoursrefactor: centralize platform-specific code in gpu.hskal
35 hoursfeat: add time-based effect activation with auto-passthroughskal
36 hoursstyle: Apply clang-formatskal
2 daysrefactor: remove v2 versioning artifacts, establish Sequence as canonical systemskal
2 daysfeat(sequence): complete v2 migration with DAG-based routingskal
4 daysstyle: Apply clang-format to codebaseskal
4 daysRefactor: add gpu_create_texture_view_2d helperskal
7 daysfix: suppress spurious shader snippet and auxiliary texture warningsskal
7 daysfeat: implement beat-based timing systemskal
7 daysfix: Call resize() before init() to set dimensions firstskal
7 daysfix: Resolve auxiliary texture resolution mismatch bugskal
7 daysrefactor: Simplify effect render API and fix uniform initializationskal
8 daysfix: Resolve CNN effect black screen bug (framebuffer capture + uniforms)skal
8 daysfix: Capture scene framebuffer before post-processing for CNN effectskal
8 daysfeat: Add multi-layer CNN support with framebuffer capture and blend controlskal
9 daysfix: Resolve WebGPU uniform buffer alignment issues (Task #74)skal
10 daysfeat(gpu): Add auxiliary texture masking systemskal
10 daysrefactor: Use tracker BPM instead of hardcoded valuesskal
10 daysRevert "feat(platform): Centralize platform-specific WebGPU code and improve ...skal
10 daysfeat(platform): Centralize platform-specific WebGPU code and improve shader c...skal
11 daysstyle: Apply clang-format to all source filesskal
11 daysrefactor: Bundle GPU context into GpuContext structskal
13 daysfix(gpu): Resolve typeid warning by using .get() on shared_ptrskal
13 daysfeat(audio): Complete Task #56 - Audio Lifecycle Refactor (All Phases)skal
14 daysfeat: Optional sequence end times and comprehensive effect documentationskal
2026-02-02fix(3d): Restore and enhance 3D shadowsskal
2026-02-02fix(gpu): Resolve high-DPI squished rendering and 3D shadow bugsskal
2026-02-02feat(3d): Use procedural grid for floor and revert object noiseskal
2026-02-01feat(gpu/assets): Fix tests, integrate bumpy 3D renderer and procedural assetsskal
2026-02-01feat(gpu): Integrate bumpy 3D renderer into main demoskal
2026-02-01Chore: Apply clang-format to the codebaseskal
2026-02-01Refactor: Move common GPU fields to base Effect classesskal
2026-02-01clang-formatskal
2026-01-31fix(build): resolve cross-platform build configuration errorsskal
2026-01-31style: add vertical compression rules to clang-formatskal
2026-01-31fix(gpu): resolve multiple WebGPU validation and runtime errorsskal
2026-01-31fix: Resolve all build/linking errors for Sequence/Effect testsskal
2026-01-31fix: Cross-compilation and style complianceskal
2026-01-31feat: Multi-pass rendering architecture and effect stubsskal
2026-01-31feat: Add --seek command line option for fast-forward debuggingskal
2026-01-31feat: Implement Sequence and Effect system for demo choreographyskal