| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make gfx_draw return int | Xavier Del Campo Romero | 2022-05-24 | 1 | -1/+2 |
| | | |||||
| * | gfx: separate port-specific interfaces | Xavier Del Campo Romero | 2022-03-30 | 8 | -17/+37 |
| | | |||||
| * | Replace x_get functions with macros | Xavier Del Campo Romero | 2022-03-30 | 2 | -4/+38 |
| | | | | | | | The PS1 port relies on a heap for primitives since the GPU renders the scene asynchronously. However, SDL-based platforms render primitives synchronously, so structures can be allocated on the stack instead. | ||||
| * | Add project source code | Xavier Del Campo Romero | 2022-03-30 | 10 | -0/+623 |
