summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
13 hoursRefactor: Reorganize workspaces and remove assets/ directoryskal
13 hoursRefactor: Move application entry points to src/app/skal
30 hourstest_demo: Add beat-synchronized CNN post-processing with version selectionskal
32 hoursFix CNN v2 weights validation logicskal
33 hoursCNN v2: Complete multi-layer compute executionskal
33 hoursCNN v2: storage buffer architecture foundationskal
34 hoursCNN v2 Phase 5: render pipeline implementationskal
34 hoursCNN v2: parametric static features - Phases 1-4skal
44 hoursfix: suppress spurious shader snippet and auxiliary texture warningsskal
44 hoursfix: add missing beat_phase parameter to stub gpu_draw implementationsskal
44 hoursfix: WAV dump header corruption and early exit handlingskal
45 hoursfix: PeakMeterEffect render() now properly overrides base classskal
45 hoursrefactor: use CommonUniforms from common_uniforms.wgsl in test_demoskal
45 hoursfix: update PeakMeterEffect uniform structure in test_demoskal
45 hoursfeat: implement beat-based timing systemskal
2 daysfix: Release cached samplers before WGPU shutdownskal
2 daysfix: Resolve WGPU threading crash in cnn_testskal
2 daysfix: Register cnn_conv1x1 snippet and add verificationskal
2 daysfix: Use actual resolution in RotatingCubeEffectskal
2 daysfix: Use initialized_ flag instead of ctx_.device checkskal
2 daysfix: Complete auxiliary texture initialization fixskal
2 daysfix: Call resize() before init() to set dimensions firstskal
2 daysrefactor: Use lazy initialization for auxiliary texturesskal
2 daysfix: Resolve auxiliary texture resolution mismatch bugskal
2 daysrefactor: Simplify effect render API and fix uniform initializationskal
2 daysadd --save-intermediates to train.py and cnn_testskal
3 daysfix: CNN test tool GPU readback with wgpuDevicePollskal
3 daysfeat: Add CNN shader testing tool with GPU texture readbackskal
3 daysfix: Use ClampToEdge sampler for CNN to avoid edge wrappingskal
3 daysfix: PostProcessHelperTest signature and fixture sharingskal
3 daysfeat: Add Scene1 effect from ShaderToy (raymarching cube & sphere)skal
3 daysrefactor: Factor WGPU boilerplate into builder pattern helpersskal
3 daysfix: Resolve CNN effect black screen bug (framebuffer capture + uniforms)skal
3 daysfix: Capture scene framebuffer before post-processing for CNN effectskal
3 daysfeat: Add multi-layer CNN support with framebuffer capture and blend controlskal
4 daysfeat: Add CNN post-processing effect with modular WGSL architectureskal
4 daysfix: Guard --headless flag with DEMO_HEADLESS defineskal
4 daysrefactor: Reorganize tests into subsystem subdirectoriesskal
4 daysfeat: Add headless mode for testing without GPUskal
4 daysfeat: Implement Task #76 external library size measurementskal
4 daysfeat: Add debug-only file change detection for rapid iterationskal
4 daysfix: Add ShaderComposer to CircleMaskEffect pipelinesskal
4 daysrefactor: Deduplicate CommonUniforms with #include in WGSL shadersskal
4 daysrefactor: Generic sampler system for compositesskal
4 daysfeat: GPU procedural Phase 4 - texture compositionskal
4 daystest: Add variable-size texture support verificationskal
4 daystest: Add pipeline caching and multi-generator testsskal
4 daysrefactor: Unify TextureManager compute pipeline managementskal
4 daysfix(3d): VisualDebug uniform buffer size mismatchskal
4 daysfeat(gpu): Phase 2 - Add gen_perlin and gen_grid GPU compute shadersskal