summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
45 hoursrefactor: Simplify effect render API and fix uniform initializationskal
46 hoursadd --save-intermediates to train.py and cnn_testskal
46 hoursfix: Move sigmoid activation to call site in CNN layer shaderskal
46 hoursfix: Replace clamp with sigmoid in CNN final layerskal
47 hoursfeat: Add early stopping to CNN trainingskal
47 hoursfix: CNN training/inference to match WGSL sliding windowskal
47 hoursformat .wgsl layer code (cosmetics)skal
2 daysfix: Guard cnn_test build with STRIP_ALL checkskal
2 daysrefactor: Modularize CMake build system into 10 specialized modulesskal
2 daysfix: CNN test tool GPU readback with wgpuDevicePollskal
2 daysdebug: Add shader load verification and GPU sync to CNN test toolskal
2 daysfix: CNN test tool ping-pong bug and RGBA16Float intermediatesskal
2 daysfeat: Add CNN shader testing tool with GPU texture readbackskal
2 daysfix: Use patch-based inference to match CNN training distributionskal
2 daysopt: Move invariant in1 calculation outside CNN convolution loopsskal
2 daysopt: Vec4-optimize CNN convolution shaders for SIMDskal
2 dayschore: Update CNN architecture to 3×3×3 with new trained weightsskal
2 daysdocs: Update CNN training documentation with patch extractionskal
2 daysfeat: Add salient-point patch extraction for CNN trainingskal
2 daysfix: Use ClampToEdge sampler for CNN to avoid edge wrappingskal
2 daysfix: Correct UV coordinate computation to match PyTorch linspaceskal
2 daysfix: Add clamp to CNN final layer to match PyTorch trainingskal
2 daysfix: PostProcessHelperTest signature and fixture sharingskal
2 daysrefactor: Optimize CNN grayscale computationskal
2 daysupdate train_cnn.py and shaderskal
3 daysdocs: Add inference mode to training documentationskal
3 daysfeat: Add inference mode to train_cnn.py for ground truth generationskal
3 daysfix: CNN training normalization pipeline consistencyskal
3 daysudpate CNN shader code.skal
3 daysfeat: Add --shader-only option to convert_shadertoy.pyskal
3 daysrefactor: Optimize CNN normalization to eliminate redundant conversionsskal
3 daysupdate timeline.seqskal
3 daysfix: Flip Y-axis to match ShaderToy coordinate conventionskal
3 daysrefactor: Improve convert_shadertoy.py to generate compile-ready codeskal
3 daysfeat: Add Scene1 effect from ShaderToy (raymarching cube & sphere)skal
3 dayschore: Remove incomplete CubeSphere effectskal
3 daysdocs: Fix EFFECT keyword syntax and add automation-friendly workflowskal
3 daysfeat: Add ShaderToy conversion toolsskal
3 daysfix: Support variable kernel sizes in CNN layer generationskal
3 daysdocs: Document WGPU builder refactoring in COMPLETED.mdskal
3 daysrefactor: Factor WGPU boilerplate into builder pattern helpersskal
3 daysfeat: CNN RGBD→grayscale with 7-channel augmented inputskal
3 daysudpateskal
3 daysupdate timelineskal
3 daysfix: Resolve CNN effect black screen bug (framebuffer capture + uniforms)skal
3 daysfix: Capture scene framebuffer before post-processing for CNN effectskal
3 daysfeat: Add multi-layer CNN support with framebuffer capture and blend controlskal
3 daysdocs: Update and streamline CNN training documentationskal
3 daysfeat: Add checkpointing support to CNN training scriptskal
3 daysfix: Auto-expand single kernel size to all layers in training scriptskal