summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
32 hoursfeat: implement beat-based timing systemskal
32 hoursadd trained layersskal
32 hoursfeat: Timeline editor UI improvementsskal
33 hoursfeat: timeline editor improvements - sticky ticks, grid, collapseskal
33 hoursdocs: Add CNN flatten mode technical analysisskal
33 hoursdocs: Update CNN comments and add bias fix summaryskal
33 hoursfix: CNN bias accumulation and output format improvementsskal
37 hoursfix: Release cached samplers before WGPU shutdownskal
37 hoursfix: Resolve WGPU threading crash in cnn_testskal
39 hoursupdate cnn codeskal
40 hoursrefactor: Use linspace(-1,1) directly for coordsskal
40 hoursfix: Compute gray from [0,1] RGB in CNN shader generatorskal
40 hoursfix: Register cnn_conv1x1 snippet and add verificationskal
44 hoursdocs: Sync GEMINI.md with CLAUDE.md structureskal
44 hoursdocs: Streamline auxiliary texture init doc for handoffskal
44 hoursfix: Use actual resolution in RotatingCubeEffectskal
45 hoursdocs: Update tech doc with Renderer3D initialization fixskal
45 hoursfix: Use initialized_ flag instead of ctx_.device checkskal
45 hoursfix: Complete auxiliary texture initialization fixskal
45 hoursdocs: Add auxiliary texture initialization tech docskal
45 hoursfix: Call resize() before init() to set dimensions firstskal
45 hoursrefactor: Use lazy initialization for auxiliary texturesskal
45 hoursfix: Resolve auxiliary texture resolution mismatch bugskal
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