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