summaryrefslogtreecommitdiff
path: root/src/gpu
AgeCommit message (Expand)Author
11 hoursrefactor: invert FATAL_CHECK logic to standard assertion styleskal
12 hoursfeat(sequence): complete v2 migration with DAG-based routingskal
14 hoursfeat(sequence): port rotating_cube_effect to v2skal
14 hoursfeat(sequence): port particles_effect to v2skal
14 hoursfeat(sequence): add inline post-process functions for v2skal
15 hoursfeat(sequence): complete phase 3 - v2 shader integration and effect portsskal
15 hoursfeat(sequence): Clean up compiler and add test accessorskal
16 hoursfeat(sequence): Phase 1 - Sequence v2 foundationskal
29 hoursrefactor(cnn): rename cnn_effect to cnn_v1_effect for clarityskal
29 hoursrefactor(cnn): isolate CNN v2 to cnn_v2/ subdirectoryskal
31 hoursclang-formatskal
39 hoursfeat(gpu): add shader labels for better error identificationskal
2 daysfeat(gpu): add SDF camera infrastructure and effect base classskal
2 dayssome tweakingskal
2 daysrefactor(wgsl): consolidate SDF shapes into single common fileskal
2 daysstyle: Apply clang-format to codebaseskal
2 daysrefactor(wgsl): modularize common shader functionsskal
2 daysrefactor(gpu): Relocate effects to src/effects and streamline includesskal
2 daysRefactor: add gpu_create_post_process_texture helperskal
2 daysRefactor: add gpu_create_texture_view_2d helperskal
2 daysRefactor: factorize common WGPU patterns into helper functionsskal
3 daysCNN v2: bilinear mip-level sampling and UI improvementsskal
3 daysCNN v2: Fix weight buffer offset bugskal
3 daysCNN v2: Alpha channel depth handling and layer visualizationskal
3 daysCNN v2: Fix WebGPU validation error in uniform buffer alignmentskal
3 daysCNN v2: Add TODO for flexible feature layout in binary format v3skal
3 daysCNN v2: Add mip-level support to runtime effectskal
3 daysCNNv2Effect: Document per-layer kernel sizes supportskal
4 daystest_demo: Add beat-synchronized CNN post-processing with version selectionskal
4 daysFix CNN v2 weights validation logicskal
5 daysCNN v2: Complete multi-layer compute executionskal
5 daysCNN v2: storage buffer architecture foundationskal
5 daysCNN v2 Phase 5: render pipeline implementationskal
5 daysCNN v2: parametric static features - Phases 1-4skal
5 daysfix: suppress spurious shader snippet and auxiliary texture warningsskal
5 daysfix: add missing beat_phase parameter to stub gpu_draw implementationsskal
5 daysfeat: implement beat-based timing systemskal
5 daysfix: Release cached samplers before WGPU shutdownskal
5 daysfix: Resolve WGPU threading crash in cnn_testskal
5 daysfix: Register cnn_conv1x1 snippet and add verificationskal
6 daysfix: Use actual resolution in RotatingCubeEffectskal
6 daysfix: Use initialized_ flag instead of ctx_.device checkskal
6 daysfix: Complete auxiliary texture initialization fixskal
6 daysfix: Call resize() before init() to set dimensions firstskal
6 daysrefactor: Use lazy initialization for auxiliary texturesskal
6 daysfix: Resolve auxiliary texture resolution mismatch bugskal
6 daysrefactor: Simplify effect render API and fix uniform initializationskal
6 daysadd --save-intermediates to train.py and cnn_testskal
6 daysfix: CNN test tool GPU readback with wgpuDevicePollskal
6 daysfeat: Add CNN shader testing tool with GPU texture readbackskal