aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxgpu/image.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos, add missing const and improve code formatting.yogi3132025-01-231-13/+13
|
* Fix TIM compatibility and improve TIM validation.yogi3132025-01-211-19/+35
| | | | | | | | | | | PSn00bSDK is a good SDK for testing decompiled game code and working with extracted TIM resources. However, there is an issue where some textures that can be loaded with the PsyQ SDK are not compatible with PSn00bSDK, causing a black screen when attempting to load them. This commit fixes this issue. Additionally, it adds a new check in the `GsGetTimInfo` and `GetTimInfo` functions. The check verifies if pixel data exists before setting the corresponding fields in the structure, preventing the loading of garbage data.
* Fix bugs in libc, psxgpu, psxpress, clean up headersspicyjpeg2024-01-081-5/+13
|
* Add GPU IRQ variants of all display list APIsspicyjpeg2023-05-111-1/+11
|
* Add MoveImage(), SetDrawOpType(), GPU IRQ supportspicyjpeg2023-05-111-0/+3
|
* Add argument validation to most libpsn00b functionsspicyjpeg2023-04-041-0/+16
|
* Fix VSync(), assert(), warnings and some examplesspicyjpeg2023-01-221-1/+1
|
* Fix VSync() rate limiter, add missing tagless packetsspicyjpeg2023-01-131-2/+11
|
* Re-enable MoveImage(), add tagless primitive structsspicyjpeg2022-12-281-2/+10
|
* Add CdUnlock() and DMA priority APIspicyjpeg2022-12-281-4/+6
|
* Misc. bugfixes, add support for DRAWENV texture windowsspicyjpeg2022-12-181-7/+29
|
* Misc. libpsn00b bugfixes, new critical section macrosspicyjpeg2022-11-151-4/+8
|
* Clean up SDK debug logging, fix getTPage()spicyjpeg2022-10-191-3/+3
|
* Add debug log buffering, fix GetHeapUsage()spicyjpeg2022-10-181-12/+10
|
* Add MoveImage(), use draw queue for psxgpu VRAM APIsspicyjpeg2022-10-181-14/+29
|
* Replace DEBUG macro with standard NDEBUG macrospicyjpeg2022-10-111-3/+3
|
* Fix DMACallback bug, disable logging in release buildsspicyjpeg2022-10-081-3/+11
|
* Rewrite libpsxspu in C and update sound examplesspicyjpeg2022-07-311-7/+7
|
* Deprecate u_short, u_int and u_long types in libpsn00bspicyjpeg2022-07-301-17/+16
|
* Refactor libpsxgpu in C, add OT drawing queuespicyjpeg2022-06-291-0/+116