index
:
demo.git
main
Vide-coded 64k demo system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
workspaces
/
main
/
shaders
Age
Commit message (
Expand
)
Author
2026-02-21
refactor(wgsl): Factorize getScreenCoord helper
skal
2026-02-21
refine scene1 shader
skal
2026-02-20
fix(scene1): refactor render0/render1 to accept Ray struct
skal
2026-02-20
feat(scene1): replace ad-hoc camera with CameraParams uniform
skal
2026-02-20
feat(sequence): port Scene1Effect + fix seq_compiler absolute time bug
skal
2026-02-16
fix: add missing SHADER_FLASH asset to main workspace
skal
2026-02-16
refactor: remove v2 versioning artifacts, establish Sequence as canonical system
skal
2026-02-16
feat(sequence): port rotating_cube_effect to v2
skal
2026-02-16
feat(sequence): port particles_effect to v2
skal
2026-02-15
archive(cnn): move CNN v1 to cnn_v1/ subdirectory
skal
2026-02-15
refactor(cnn): isolate CNN v2 to cnn_v2/ subdirectory
skal
2026-02-15
misc updates
skal
2026-02-15
fix(shader): add dfWithID to sdf_test.wgsl for test compatibility
skal
2026-02-14
feat(gpu): add SDF camera infrastructure and effect base class
skal
2026-02-14
some tweaking
skal
2026-02-14
refactor(wgsl): consolidate SDF shapes into single common file
skal
2026-02-14
refactor(wgsl): replace inline fullscreen_vs with common include
skal
2026-02-14
refactor(wgsl): modularize common shader functions
skal
2026-02-14
Fix: CNN v2 compute shader validation error
skal
2026-02-14
CNN v2: bilinear mip-level sampling and UI improvements
skal
2026-02-14
Replace hard clamp with sigmoid activation in CNN v2
skal
2026-02-13
CNN v2: Alpha channel depth handling and layer visualization
skal
2026-02-13
CNN v2: Fix WebGPU validation error in uniform buffer alignment
skal
2026-02-13
CNN v2: Change feature #6 from sin(10*x) to sin(20*y)
skal
2026-02-13
CNN v2: Add TODO for flexible feature layout in binary format v3
skal
2026-02-13
CNN v2: Add mip-level support to runtime effect
skal
2026-02-13
CNNv2Effect: Document per-layer kernel sizes support
skal
2026-02-13
CNN v2: Refactor to uniform 12D→4D architecture
skal
2026-02-13
Remediation: Implement shared common/shaders/ directory
skal
2026-02-12
test_demo: Add beat-synchronized CNN post-processing with version selection
skal
2026-02-12
Refine training script output and validation
skal
2026-02-12
TODO: 8-bit weight quantization for 2× size reduction
skal
2026-02-12
CNN v2: storage buffer architecture foundation
skal
2026-02-12
CNN v2: parametric static features - Phases 1-4
skal
2026-02-12
cleanup: remove test-only files from main workspace
skal
2026-02-12
fix: update shader files to use beat_phase instead of beat
skal
2026-02-12
feat: implement beat-based timing system
skal
2026-02-12
add trained layers
skal
2026-02-11
docs: Update CNN comments and add bias fix summary
skal
2026-02-11
fix: CNN bias accumulation and output format improvements
skal
2026-02-11
update cnn code
skal
2026-02-11
fix: Register cnn_conv1x1 snippet and add verification
skal
2026-02-11
fix: Move sigmoid activation to call site in CNN layer shader
skal
2026-02-11
fix: Replace clamp with sigmoid in CNN final layer
skal
2026-02-11
format .wgsl layer code (cosmetics)
skal
2026-02-11
opt: Move invariant in1 calculation outside CNN convolution loops
skal
2026-02-10
opt: Vec4-optimize CNN convolution shaders for SIMD
skal
2026-02-10
chore: Update CNN architecture to 3×3×3 with new trained weights
skal
2026-02-10
fix: Correct UV coordinate computation to match PyTorch linspace
skal
2026-02-10
fix: Add clamp to CNN final layer to match PyTorch training
skal
[next]