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