summaryrefslogtreecommitdiff
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-10docs: Update CNN training documentation with patch extractionskal
2026-02-10feat: Add salient-point patch extraction for CNN trainingskal
2026-02-10fix: Use ClampToEdge sampler for CNN to avoid edge wrappingskal
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-10fix: PostProcessHelperTest signature and fixture sharingskal
2026-02-10refactor: Optimize CNN grayscale computationskal
2026-02-10update train_cnn.py and shaderskal
2026-02-10docs: Add inference mode to training documentationskal
2026-02-10feat: Add inference mode to train_cnn.py for ground truth generationskal
2026-02-10fix: CNN training normalization pipeline consistencyskal
2026-02-10udpate CNN shader code.skal
2026-02-10feat: Add --shader-only option to convert_shadertoy.pyskal
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-10refactor: Improve convert_shadertoy.py to generate compile-ready codeskal
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-10feat: Add ShaderToy conversion toolsskal
2026-02-10fix: Support variable kernel sizes in CNN layer generationskal
2026-02-10docs: Document WGPU builder refactoring in COMPLETED.mdskal
2026-02-10refactor: Factor WGPU boilerplate into builder pattern helpersskal
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-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-10docs: Update and streamline CNN training documentationskal
2026-02-10feat: Add checkpointing support to CNN training scriptskal
2026-02-10fix: Auto-expand single kernel size to all layers in training scriptskal
2026-02-10update target imagesskal
2026-02-10feat: Add coordinate-aware CNN layer 0 for position-dependent stylizationskal
2026-02-10docs: Add CNN effect documentation and update project statusskal
2026-02-10feat: Add CNN post-processing effect with modular WGSL architectureskal
2026-02-10initial doc for the CNN projectskal
2026-02-10docs: Reorganize shader editor documentationskal
2026-02-10fix: Use placeholder technique to prevent syntax highlighting overlapskal
2026-02-10refactor: Improve syntax highlighting to avoid overlapping matchesskal
2026-02-10feat: Add WGSL syntax highlightingskal
2026-02-10refactor: Increase editor pane size by 20% (36% → 43%)skal
2026-02-10fix: Remove resolutionSelect references after removing UI elementskal
2026-02-10feat: Remove resolution selector, enable autoplay on loadskal
2026-02-10fix: Use 16:9 aspect ratio and object-fit contain for canvasskal
2026-02-10fix: Canvas fills available height instead of maintaining square aspectskal