summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
3 daysfix: WAV dump header corruption and early exit handlingskal
3 daysdocs: complete beat-based timing documentationskal
3 daysfix: PeakMeterEffect render() now properly overrides base classskal
3 daysrefactor: use CommonUniforms from common_uniforms.wgsl in test_demoskal
3 daysfix: update PeakMeterEffect uniform structure in test_demoskal
3 daysdocs: consolidate beat-based timing documentationskal
3 daysfix: update shader files to use beat_phase instead of beatskal
3 daysfeat: implement beat-based timing systemskal
3 daysadd trained layersskal
3 daysfeat: Timeline editor UI improvementsskal
3 daysfeat: timeline editor improvements - sticky ticks, grid, collapseskal
3 daysdocs: Add CNN flatten mode technical analysisskal
3 daysdocs: Update CNN comments and add bias fix summaryskal
3 daysfix: CNN bias accumulation and output format improvementsskal
3 daysfix: Release cached samplers before WGPU shutdownskal
3 daysfix: Resolve WGPU threading crash in cnn_testskal
3 daysupdate cnn codeskal
3 daysrefactor: Use linspace(-1,1) directly for coordsskal
3 daysfix: Compute gray from [0,1] RGB in CNN shader generatorskal
3 daysfix: Register cnn_conv1x1 snippet and add verificationskal
3 daysdocs: Sync GEMINI.md with CLAUDE.md structureskal
3 daysdocs: Streamline auxiliary texture init doc for handoffskal
3 daysfix: Use actual resolution in RotatingCubeEffectskal
3 daysdocs: Update tech doc with Renderer3D initialization fixskal
3 daysfix: Use initialized_ flag instead of ctx_.device checkskal
3 daysfix: Complete auxiliary texture initialization fixskal
3 daysdocs: Add auxiliary texture initialization tech docskal
3 daysfix: Call resize() before init() to set dimensions firstskal
3 daysrefactor: Use lazy initialization for auxiliary texturesskal
3 daysfix: Resolve auxiliary texture resolution mismatch bugskal
3 daysrefactor: Simplify effect render API and fix uniform initializationskal
3 daysadd --save-intermediates to train.py and cnn_testskal
3 daysfix: Move sigmoid activation to call site in CNN layer shaderskal
3 daysfix: Replace clamp with sigmoid in CNN final layerskal
3 daysfeat: Add early stopping to CNN trainingskal
3 daysfix: CNN training/inference to match WGSL sliding windowskal
3 daysformat .wgsl layer code (cosmetics)skal
3 daysfix: Guard cnn_test build with STRIP_ALL checkskal
3 daysrefactor: Modularize CMake build system into 10 specialized modulesskal
3 daysfix: CNN test tool GPU readback with wgpuDevicePollskal
3 daysdebug: Add shader load verification and GPU sync to CNN test toolskal
3 daysfix: CNN test tool ping-pong bug and RGBA16Float intermediatesskal
3 daysfeat: Add CNN shader testing tool with GPU texture readbackskal
4 daysfix: Use patch-based inference to match CNN training distributionskal
4 daysopt: Move invariant in1 calculation outside CNN convolution loopsskal
4 daysopt: Vec4-optimize CNN convolution shaders for SIMDskal
4 dayschore: Update CNN architecture to 3×3×3 with new trained weightsskal
4 daysdocs: Update CNN training documentation with patch extractionskal
4 daysfeat: Add salient-point patch extraction for CNN trainingskal
4 daysfix: Use ClampToEdge sampler for CNN to avoid edge wrappingskal