summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
18 hoursfix(3d): restore correct orientation in test_3d_render (direct-to-surface)skal
18 hoursfeat(procedural): add plasma, voronoi, normalmap generatorsskal
19 hoursfix: reorder WGPURequestAdapterOptions fields to match declaration orderskal
24 hoursfix(audio): fix early timing drift in tracker, use ola_decode_frame in synthskal
3 daysfix(audio): P1-P3 fixes from audio code reviewskal
4 daysfix(src/platform): code review cleanupskal
4 dayschore(src/gpu): remove stale cnn_v1/v2 artifacts and dead commentsskal
4 daysfeat(cnn_v3): upgrade architecture to enc_channels=[8,16]skal
4 daysfeat(cnn_v3): 3×3 dilated bottleneck + Sobel loss + FiLM warmup + architectu...skal
5 daysfix(fft): make bit_reverse_permute static, remove from public API and testsskal
6 daysfix(fft): replace iterative twiddle with direct cosf/sinf, add tests A-Eskal
6 daystest(fft): re-enable DCT tests, document twiddle accumulation bugskal
7 daysfeat(gbuffer): wire_dag() + find_downstream_output() for temporal feedbackskal
7 daysfeat(cnn_v3): GBufferEffect temporal feedback via post_render()skal
7 daysfeat(shaders): add ray_sphere snippet, use in gbuf_raster impostorskal
7 daysrefactor(shaders): extract oct-normal encode/decode into math/normal snippetskal
7 daysfeat(cnn_v3): GBufDeferredEffect — simple deferred render (albedo * shadow)skal
7 daysfeat(cnn_v3): GBufferEffect Pass 2 — SDF shadow raymarchingskal
7 daysfeat(cnn_v3): add G-buffer visualizer + web sample loader (Phase 7)skal
7 daysfeat(cnn_v3): wire trained weights into CNNv3Effect + add timeline test sequenceskal
8 daysrefactor(cnn_v3): code review — comments, simplifications, test fixskal
8 daysfeat(cnn_v3): Phase 5 complete — parity validation passing (36/36 tests)skal
8 daysfeat(cnn_v3): Phase 4 complete — CNNv3Effect C++ + FiLM uniform uploadskal
8 daysfeat(cnn_v3): Phase 3 complete — WGSL U-Net inference shadersskal
8 daysmake the heptagon effect more interestingskal
9 daysfeat(cnn_v3): Phase 1 complete - GBufferEffect integrated + HOWTO playbookskal
9 daysfeat(cnn_v3): G-buffer phase 1 + training infrastructureskal
10 dayschore: remove broken seeking test, demote CNN v2 quant to future CNN v3skal
2026-03-12fix(win): update wgpu-native to v27, unify Windows/macOS API pathsskal
2026-03-11fix(headless): add missing sampler/texture stubs to gpu_headless.ccskal
2026-03-11fix(test_3d): correct projection matrix m[5] assertion signskal
2026-03-11factorize render_ntsc()skal
2026-03-10fix(effects): particle sync and heptagon SDF bugsskal
2026-03-10fix(particles): release compute and render pass encodersskal
2026-03-10change dither_c64() signature to take 'dimension' directlyskal
2026-03-10ntsc: factor common code into snippet; add RGB and YIQ input variantsskal
2026-03-10rotating_cube: use VSOut, and store to yiqskal
2026-03-10fix: use ShaderComposer in RotatingCube; add rule to CODING_STYLEskal
2026-03-10style: require 2-line header comment in all .wgsl filesskal
2026-03-09NTSC: use 6-taps filtering instead of 12-tapskal
2026-03-09refactor: mv get_border_col() to color_c64.wgsl as get_border_c64()skal
2026-03-09feat: register math/color_c64 snippet in ShaderComposerskal
2026-03-09refactor: extract YIQ and C64 dither to common WGSL shadersskal
2026-03-09add ditheringskal
2026-03-08ntsc effect for realskal
2026-03-08feat: extend debug_print with full ASCII and debug_str()skal
2026-03-08fix: negate Y in perspective() to correct rasterized 3D orientationskal
2026-03-08fix: register debug/debug_print snippet in ShaderComposerskal
2026-03-08feat: add WGSL debug_f32() snippet with C64 8x8 fontskal
2026-03-08fix: transpose matrices on GPU upload (row-major → column-major)skal