summaryrefslogtreecommitdiff
path: root/src/gpu
AgeCommit message (Expand)Author
40 hoursfeat(uniforms): Add noise field with per-frame random valuesskal
40 hoursrefactor(effects): Streamline uniforms initializationskal
40 hoursrefactor(gpu): Add RAII wrapper for WGPU resources to eliminate manual cleanupskal
41 hoursrefactor(effects): Factor shared initialization into Effect base classskal
42 hoursdocs(gpu): Purge comment bloat from GPU headersskal
42 hoursrefactor(gpu): Remove stale v2 references from demo_effectsskal
42 hoursfix(build): Resolve Windows cross-compilation failuresskal
44 hoursfeat: Rename GPU stub and headless files and update referencesskal
44 hoursstyle: replace C++ casts with C-style castsskal
44 hoursrefactor: centralize platform-specific code in gpu.hskal
44 hoursfeat: add time-based effect activation with auto-passthroughskal
45 hoursstyle: Apply clang-formatskal
45 hoursrefactor: move shaders.{h,cc} to src/effects and remove v2 suffixskal
2 daysfix: port Hybrid3D effect to sequence v2 architectureskal
2 daysfeat: Add PeakMeterEffect v2 for test_demo audio visualizationskal
3 daysfix: calculate beat_phase for FlashEffect and refactor uniformsskal
3 daysfix: load rotating_cube_v2 shader from asset instead of empty stringskal
3 daysrefactor(gpu): remove depthSlice conditionals, use platform.h abstractionskal
3 daysfeat: Add FlashEffect for audio/visual sync testingskal
3 daysrefactor(headless): convert nullptr checks to strippable macrosskal
3 daysfix(headless): add nullptr checks for GPU resource creationskal
3 daysfix(headless): add missing Effect include and gpu_get_surface stubskal
3 daysfix(build): add missing headers and enum casts for strict compilationskal
3 daysfix(shaders): correct sequence uniforms snippet registration nameskal
3 daysrefactor: remove v2 versioning artifacts, establish Sequence as canonical systemskal
3 daysfix(tests): resolve all v2 test failures, 35/35 passingskal
3 daysrefactor: invert FATAL_CHECK logic to standard assertion styleskal
3 daysfeat(sequence): complete v2 migration with DAG-based routingskal
3 daysfeat(sequence): port rotating_cube_effect to v2skal
3 daysfeat(sequence): port particles_effect to v2skal
3 daysfeat(sequence): add inline post-process functions for v2skal
3 daysfeat(sequence): complete phase 3 - v2 shader integration and effect portsskal
3 daysfeat(sequence): Clean up compiler and add test accessorskal
3 daysfeat(sequence): Phase 1 - Sequence v2 foundationskal
3 daysrefactor(cnn): rename cnn_effect to cnn_v1_effect for clarityskal
3 daysrefactor(cnn): isolate CNN v2 to cnn_v2/ subdirectoryskal
4 daysclang-formatskal
4 daysfeat(gpu): add shader labels for better error identificationskal
4 daysfeat(gpu): add SDF camera infrastructure and effect base classskal
4 dayssome tweakingskal
5 daysrefactor(wgsl): consolidate SDF shapes into single common fileskal
5 daysstyle: Apply clang-format to codebaseskal
5 daysrefactor(wgsl): modularize common shader functionsskal
5 daysrefactor(gpu): Relocate effects to src/effects and streamline includesskal
5 daysRefactor: add gpu_create_post_process_texture helperskal
5 daysRefactor: add gpu_create_texture_view_2d helperskal
5 daysRefactor: factorize common WGPU patterns into helper functionsskal
5 daysCNN v2: bilinear mip-level sampling and UI improvementsskal
5 daysCNN v2: Fix weight buffer offset bugskal
5 daysCNN v2: Alpha channel depth handling and layer visualizationskal