aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-11-02Make linear colour space the defaultHEADmain3gg
2025-11-02Consolidate scene data structures3gg
2025-11-02Add TODO3gg
2025-11-02Fix view/accessor offset and invariants; fix loading of Flight Helmet3gg
2025-11-01Notes3gg
2025-11-01Implement LShift3gg
2025-11-01Add support for alpha mode3gg
2025-11-01Better hashing of shaders3gg
2025-10-31Simplify gfx_make_camera()3gg
2025-10-31Cleanup3gg
2025-10-31Consolidate scene header3gg
2025-10-31Simplify Scene3gg
2025-10-31Remove unnecessary heap allocations3gg
2025-10-30Move animation module outside of scene/3gg
2025-10-30- Replace SceneCamera with Camera.3gg
- Remove backpointer from scene types to node to decouple underlying types from the scene graph.
2025-10-25Simplify node construction3gg
2025-10-24Clean up includes3gg
2025-10-24Consolidate renderers3gg
2025-10-24Consolidate LLR into a single file.3gg
2025-10-24Rename ImmRenderer -> Imm3gg
2025-10-24Fix Pong demo, add notes and TODOs3gg
2025-10-24More references3gg
2025-10-24Add references3gg
2025-10-23Do not divide by PI3gg
2025-08-22Fix issue with global GfxApp instance across plugins3gg
2025-08-19Upgrade cmake version3gg
2025-07-12Set mesh shader. Revisit this to give the client flexibility over which ↵3gg
shader to use
2025-07-09Track active material in the LLR3gg
2025-07-09Address TODO3gg
2025-07-09Clean up includes and address TODO3gg
2025-07-09Address TODO3gg
2025-07-09Rename scene_memory -> memory3gg
2025-07-08Fix tracing with apitrace3gg
2025-07-04Refactor scene renderer to use the LLR3gg
2025-07-04Add the new low-level renderer, shared between the imm and scene graph ↵3gg
renderer. LLR integration with the scene graph renderer not yet done.
2025-07-04Clarify doc3gg
2025-07-02Set C233gg
2025-07-02Add comments and TODOs3gg
2025-06-30Tidy3gg
2025-06-30Use C233gg
2025-06-29Add support for R8 linear textures to render baked AO3gg
2025-06-29Fix some warnings in Release3gg
2025-06-29Add memory diagnostics3gg
2025-06-29Adjust sizes3gg
2025-06-29Tidy3gg
2025-06-27Restructure project3gg
2025-06-27Tidy3gg
2025-02-01Adaptive sync.3gg
2025-02-01Delete zip3gg
2025-02-01Remove args from fail macro.3gg