summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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