aboutsummaryrefslogtreecommitdiff
path: root/examples/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Replace .include with #includefix-includeXavier Del Campo Romero2025-07-051-0/+0
| | | | | | | | | For some reason, both mipsel-unknown-elf-gcc 8.2.0 and mipsel-non-elf 15.1.0 were unable to resolve .include assembler directives. As a workaround, it is still possible to use the preprocessor, and therefore the usual #include preprocessor directive. However, this requires the assembly files to use the uppercase .S file extension.
* Fix IRQ bugs, PutDispEnv() PAL screen centeringspicyjpeg2023-06-201-6/+5
|
* Fix VSync(), assert(), warnings and some examplesspicyjpeg2023-01-221-1/+1
|
* Clean up SDK debug logging, fix getTPage()spicyjpeg2022-10-191-3/+3
|
* Update sound/spustream, clean up other examplesspicyjpeg2022-10-152-38/+0
|
* Bump required CMake version to 3.21spicyjpeg2022-10-118-16/+16
|
* Replace ball16c.h headers in examples with .TIM filesspicyjpeg2022-08-124-26/+12
|
* Clean up and add audio file to sound/spustream examplespicyjpeg2022-08-111-1/+1
|
* Misc. fixes, add texturing to graphics/gte examplespicyjpeg2022-08-103-15/+40
|
* Rename some hwregs_c.h and hwregs.a definitionsspicyjpeg2022-02-271-0/+0
|
* Add psn00bsdk_target_incbin() CMake functionspicyjpeg2022-02-208-86/+12
|
* Add LIBPSN00B_GENERATOR option, fix .incbin alignmentspicyjpeg2022-02-074-0/+4
|
* Merge branch 'master' of github.com:Lameguy64/PSn00bSDK into latest-commitspicyjpeg2022-01-179-25/+832
|\
| * Removed old libn00bref.odt document, added tilesasm example, examples in ↵U-Lameguy64-LT\Lameguy642022-01-179-25/+831
| | | | | | | | source form now copied on installation, more graphics primitives documented, some changes to readme
* | Remove PSN00BSDK_LIBS leftovers, improve CI artifact uploadspicyjpeg2021-12-237-28/+0
|/
* Fixed examples directory hierarchy not being preservedspicyjpeg2021-11-107-9/+9
|
* Rolled back minimum required CMake version to 3.20spicyjpeg2021-11-087-7/+7
|
* Migrated examples to CMakespicyjpeg2021-09-1217-461/+175
|
* Rewritten all Makefiles, set up proper GCC options, added iso.xml to templatespicyjpeg2021-08-177-175/+363
|
* Added int*_t and uint*_t variable types and updated type definitions in ↵John Wilbert M. Villamor2021-07-0111-31/+54
| | | | psxgpu and psxcd, to improve compatibility with code written for the official SDK.
* Lots of makefile corrections, improved build and toolchain instructions, ↵John Wilbert M. Villamor2021-02-187-7/+13
| | | | added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example
* Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated ↵John Wilbert M. Villamor2020-11-2912-31/+959
| | | | memmove(), removed redundant toolchain definitions, added HDTV example
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-196-12/+12
| | | | 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()
* Refined toolchain instructions, organized examples, added automatic retry ↵John Wilbert M. Villamor2020-04-2426-0/+2670
for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.