summaryrefslogtreecommitdiff
path: root/src/gpu
AgeCommit message (Expand)Author
2026-02-15feat(gpu): add shader labels for better error identificationskal
2026-02-14feat(gpu): add SDF camera infrastructure and effect base classskal
2026-02-14some tweakingskal
2026-02-14refactor(wgsl): consolidate SDF shapes into single common fileskal
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-14Refactor: add gpu_create_post_process_texture helperskal
2026-02-14Refactor: add gpu_create_texture_view_2d helperskal
2026-02-14Refactor: factorize common WGPU patterns into helper functionsskal
2026-02-14CNN v2: bilinear mip-level sampling and UI improvementsskal
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-13CNNv2Effect: Document per-layer kernel sizes supportskal
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-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
2026-02-11fix: CNN test tool GPU readback with wgpuDevicePollskal
2026-02-11feat: Add CNN shader testing tool with GPU texture readbackskal
2026-02-10fix: Use ClampToEdge sampler for CNN to avoid edge wrappingskal
2026-02-10feat: Add Scene1 effect from ShaderToy (raymarching cube & sphere)skal
2026-02-10refactor: Factor WGPU boilerplate into builder pattern helpersskal
2026-02-10fix: Resolve CNN effect black screen bug (framebuffer capture + uniforms)skal
2026-02-10fix: Capture scene framebuffer before post-processing for CNN effectskal
2026-02-10feat: Add multi-layer CNN support with framebuffer capture and blend controlskal
2026-02-10feat: Add CNN post-processing effect with modular WGSL architectureskal
2026-02-09feat: Add headless mode for testing without GPUskal
2026-02-09feat: Implement Task #76 external library size measurementskal
2026-02-09fix: Add ShaderComposer to CircleMaskEffect pipelinesskal
2026-02-09refactor: Deduplicate CommonUniforms with #include in WGSL shadersskal