summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-12docs: update test status to 100% and fix broken referencesskal
2026-02-12remove some artefacts. update docs.skal
2026-02-12fix: suppress spurious shader snippet and auxiliary texture warningsskal
2026-02-12feat: timeline editor audio playback with auto-expand/collapseskal
2026-02-12fix: add missing beat_phase parameter to stub gpu_draw implementationsskal
2026-02-12refactor: timeline editor now uses beat-based internal storageskal
2026-02-12fix: WAV dump header corruption and early exit handlingskal
2026-02-12docs: complete beat-based timing documentationskal
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-12docs: consolidate beat-based timing documentationskal
2026-02-12fix: update shader files to use beat_phase instead of beatskal
2026-02-12feat: implement beat-based timing systemskal
2026-02-12add trained layersskal
2026-02-12feat: Timeline editor UI improvementsskal
2026-02-11feat: timeline editor improvements - sticky ticks, grid, collapseskal
2026-02-11docs: Add CNN flatten mode technical analysisskal
2026-02-11docs: Update CNN comments and add bias fix summaryskal
2026-02-11fix: CNN bias accumulation and output format improvementsskal
2026-02-11fix: Release cached samplers before WGPU shutdownskal
2026-02-11fix: Resolve WGPU threading crash in cnn_testskal
2026-02-11update cnn codeskal
2026-02-11refactor: Use linspace(-1,1) directly for coordsskal
2026-02-11fix: Compute gray from [0,1] RGB in CNN shader generatorskal
2026-02-11fix: Register cnn_conv1x1 snippet and add verificationskal
2026-02-11docs: Sync GEMINI.md with CLAUDE.md structureskal
2026-02-11docs: Streamline auxiliary texture init doc for handoffskal
2026-02-11fix: Use actual resolution in RotatingCubeEffectskal
2026-02-11docs: Update tech doc with Renderer3D initialization fixskal
2026-02-11fix: Use initialized_ flag instead of ctx_.device checkskal
2026-02-11fix: Complete auxiliary texture initialization fixskal
2026-02-11docs: Add auxiliary texture initialization tech docskal
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: Move sigmoid activation to call site in CNN layer shaderskal
2026-02-11fix: Replace clamp with sigmoid in CNN final layerskal
2026-02-11feat: Add early stopping to CNN trainingskal
2026-02-11fix: CNN training/inference to match WGSL sliding windowskal
2026-02-11format .wgsl layer code (cosmetics)skal
2026-02-11fix: Guard cnn_test build with STRIP_ALL checkskal
2026-02-11refactor: Modularize CMake build system into 10 specialized modulesskal
2026-02-11fix: CNN test tool GPU readback with wgpuDevicePollskal
2026-02-11debug: Add shader load verification and GPU sync to CNN test toolskal
2026-02-11fix: CNN test tool ping-pong bug and RGBA16Float intermediatesskal
2026-02-11feat: Add CNN shader testing tool with GPU texture readbackskal
2026-02-11fix: Use patch-based inference to match CNN training distributionskal