index
:
demo.git
main
Vide-coded 64k demo system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
28 hours
fix: Call resize() before init() to set dimensions first
skal
28 hours
refactor: Use lazy initialization for auxiliary textures
skal
28 hours
fix: Resolve auxiliary texture resolution mismatch bug
skal
28 hours
refactor: Simplify effect render API and fix uniform initialization
skal
29 hours
add --save-intermediates to train.py and cnn_test
skal
29 hours
fix: Move sigmoid activation to call site in CNN layer shader
skal
29 hours
fix: Replace clamp with sigmoid in CNN final layer
skal
30 hours
feat: Add early stopping to CNN training
skal
30 hours
fix: CNN training/inference to match WGSL sliding window
skal
30 hours
format .wgsl layer code (cosmetics)
skal
31 hours
fix: Guard cnn_test build with STRIP_ALL check
skal
31 hours
refactor: Modularize CMake build system into 10 specialized modules
skal
32 hours
fix: CNN test tool GPU readback with wgpuDevicePoll
skal
32 hours
debug: Add shader load verification and GPU sync to CNN test tool
skal
32 hours
fix: CNN test tool ping-pong bug and RGBA16Float intermediates
skal
32 hours
feat: Add CNN shader testing tool with GPU texture readback
skal
39 hours
fix: Use patch-based inference to match CNN training distribution
skal
39 hours
opt: Move invariant in1 calculation outside CNN convolution loops
skal
40 hours
opt: Vec4-optimize CNN convolution shaders for SIMD
skal
40 hours
chore: Update CNN architecture to 3×3×3 with new trained weights
skal
40 hours
docs: Update CNN training documentation with patch extraction
skal
41 hours
feat: Add salient-point patch extraction for CNN training
skal
42 hours
fix: Use ClampToEdge sampler for CNN to avoid edge wrapping
skal
42 hours
fix: Correct UV coordinate computation to match PyTorch linspace
skal
42 hours
fix: Add clamp to CNN final layer to match PyTorch training
skal
42 hours
fix: PostProcessHelperTest signature and fixture sharing
skal
42 hours
refactor: Optimize CNN grayscale computation
skal
42 hours
update train_cnn.py and shader
skal
43 hours
docs: Add inference mode to training documentation
skal
43 hours
feat: Add inference mode to train_cnn.py for ground truth generation
skal
43 hours
fix: CNN training normalization pipeline consistency
skal
44 hours
udpate CNN shader code.
skal
45 hours
feat: Add --shader-only option to convert_shadertoy.py
skal
45 hours
refactor: Optimize CNN normalization to eliminate redundant conversions
skal
45 hours
update timeline.seq
skal
45 hours
fix: Flip Y-axis to match ShaderToy coordinate convention
skal
45 hours
refactor: Improve convert_shadertoy.py to generate compile-ready code
skal
45 hours
feat: Add Scene1 effect from ShaderToy (raymarching cube & sphere)
skal
45 hours
chore: Remove incomplete CubeSphere effect
skal
45 hours
docs: Fix EFFECT keyword syntax and add automation-friendly workflow
skal
46 hours
feat: Add ShaderToy conversion tools
skal
46 hours
fix: Support variable kernel sizes in CNN layer generation
skal
46 hours
docs: Document WGPU builder refactoring in COMPLETED.md
skal
46 hours
refactor: Factor WGPU boilerplate into builder pattern helpers
skal
47 hours
feat: CNN RGBD→grayscale with 7-channel augmented input
skal
47 hours
udpate
skal
47 hours
update timeline
skal
47 hours
fix: Resolve CNN effect black screen bug (framebuffer capture + uniforms)
skal
2 days
fix: Capture scene framebuffer before post-processing for CNN effect
skal
2 days
feat: Add multi-layer CNN support with framebuffer capture and blend control
skal
[next]