| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix typos, add missing const and improve code formatting. | yogi313 | 2025-01-23 | 1 | -13/+13 |
| * | Fix TIM compatibility and improve TIM validation. | yogi313 | 2025-01-21 | 1 | -19/+35 |
| * | Fix bugs in libc, psxgpu, psxpress, clean up headers | spicyjpeg | 2024-01-08 | 1 | -5/+13 |
| * | Add GPU IRQ variants of all display list APIs | spicyjpeg | 2023-05-11 | 1 | -1/+11 |
| * | Add MoveImage(), SetDrawOpType(), GPU IRQ support | spicyjpeg | 2023-05-11 | 1 | -0/+3 |
| * | Add argument validation to most libpsn00b functions | spicyjpeg | 2023-04-04 | 1 | -0/+16 |
| * | Fix VSync(), assert(), warnings and some examples | spicyjpeg | 2023-01-22 | 1 | -1/+1 |
| * | Fix VSync() rate limiter, add missing tagless packets | spicyjpeg | 2023-01-13 | 1 | -2/+11 |
| * | Re-enable MoveImage(), add tagless primitive structs | spicyjpeg | 2022-12-28 | 1 | -2/+10 |
| * | Add CdUnlock() and DMA priority API | spicyjpeg | 2022-12-28 | 1 | -4/+6 |
| * | Misc. bugfixes, add support for DRAWENV texture windows | spicyjpeg | 2022-12-18 | 1 | -7/+29 |
| * | Misc. libpsn00b bugfixes, new critical section macros | spicyjpeg | 2022-11-15 | 1 | -4/+8 |
| * | Clean up SDK debug logging, fix getTPage() | spicyjpeg | 2022-10-19 | 1 | -3/+3 |
| * | Add debug log buffering, fix GetHeapUsage() | spicyjpeg | 2022-10-18 | 1 | -12/+10 |
| * | Add MoveImage(), use draw queue for psxgpu VRAM APIs | spicyjpeg | 2022-10-18 | 1 | -14/+29 |
| * | Replace DEBUG macro with standard NDEBUG macro | spicyjpeg | 2022-10-11 | 1 | -3/+3 |
| * | Fix DMACallback bug, disable logging in release builds | spicyjpeg | 2022-10-08 | 1 | -3/+11 |
| * | Rewrite libpsxspu in C and update sound examples | spicyjpeg | 2022-07-31 | 1 | -7/+7 |
| * | Deprecate u_short, u_int and u_long types in libpsn00b | spicyjpeg | 2022-07-30 | 1 | -17/+16 |
| * | Refactor libpsxgpu in C, add OT drawing queue | spicyjpeg | 2022-06-29 | 1 | -0/+116 |