| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update submodules, minor bugfixes and updates | spicyjpeg | 2024-10-14 | 1 | -1/+1 |
| | | |||||
| * | Fix bugs in libc, psxgpu, psxpress, clean up headers | spicyjpeg | 2024-01-08 | 1 | -17/+17 |
| | | |||||
| * | More library cleanups and libc fixes | spicyjpeg | 2023-05-21 | 1 | -2/+2 |
| | | |||||
| * | Add GPU IRQ variants of all display list APIs | spicyjpeg | 2023-05-11 | 1 | -0/+5 |
| | | |||||
| * | Add MoveImage(), SetDrawOpType(), GPU IRQ support | spicyjpeg | 2023-05-11 | 1 | -15/+25 |
| | | |||||
| * | Clean up all headers, add and rename some BIOS APIs | spicyjpeg | 2023-04-05 | 1 | -4/+18 |
| | | |||||
| * | Add IsIdleGPU(), tweak psxgpu.h, fix mdec/strvideo | spicyjpeg | 2023-04-04 | 1 | -17/+31 |
| | | |||||
| * | Fix VSync() rate limiter, add missing tagless packets | spicyjpeg | 2023-01-13 | 1 | -38/+52 |
| | | |||||
| * | Re-enable MoveImage(), add tagless primitive structs | spicyjpeg | 2022-12-28 | 1 | -101/+111 |
| | | |||||
| * | Misc. bugfixes, add support for DRAWENV texture windows | spicyjpeg | 2022-12-18 | 1 | -2/+13 |
| | | |||||
| * | Misc. libpsn00b bugfixes, new critical section macros | spicyjpeg | 2022-11-15 | 1 | -2/+2 |
| | | |||||
| * | Clean up SDK debug logging, fix getTPage() | spicyjpeg | 2022-10-19 | 1 | -41/+64 |
| | | |||||
| * | Add MoveImage(), use draw queue for psxgpu VRAM APIs | spicyjpeg | 2022-10-18 | 1 | -6/+16 |
| | | |||||
| * | Fix psxgpu and psxetc bugs, add VSyncHaltFunction() | spicyjpeg | 2022-08-21 | 1 | -0/+1 |
| | | |||||
| * | Deprecate u_short, u_int and u_long types in libpsn00b | spicyjpeg | 2022-07-30 | 1 | -515/+391 |
| | | |||||
| * | Refactor libpsxgpu in C, add OT drawing queue | spicyjpeg | 2022-06-29 | 1 | -25/+44 |
| | | |||||
| * | Minor psxgpu/psxpad header changes | spicyjpeg | 2022-01-17 | 1 | -1/+1 |
| | | |||||
| * | Added missing header declarations, FlushCache, misc library bugfixes | spicyjpeg | 2021-08-17 | 1 | -0/+2 |
| | | |||||
| * | Fixed missing type errors when compiling libraries due to the new variable ↵ | John Wilbert M. Villamor | 2021-07-01 | 1 | -1/+1 |
| | | | | | type changes | ||||
| * | Added int*_t and uint*_t variable types and updated type definitions in ↵ | John Wilbert M. Villamor | 2021-07-01 | 1 | -234/+270 |
| | | | | | psxgpu and psxcd, to improve compatibility with code written for the official SDK. | ||||
| * | Added updated library reference, added struct names in psxgpu.h, defined GTE ↵ | John Wilbert M. Villamor | 2021-01-05 | 1 | -35/+35 |
| | | | | | squareroot functions and added C++ demo example. | ||||
| * | Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵ | John Wilbert M. Villamor | 2020-09-19 | 1 | -6/+8 |
| | | | | | moved ISR and callback system to psxetc, moved debug font to psxgpu, fixed CD-ROM library crashing on PSIO, fixed interrupt callback setup to fix crashing on ResetGraph() | ||||
| * | Added CdOpenDir(), CdReadDir() and CdCloseDir(). Fixed SpuKeyOn() bug and ↵ | John Wilbert M. Villamor | 2020-02-28 | 1 | -7/+9 |
| | | | | | added cdbrowse example. | ||||
| * | Merge pull request #10 from JaCzekanski/patch-2 | John Wilbert Villamor | 2020-01-06 | 1 | -1/+1 |
| |\ | | | | | Fixed typo in setUVWH | ||||
| | * | Fixed typo in setUVWH | Jakub Czekański | 2019-12-03 | 1 | -2/+2 |
| | | | |||||
| * | | Fix setDrawMask macro | Jakub Czekański | 2019-11-29 | 1 | -2/+2 |
| |/ | | | Missing parenthesis caused compilation error when passing a reference to DR_MASK | ||||
| * | Added long awaited CD-ROM library and loads of fixes, see changelog for details | John Wilbert M. Villamor | 2019-11-22 | 1 | -15/+41 |
| | | |||||
| * | Added FntOpen(), FntPrint() and FntFlush(), fixed termPrim() typo, fixed ↵ | John Wilbert M. Villamor | 2019-10-11 | 1 | -1/+1 |
| | | | | | negative values in vsprintf(), added billboard sprites example | ||||
| * | Added strcat(), added gte_stsz() macro, added _boot() and fixed typos in ↵ | John Wilbert M. Villamor | 2019-09-23 | 1 | -3/+3 |
| | | | | | setUVWH() macro | ||||
| * | Added childexec example, added BIOS memory card functions, changed PAD ↵ | John Wilbert M. Villamor | 2019-08-17 | 1 | -7/+2 |
| | | | | | function names, runtime library now 0.13b | ||||
| * | Added C++ support, updated build instructions and makefiles, consolidated ↵ | John Wilbert M. Villamor | 2019-07-17 | 1 | -8/+12 |
| | | | | | libc and libgcc (during build process), libraries now v0.12b and more | ||||
| * | LibPSn00b officially v0.10b, added psxsio library, better DrawSync() and ↵ | John Wilbert M. Villamor | 2019-06-23 | 1 | -49/+55 |
| | | | | | VSync(), better reference manual. | ||||
| * | First commit | John Wilbert M. Villamor | 2019-04-06 | 1 | -0/+556 |
