summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-12CNN v2 documentation update - Phase 5 completeskal
2026-02-12CNN v2 Phase 5: render pipeline implementationskal
2026-02-12CNN v2: parametric static features - Phases 1-4skal
2026-02-12CNN v2: parametric static features - design docskal
2026-02-12timeline editor: quantize grid, drag fixes, hotkeysskal
2026-02-12cleanup: remove test-only files from main workspaceskal
2026-02-12remove more stale filesskal
2026-02-12remove more stale filesskal
2026-02-12remove stale docskal
2026-02-12refactor: timeline editor - major code reduction and UX improvementsskal
2026-02-12feat: timeline editor playback improvementsskal
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