summaryrefslogtreecommitdiff
path: root/src/gpu
AgeCommit message (Expand)Author
34 hoursfeat(uniforms): Add noise field with per-frame random valuesskal
35 hoursrefactor(effects): Streamline uniforms initializationskal
35 hoursrefactor(gpu): Add RAII wrapper for WGPU resources to eliminate manual cleanupskal
35 hoursrefactor(effects): Factor shared initialization into Effect base classskal
36 hoursdocs(gpu): Purge comment bloat from GPU headersskal
36 hoursrefactor(gpu): Remove stale v2 references from demo_effectsskal
37 hoursfix(build): Resolve Windows cross-compilation failuresskal
38 hoursfeat: Rename GPU stub and headless files and update referencesskal
39 hoursstyle: replace C++ casts with C-style castsskal
39 hoursrefactor: centralize platform-specific code in gpu.hskal
39 hoursfeat: add time-based effect activation with auto-passthroughskal
39 hoursstyle: Apply clang-formatskal
39 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
2 daysfix: calculate beat_phase for FlashEffect and refactor uniformsskal
2 daysfix: load rotating_cube_v2 shader from asset instead of empty stringskal
2 daysrefactor(gpu): remove depthSlice conditionals, use platform.h abstractionskal
2 daysfeat: Add FlashEffect for audio/visual sync testingskal
2 daysrefactor(headless): convert nullptr checks to strippable macrosskal
2 daysfix(headless): add nullptr checks for GPU resource creationskal
2 daysfix(headless): add missing Effect include and gpu_get_surface stubskal
2 daysfix(build): add missing headers and enum casts for strict compilationskal
2 daysfix(shaders): correct sequence uniforms snippet registration nameskal
2 daysrefactor: remove v2 versioning artifacts, establish Sequence as canonical systemskal
2 daysfix(tests): resolve all v2 test failures, 35/35 passingskal
2 daysrefactor: invert FATAL_CHECK logic to standard assertion styleskal
2 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
3 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
4 daysrefactor(wgsl): consolidate SDF shapes into single common fileskal
4 daysstyle: Apply clang-format to codebaseskal
4 daysrefactor(wgsl): modularize common shader functionsskal
4 daysrefactor(gpu): Relocate effects to src/effects and streamline includesskal
4 daysRefactor: add gpu_create_post_process_texture helperskal
4 daysRefactor: add gpu_create_texture_view_2d helperskal
4 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