summaryrefslogtreecommitdiff
path: root/workspaces
AgeCommit message (Expand)Author
2026-02-13Add test asset support with STRIP_ALL guardsskal
2026-02-13Add pop-punk drum track from documented sequenceskal
2026-02-13CNNv2Effect: Document per-layer kernel sizes supportskal
2026-02-13CNN v2: Refactor to uniform 12D→4D architectureskal
2026-02-13Remediation: Implement shared common/shaders/ directoryskal
2026-02-13Update workspace.cfg for new directory structureskal
2026-02-13Add weights/ subdirectory to workspaces for CNN training outputsskal
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-12Timeline editor: CPU load visualization + UX improvementsskal
2026-02-12Refine training script output and validationskal
2026-02-12TODO: 8-bit weight quantization for 2× size reductionskal
2026-02-12CNN v2: storage buffer architecture foundationskal
2026-02-12CNN v2: parametric static features - Phases 1-4skal
2026-02-12timeline editor: quantize grid, drag fixes, hotkeysskal
2026-02-12cleanup: remove test-only files from main workspaceskal
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-11docs: Update CNN comments and add bias fix summaryskal
2026-02-11fix: CNN bias accumulation and output format improvementsskal
2026-02-11update cnn codeskal
2026-02-11fix: Register cnn_conv1x1 snippet and add verificationskal
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-11format .wgsl layer code (cosmetics)skal
2026-02-11opt: Move invariant in1 calculation outside CNN convolution loopsskal
2026-02-10opt: Vec4-optimize CNN convolution shaders for SIMDskal
2026-02-10chore: Update CNN architecture to 3×3×3 with new trained weightsskal
2026-02-10fix: Correct UV coordinate computation to match PyTorch linspaceskal
2026-02-10fix: Add clamp to CNN final layer to match PyTorch trainingskal
2026-02-10refactor: Optimize CNN grayscale computationskal
2026-02-10update train_cnn.py and shaderskal
2026-02-10fix: CNN training normalization pipeline consistencyskal
2026-02-10udpate CNN shader code.skal
2026-02-10refactor: Optimize CNN normalization to eliminate redundant conversionsskal
2026-02-10update timeline.seqskal
2026-02-10fix: Flip Y-axis to match ShaderToy coordinate conventionskal
2026-02-10feat: Add Scene1 effect from ShaderToy (raymarching cube & sphere)skal
2026-02-10chore: Remove incomplete CubeSphere effectskal
2026-02-10docs: Fix EFFECT keyword syntax and add automation-friendly workflowskal
2026-02-10fix: Support variable kernel sizes in CNN layer generationskal
2026-02-10feat: CNN RGBD→grayscale with 7-channel augmented inputskal
2026-02-10udpateskal
2026-02-10update timelineskal
2026-02-10fix: Resolve CNN effect black screen bug (framebuffer capture + uniforms)skal
2026-02-10feat: Add multi-layer CNN support with framebuffer capture and blend controlskal
2026-02-10feat: Add coordinate-aware CNN layer 0 for position-dependent stylizationskal
2026-02-10feat: Add CNN post-processing effect with modular WGSL architectureskal