summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
6 hoursfeat(audio): add --dump-wav-start and --dump-wav-duration optionsskal
6 hoursfix(audio): eliminate startup delay with automatic buffer pre-fillskal
8 hoursfix(cli): enable WAV dump without DEMO_HEADLESS requirementskal
8 hoursfix(cli): change --dump_wav to --dump-wav and add error handlingskal
8 hoursfeat(gpu): add shader labels for better error identificationskal
23 hoursfeat(gpu): add SDF camera infrastructure and effect base classskal
24 hoursfeat(tracker): add sample offset and humanizationskal
24 hourssome tweakingskal
26 hoursrefactor(wgsl): consolidate SDF shapes into single common fileskal
26 hoursrefactor(wgsl): replace inline fullscreen_vs with common includeskal
27 hoursstyle: Apply clang-format to codebaseskal
27 hoursrefactor(wgsl): modularize common shader functionsskal
27 hoursrefactor(gpu): Relocate effects to src/effects and streamline includesskal
27 hoursfeat: Move test_platform.cc to util subdirectoryskal
27 hoursRefactor: extract setup_standard_textures helperskal
28 hoursRefactor: add gpu_create_post_process_texture helperskal
28 hoursRefactor: add gpu_create_texture_view_2d helperskal
29 hoursRefactor: factorize WGPU init code for 3D testsskal
29 hoursRefactor: factorize common WGPU patterns into helper functionsskal
34 hoursCNN v2: bilinear mip-level sampling and UI improvementsskal
39 hoursFactor common test patterns into reusable utilitiesskal
41 hoursCNN v2: Fix weight buffer offset bugskal
43 hoursCNN v2: Alpha channel depth handling and layer visualizationskal
2 daysCNN v2: Fix WebGPU validation error in uniform buffer alignmentskal
2 daysCNN v2: Add TODO for flexible feature layout in binary format v3skal
2 daysCNN v2: Add mip-level support to runtime effectskal
2 daysAdd test asset support with STRIP_ALL guardsskal
2 daysTracker: Sort pattern events + add validation/sanitize modesskal
2 daysCNNv2Effect: Document per-layer kernel sizes supportskal
2 daysRefactor: Reorganize workspaces and remove assets/ directoryskal
2 daysRefactor: Move application entry points to src/app/skal
3 daystest_demo: Add beat-synchronized CNN post-processing with version selectionskal
3 daysFix CNN v2 weights validation logicskal
3 daysCNN v2: Complete multi-layer compute executionskal
3 daysCNN v2: storage buffer architecture foundationskal
3 daysCNN v2 Phase 5: render pipeline implementationskal
3 daysCNN v2: parametric static features - Phases 1-4skal
4 daysfix: suppress spurious shader snippet and auxiliary texture warningsskal
4 daysfix: add missing beat_phase parameter to stub gpu_draw implementationsskal
4 daysfix: WAV dump header corruption and early exit handlingskal
4 daysfix: PeakMeterEffect render() now properly overrides base classskal
4 daysrefactor: use CommonUniforms from common_uniforms.wgsl in test_demoskal
4 daysfix: update PeakMeterEffect uniform structure in test_demoskal
4 daysfeat: implement beat-based timing systemskal
4 daysfix: Release cached samplers before WGPU shutdownskal
4 daysfix: Resolve WGPU threading crash in cnn_testskal
4 daysfix: Register cnn_conv1x1 snippet and add verificationskal
4 daysfix: Use actual resolution in RotatingCubeEffectskal
4 daysfix: Use initialized_ flag instead of ctx_.device checkskal
4 daysfix: Complete auxiliary texture initialization fixskal