summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2026-02-16docs: streamline and consolidate markdown documentationskal
2026-02-16refactor: remove v2 versioning artifacts, establish Sequence as canonical systemskal
2026-02-16docs(sequence): update and compact v2 documentationskal
2026-02-16feat(sequence): complete v2 migration with DAG-based routingskal
2026-02-16docs: update for Sequence v2 phases 1-2skal
2026-02-16feat(sequence): Phase 1 - Sequence v2 foundationskal
2026-02-15docs: update CNN v1 references in top/mid-level docsskal
2026-02-15refactor(cnn): rename cnn_effect to cnn_v1_effect for clarityskal
2026-02-15archive(cnn): move CNN v1 to cnn_v1/ subdirectoryskal
2026-02-15refactor(cnn): isolate CNN v2 to cnn_v2/ subdirectoryskal
2026-02-15refactor(build): granular asset tracking and CMake deduplicationskal
2026-02-15fix(audio): WAV dump drift improvements, acceptable stateskal
2026-02-15docs: document audio WAV drift bug investigationskal
2026-02-15docs: add CLI options reference and WAV dump examplesskal
2026-02-15fix(cli): change --dump_wav to --dump-wav and add error handlingskal
2026-02-14feat(gpu): add two-pass raymarching infrastructureskal
2026-02-14feat(gpu): add SDF camera infrastructure and effect base classskal
2026-02-14feat(tracker): add sample offset and humanizationskal
2026-02-14refactor(wgsl): consolidate SDF shapes into single common fileskal
2026-02-14refactor(wgsl): replace inline fullscreen_vs with common includeskal
2026-02-14refactor(gpu): Relocate effects to src/effects and streamline includesskal
2026-02-14Refactor: add gpu_create_post_process_texture helperskal
2026-02-14Docs: WGPU helper functions referenceskal
2026-02-14Refactor: factorize common WGPU patterns into helper functionsskal
2026-02-14Update docs: CNN v2 sigmoid activation summaryskal
2026-02-14Replace hard clamp with sigmoid activation in CNN v2skal
2026-02-14Document CNN v2 training pipeline improvementsskal
2026-02-14Add --output-weights option to CNN v2 training pipelineskal
2026-02-14Fix CNN v2 static feature channel mapping (p4-p7 → channels 8-11)skal
2026-02-14gen_identity_weights: Change --mix to 50-50 blendskal
2026-02-14gen_identity_weights: Add --p47 option for static feature visualizationskal
2026-02-14gen_identity_weights: Add --mix option for static feature blendingskal
2026-02-14cnn_test: --weights now overrides layer config from .bin fileskal
2026-02-13CNN v2: Fix Layer 0 visualization scale (was 0.5, now 1.0)skal
2026-02-13CNN v2: Add debugging tools for mismatch investigationskal
2026-02-13CNN v2: Alpha channel depth handling and layer visualizationskal
2026-02-13CNN v2 web tool: Document embedded default weightsskal
2026-02-13CNN test tool: Add CNN v2 support with compute shader architectureskal
2026-02-13CNN v2 training: Add --grayscale-loss option for luminance-based loss computa...skal
2026-02-13CNN v2 training: Expose all parameters as CLI optionsskal
2026-02-13CNN v2: Change feature #6 from sin(10*x) to sin(20*y)skal
2026-02-13CNN v2: Add TODO for flexible feature layout in binary format v3skal
2026-02-13Doc: Update CNN v2 docs for binary format v2 and mip-level supportskal
2026-02-13Doc: Update HOWTO.md with --mip-level example for full pipelineskal
2026-02-13CNN v2: Add --mip-level option for parametric featuresskal
2026-02-13CNN v2 test tool: Refactoring and video loop supportskal
2026-02-13CNN v2 web tool: Fix layer naming and visualization bugsskal
2026-02-13Doc: Add tracker humanization and sample offset featuresskal
2026-02-13Doc: Clarify CNN v2 training uses RGBA targetsskal
2026-02-13CNN v2: Restore per-layer kernel sizes supportskal