aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxspu
Commit message (Expand)AuthorAgeFilesLines
* Update submodules, minor bugfixes and updatesspicyjpeg2024-10-141-3/+4
* Add MoveImage(), SetDrawOpType(), GPU IRQ supportspicyjpeg2023-05-111-0/+8
* Add argument validation to most libpsn00b functionsspicyjpeg2023-04-041-1/+9
* Add BS v3 decoding, fix MDEC API and strvideo examplespicyjpeg2023-01-231-2/+2
* Add CdUnlock() and DMA priority APIspicyjpeg2022-12-281-6/+8
* Rearrange hwregs_c.h and k573io.h, add clz intrinsicsspicyjpeg2022-12-181-3/+3
* Refactor libpsxcd, add new CD-ROM APIs, fix SPU DMA readspicyjpeg2022-11-171-0/+7
* Misc. libpsn00b bugfixes, new critical section macrosspicyjpeg2022-11-151-4/+6
* Refactor sound examples, add new spustream examplespicyjpeg2022-10-271-5/+10
* Fix SPU_TRANSFER_BY_IO mode, add IRQ/DMA enumsspicyjpeg2022-10-271-31/+62
* Library bugfixes and additions, _sdk_log_inner() removalspicyjpeg2022-10-231-3/+6
* Clean up SDK debug logging, fix getTPage()spicyjpeg2022-10-191-4/+4
* Add debug log buffering, fix GetHeapUsage()spicyjpeg2022-10-181-10/+4
* Add MoveImage(), use draw queue for psxgpu VRAM APIsspicyjpeg2022-10-181-29/+29
* Replace DEBUG macro with standard NDEBUG macrospicyjpeg2022-10-111-3/+3
* Fix DMACallback bug, disable logging in release buildsspicyjpeg2022-10-081-8/+14
* Clean up and add audio file to sound/spustream examplespicyjpeg2022-08-111-7/+10
* Misc. fixes, add texturing to graphics/gte examplespicyjpeg2022-08-101-2/+2
* Rewrite libpsxspu in C and update sound examplesspicyjpeg2022-07-3110-414/+162
* Rename hwregs_a definitions, add hwregs_c, fix io/padsspicyjpeg2022-02-095-49/+41
* Merge branch 'master' into cmakeJohn "Lameguy" Wilbert Villamor2021-10-151-2/+2
|\
| * Fixed bugs in SPU library, added vagsample exampleJohn Wilbert M. Villamor2021-10-061-2/+2
* | Migrated libpsn00b to CMakespicyjpeg2021-09-121-59/+0
|/
* Rewritten all Makefiles, set up proper GCC options, added iso.xml to templatespicyjpeg2021-08-171-24/+37
* Added missing header declarations, FlushCache, misc library bugfixesspicyjpeg2021-08-171-1/+2
* Minor Makefile fixesAustin Annestrand2021-02-201-1/+1
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), mov...John Wilbert M. Villamor2020-09-191-11/+25
* Added CdOpenDir(), CdReadDir() and CdCloseDir(). Fixed SpuKeyOn() bug and add...John Wilbert M. Villamor2020-02-281-1/+2
* Added long awaited CD-ROM library and loads of fixes, see changelog for detailsJohn Wilbert M. Villamor2019-11-221-1/+1
* Added FntOpen(), FntPrint() and FntFlush(), fixed termPrim() typo, fixed nega...John Wilbert M. Villamor2019-10-111-2/+2
* Accidentally broke SPU (set SPUCNT with 0x8001 instead of 0xC001)John Wilbert M. Villamor2019-07-201-1/+1
* Added C++ support, updated build instructions and makefiles, consolidated lib...John Wilbert M. Villamor2019-07-172-5/+6
* LibPSn00b officially v0.10b, added psxsio library, better DrawSync() and VSyn...John Wilbert M. Villamor2019-06-234-16/+11
* First commitJohn Wilbert M. Villamor2019-04-0610-0/+474