summaryrefslogtreecommitdiff
path: root/workspaces
AgeCommit message (Expand)Author
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
2026-02-09fix: Reduce default audio volumes to prevent clippingskal
2026-02-09feat: Add workspace header comments to config filesskal
2026-02-09feat: Implement workspace system (Task #77)skal