summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
17 hoursfix: Register cnn_conv1x1 snippet and add verificationskal
21 hoursdocs: Sync GEMINI.md with CLAUDE.md structureskal
21 hoursdocs: Streamline auxiliary texture init doc for handoffskal
21 hoursfix: Use actual resolution in RotatingCubeEffectskal
21 hoursdocs: Update tech doc with Renderer3D initialization fixskal
21 hoursfix: Use initialized_ flag instead of ctx_.device checkskal
21 hoursfix: Complete auxiliary texture initialization fixskal
22 hoursdocs: Add auxiliary texture initialization tech docskal
22 hoursfix: Call resize() before init() to set dimensions firstskal
22 hoursrefactor: Use lazy initialization for auxiliary texturesskal
22 hoursfix: Resolve auxiliary texture resolution mismatch bugskal
22 hoursrefactor: Simplify effect render API and fix uniform initializationskal
23 hoursadd --save-intermediates to train.py and cnn_testskal
23 hoursfix: Move sigmoid activation to call site in CNN layer shaderskal
23 hoursfix: Replace clamp with sigmoid in CNN final layerskal
24 hoursfeat: Add early stopping to CNN trainingskal
24 hoursfix: CNN training/inference to match WGSL sliding windowskal
24 hoursformat .wgsl layer code (cosmetics)skal
25 hoursfix: Guard cnn_test build with STRIP_ALL checkskal
25 hoursrefactor: Modularize CMake build system into 10 specialized modulesskal
26 hoursfix: CNN test tool GPU readback with wgpuDevicePollskal
26 hoursdebug: Add shader load verification and GPU sync to CNN test toolskal
26 hoursfix: CNN test tool ping-pong bug and RGBA16Float intermediatesskal
26 hoursfeat: Add CNN shader testing tool with GPU texture readbackskal
33 hoursfix: Use patch-based inference to match CNN training distributionskal
33 hoursopt: Move invariant in1 calculation outside CNN convolution loopsskal
34 hoursopt: Vec4-optimize CNN convolution shaders for SIMDskal
34 hourschore: Update CNN architecture to 3×3×3 with new trained weightsskal
34 hoursdocs: Update CNN training documentation with patch extractionskal
35 hoursfeat: Add salient-point patch extraction for CNN trainingskal
36 hoursfix: Use ClampToEdge sampler for CNN to avoid edge wrappingskal
36 hoursfix: Correct UV coordinate computation to match PyTorch linspaceskal
36 hoursfix: Add clamp to CNN final layer to match PyTorch trainingskal
36 hoursfix: PostProcessHelperTest signature and fixture sharingskal
36 hoursrefactor: Optimize CNN grayscale computationskal
36 hoursupdate train_cnn.py and shaderskal
37 hoursdocs: Add inference mode to training documentationskal
37 hoursfeat: Add inference mode to train_cnn.py for ground truth generationskal
37 hoursfix: CNN training normalization pipeline consistencyskal
38 hoursudpate CNN shader code.skal
39 hoursfeat: Add --shader-only option to convert_shadertoy.pyskal
39 hoursrefactor: Optimize CNN normalization to eliminate redundant conversionsskal
39 hoursupdate timeline.seqskal
39 hoursfix: Flip Y-axis to match ShaderToy coordinate conventionskal
39 hoursrefactor: Improve convert_shadertoy.py to generate compile-ready codeskal
39 hoursfeat: Add Scene1 effect from ShaderToy (raymarching cube & sphere)skal
39 hourschore: Remove incomplete CubeSphere effectskal
39 hoursdocs: Fix EFFECT keyword syntax and add automation-friendly workflowskal
40 hoursfeat: Add ShaderToy conversion toolsskal
40 hoursfix: Support variable kernel sizes in CNN layer generationskal