summaryrefslogtreecommitdiff
path: root/src/gpu
AgeCommit message (Expand)Author
37 hoursfeat: Add PeakMeterEffect v2 for test_demo audio visualizationskal
37 hoursfix: calculate beat_phase for FlashEffect and refactor uniformsskal
38 hoursfix: load rotating_cube_v2 shader from asset instead of empty stringskal
38 hoursrefactor(gpu): remove depthSlice conditionals, use platform.h abstractionskal
38 hoursfeat: Add FlashEffect for audio/visual sync testingskal
39 hoursrefactor(headless): convert nullptr checks to strippable macrosskal
39 hoursfix(headless): add nullptr checks for GPU resource creationskal
39 hoursfix(headless): add missing Effect include and gpu_get_surface stubskal
39 hoursfix(build): add missing headers and enum casts for strict compilationskal
39 hoursfix(shaders): correct sequence uniforms snippet registration nameskal
40 hoursrefactor: remove v2 versioning artifacts, establish Sequence as canonical systemskal
41 hoursfix(tests): resolve all v2 test failures, 35/35 passingskal
41 hoursrefactor: invert FATAL_CHECK logic to standard assertion styleskal
42 hoursfeat(sequence): complete v2 migration with DAG-based routingskal
44 hoursfeat(sequence): port rotating_cube_effect to v2skal
44 hoursfeat(sequence): port particles_effect to v2skal
45 hoursfeat(sequence): add inline post-process functions for v2skal
45 hoursfeat(sequence): complete phase 3 - v2 shader integration and effect portsskal
45 hoursfeat(sequence): Clean up compiler and add test accessorskal
46 hoursfeat(sequence): Phase 1 - Sequence v2 foundationskal
2 daysrefactor(cnn): rename cnn_effect to cnn_v1_effect for clarityskal
2 daysrefactor(cnn): isolate CNN v2 to cnn_v2/ subdirectoryskal
3 daysclang-formatskal
3 daysfeat(gpu): add shader labels for better error identificationskal
3 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
4 daysCNN v2: bilinear mip-level sampling and UI improvementsskal
4 daysCNN v2: Fix weight buffer offset bugskal
4 daysCNN v2: Alpha channel depth handling and layer visualizationskal
5 daysCNN v2: Fix WebGPU validation error in uniform buffer alignmentskal
5 daysCNN v2: Add TODO for flexible feature layout in binary format v3skal
5 daysCNN v2: Add mip-level support to runtime effectskal
5 daysCNNv2Effect: Document per-layer kernel sizes supportskal
6 daystest_demo: Add beat-synchronized CNN post-processing with version selectionskal
6 daysFix CNN v2 weights validation logicskal
6 daysCNN v2: Complete multi-layer compute executionskal
6 daysCNN v2: storage buffer architecture foundationskal
6 daysCNN v2 Phase 5: render pipeline implementationskal
6 daysCNN v2: parametric static features - Phases 1-4skal
6 daysfix: suppress spurious shader snippet and auxiliary texture warningsskal
6 daysfix: add missing beat_phase parameter to stub gpu_draw implementationsskal
6 daysfeat: implement beat-based timing systemskal
6 daysfix: Release cached samplers before WGPU shutdownskal