summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-02-14feat(gpu): add SDF camera infrastructure and effect base classskal
2026-02-14feat(tracker): add sample offset and humanizationskal
2026-02-14some tweakingskal
2026-02-14refactor(wgsl): consolidate SDF shapes into single common fileskal
2026-02-14refactor(wgsl): replace inline fullscreen_vs with common includeskal
2026-02-14style: Apply clang-format to codebaseskal
2026-02-14refactor(wgsl): modularize common shader functionsskal
2026-02-14refactor(gpu): Relocate effects to src/effects and streamline includesskal
2026-02-14feat: Move test_platform.cc to util subdirectoryskal
2026-02-14Refactor: extract setup_standard_textures helperskal
2026-02-14Refactor: add gpu_create_post_process_texture helperskal
2026-02-14Refactor: add gpu_create_texture_view_2d helperskal
2026-02-14Refactor: factorize WGPU init code for 3D testsskal
2026-02-14Refactor: factorize common WGPU patterns into helper functionsskal
2026-02-14CNN v2: bilinear mip-level sampling and UI improvementsskal
2026-02-14Factor common test patterns into reusable utilitiesskal
2026-02-14CNN v2: Fix weight buffer offset bugskal
2026-02-13CNN v2: Alpha channel depth handling and layer visualizationskal
2026-02-13CNN v2: Fix WebGPU validation error in uniform buffer alignmentskal
2026-02-13CNN v2: Add TODO for flexible feature layout in binary format v3skal
2026-02-13CNN v2: Add mip-level support to runtime effectskal
2026-02-13Add test asset support with STRIP_ALL guardsskal
2026-02-13Tracker: Sort pattern events + add validation/sanitize modesskal
2026-02-13CNNv2Effect: Document per-layer kernel sizes supportskal
2026-02-13Refactor: Reorganize workspaces and remove assets/ directoryskal
2026-02-13Refactor: Move application entry points to src/app/skal
2026-02-12test_demo: Add beat-synchronized CNN post-processing with version selectionskal
2026-02-12Fix CNN v2 weights validation logicskal
2026-02-12CNN v2: Complete multi-layer compute executionskal
2026-02-12CNN v2: storage buffer architecture foundationskal
2026-02-12CNN v2 Phase 5: render pipeline implementationskal
2026-02-12CNN v2: parametric static features - Phases 1-4skal
2026-02-12fix: suppress spurious shader snippet and auxiliary texture warningsskal
2026-02-12fix: add missing beat_phase parameter to stub gpu_draw implementationsskal
2026-02-12fix: WAV dump header corruption and early exit handlingskal
2026-02-12fix: PeakMeterEffect render() now properly overrides base classskal
2026-02-12refactor: use CommonUniforms from common_uniforms.wgsl in test_demoskal
2026-02-12fix: update PeakMeterEffect uniform structure in test_demoskal
2026-02-12feat: implement beat-based timing systemskal
2026-02-11fix: Release cached samplers before WGPU shutdownskal
2026-02-11fix: Resolve WGPU threading crash in cnn_testskal
2026-02-11fix: Register cnn_conv1x1 snippet and add verificationskal
2026-02-11fix: Use actual resolution in RotatingCubeEffectskal
2026-02-11fix: Use initialized_ flag instead of ctx_.device checkskal
2026-02-11fix: Complete auxiliary texture initialization fixskal
2026-02-11fix: Call resize() before init() to set dimensions firstskal
2026-02-11refactor: Use lazy initialization for auxiliary texturesskal
2026-02-11fix: Resolve auxiliary texture resolution mismatch bugskal
2026-02-11refactor: Simplify effect render API and fix uniform initializationskal
2026-02-11add --save-intermediates to train.py and cnn_testskal