24 Commits

Author SHA1 Message Date
c4d91f18a1 Split out display_list/shader_info 2025-04-18 21:52:38 -06:00
357ecba0ae Lighting channel fixes (COLOR1+) 2025-04-15 19:37:18 -06:00
3bba70d1ff Restore GXColor1x16, GXColor1x8 2025-04-15 09:18:35 -06:00
fee77b3d25 Split SI into it's own SDK library 2025-04-14 19:03:47 -07:00
4b9bcbb05e Split pad into it's own SDK library with the rest 2025-04-14 17:31:48 -07:00
a600b0b84c Rewrite attribute buffer, matrix & stream handling
Now array attributes (GXSetArray) will be properly
fetched based on the vertex format. Buffers are
still assumed to be byte-swapped to little-endian.

Stream handling completely redone and many issues
resolved.

Eliminates matrix transposes. AURORA_NATIVE_MATRIX
is no longer necessary and removed.
2025-04-14 17:17:59 -06:00
3316ad9a7f Add aurora::mtx lib 2025-04-14 17:17:59 -06:00
3b56e337c0 Build fixes for linux and possibly macOS 2025-04-10 13:35:47 -07:00
d9de6603c7 Fix projection depth adjustment (I guess?) 2025-04-07 21:14:37 -06:00
f0c6a1666b Implement most GX attribute stream functions 2025-04-07 20:14:30 -06:00
b3a8be9206 Check for null GXDrawDone callback 2025-04-07 20:13:02 -06:00
d20c467fec Initial split of aurora into core, gx, and vi libraries, needs more re-org 2025-04-04 19:19:31 -07:00
1016fbb36d Fix bind group caching 2025-04-04 01:59:30 -06:00
b07d55f71d Update fmtlib 2025-04-03 21:03:11 -06:00
ac5d4a7ca3 Add GXDestroyTlutObj 2022-08-09 18:26:53 -04:00
5d0848d428 GXTransform: Projection matrix depth fix 2022-08-09 02:26:02 -04:00
c060e1da6b Reimplement GXCopyTex; simplify assertions 2022-08-09 02:05:33 -04:00
04590f30cd Fix GXSetTevColorS10; fix sampling GX_TF_R8_PC 2022-07-31 17:02:56 -04:00
e22541f175 Add VISetWindowTitle, VISetWindowFullscreen 2022-07-29 16:46:03 -04:00
928b34ce76 GXSetArray: Set stateDirty 2022-07-29 16:15:52 -04:00
0da998450b Merge GXBegin/GXEnd draws if GX state unchanged 2022-07-28 19:48:02 -04:00
3d66feb682 Remove Metaforce hack 2022-07-28 07:28:29 -04:00
1213f32d0e Update submodules; add (very) simple example 2022-07-27 15:15:23 -04:00
9a725c89cf Initial commit 2022-07-27 11:25:25 -04:00