aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxgpu/common.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix IRQ bugs, PutDispEnv() PAL screen centeringspicyjpeg2023-06-201-3/+5
|
* Add GPU IRQ variants of all display list APIsspicyjpeg2023-05-111-81/+0
|
* Add MoveImage(), SetDrawOpType(), GPU IRQ supportspicyjpeg2023-05-111-62/+77
|
* Add argument validation to most libpsn00b functionsspicyjpeg2023-04-041-1/+15
|
* Add IsIdleGPU(), tweak psxgpu.h, fix mdec/strvideospicyjpeg2023-04-041-0/+15
|
* Fix VSync(), assert(), warnings and some examplesspicyjpeg2023-01-221-5/+6
|
* Fix VSync() rate limiter, add missing tagless packetsspicyjpeg2023-01-131-24/+34
|
* Re-enable MoveImage(), add tagless primitive structsspicyjpeg2022-12-281-28/+3
|
* Add CdUnlock() and DMA priority APIspicyjpeg2022-12-281-17/+19
|
* Misc. bugfixes, add support for DRAWENV texture windowsspicyjpeg2022-12-181-2/+2
|
* Misc. libpsn00b bugfixes, new critical section macrosspicyjpeg2022-11-151-15/+12
|
* Rewrite psxsio with new API, fix compiler warningsspicyjpeg2022-10-211-31/+37
|
* Clean up SDK debug logging, fix getTPage()spicyjpeg2022-10-191-12/+10
|
* Add debug log buffering, fix GetHeapUsage()spicyjpeg2022-10-181-18/+13
|
* Add MoveImage(), use draw queue for psxgpu VRAM APIsspicyjpeg2022-10-181-71/+105
|
* Replace DEBUG macro with standard NDEBUG macrospicyjpeg2022-10-111-3/+3
|
* Fix DMACallback bug, disable logging in release buildsspicyjpeg2022-10-081-4/+10
|
* Fix psxetc bugs, IRQ controller register sizespicyjpeg2022-08-211-1/+1
|
* Fix psxgpu and psxetc bugs, add VSyncHaltFunction()spicyjpeg2022-08-211-27/+43
|
* Rewrite libpsxetc in C, add ResetCallback()spicyjpeg2022-08-131-11/+2
|
* Misc. fixes, add texturing to graphics/gte examplespicyjpeg2022-08-101-4/+5
|
* Rewrite libpsxspu in C and update sound examplesspicyjpeg2022-07-311-2/+1
|
* Deprecate u_short, u_int and u_long types in libpsn00bspicyjpeg2022-07-301-12/+11
|
* Refactor libpsxgpu in C, add OT drawing queuespicyjpeg2022-06-291-0/+293