summaryrefslogtreecommitdiff
path: root/src/gpu
AgeCommit message (Expand)Author
10 daysrefactor: Store const GpuContext& in Effect base classskal
10 daysrefactor: Bundle GPU context into GpuContext structskal
10 daysfix(audio): Synchronize audio-visual timing with playback timeskal
10 daysrefactor: Move platform files to src/platform/ subdirectoryskal
11 daysfeat(particles): Implement transparent circular particles with alpha blending...skal
11 daysrefactor(build): Split asset_manager.h into dcl/core/utils headersskal
11 daysfeat(3d): Implement basic OBJ mesh asset pipelineskal
11 daysrefactor(gpu): Implement compile-time BVH toggle via shader compositionskal
12 daysfix(gpu): Resolve typeid warning by using .get() on shared_ptrskal
12 daysfeat(audio): Complete Task #56 - Audio Lifecycle Refactor (All Phases)skal
12 daysfix(gpu): Use GetTextureAsset() for procedural texture loadingskal
13 daysfeat: Optional sequence end times and comprehensive effect documentationskal
13 daysfeat(gpu): Implement recursive WGSL composition and modularize shaders (Task ...skal
14 daysfeat: side-quest - Perlin noise sky and ProcGenFunc error handlingskal
14 daysrefactor: Task #20 - Platform & Code Hygieneskal
14 daystest(shader): Add ShaderComposer and WGSL asset validation tests (Task #26)skal
2026-02-03fix: Resolve shader initialization crashes and build errorsskal
2026-02-03refactor: Shader Asset Integration (Task #24)skal
2026-02-02feat: Complete audio tracker system integration and testsskal
2026-02-02update TODO and fix shaders.ccskal
2026-02-02chore: Add BUILD.md, Task 23 to TODO.md, and GPU perf define placeholderskal
2026-02-02feat(test): Add comprehensive math and shader composer testsskal
2026-02-02feat(3d): Implement Task 21.1 WGSL Library & Composerskal
2026-02-02fix(3d): Restore and enhance 3D shadowsskal
2026-02-02fix(3d): Resolve missing shadows on floor planeskal
2026-02-02fix(gpu): Resolve high-DPI squished rendering and 3D shadow bugsskal
2026-02-02feat(3d): Use procedural grid for floor and revert object noiseskal
2026-02-02fix(build): Add compatibility for older wgpu-native headersskal
2026-02-02feat(visuals): Increase 3D object size and add erratic camera motionskal
2026-02-02refactor(platform): Encapsulate state in PlatformState structskal
2026-02-01feat(gpu/assets): Fix tests, integrate bumpy 3D renderer and procedural assetsskal
2026-02-01feat(gpu): Integrate bumpy 3D renderer into main demoskal
2026-02-01feat(assets): Implement procedural asset generation pipelineskal
2026-02-01feat: Add seamless bump mapping with procedural noiseskal
2026-02-01feat: Implement 3D system and procedural texture managerskal
2026-02-01Chore: Apply clang-format to the codebaseskal
2026-02-01Refactor: Move common GPU fields to base Effect classesskal
2026-02-01Refactor: Split demo effects and shaders into individual filesskal
2026-02-01format shader codeskal
2026-02-01clang-formatskal
2026-01-31fix(build): resolve cross-platform build configuration errorsskal
2026-01-31style: add vertical compression rules to clang-formatskal
2026-01-31fix(gpu): resolve multiple WebGPU validation and runtime errorsskal
2026-01-31fix: Resolve all remaining linking and include errors for Sequence/Effect testsskal
2026-01-31add testing for sequenceskal
2026-01-31fix: Resolve all build/linking errors for Sequence/Effect testsskal
2026-01-31fix: Cross-compilation and style complianceskal
2026-01-31feat: Full implementation of post-processing pipeline and new effectsskal
2026-01-31feat: Multi-pass rendering architecture and effect stubsskal
2026-01-31feat: Implement Sequence Compiler for data-driven choreographyskal