74 Commits

Author SHA1 Message Date
7a2495a284 Initial Commit
# Conflicts:
#	CMakeLists.txt
2025-04-19 19:53:02 -07:00
c4d91f18a1 Split out display_list/shader_info 2025-04-18 21:52:38 -06: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
20755720df
Merge pull request #2 from dbalatoni13/downgrade
Add a macro and missing GX functions to headers
2025-04-04 18:49:05 -07:00
dbalatoni13
cce3782fe8 Add a macro and missing GX functions to headers 2025-04-05 03:33:22 +02:00
b07d55f71d Update fmtlib 2025-04-03 21:03:11 -06:00
ca3e4f5273 Update to latest upstream dawn 2025-04-03 00:12:22 -06:00
1b088e79e8 Update to SDL3 & latest imgui 2025-04-02 19:57:16 -06:00
f6d63d7ed5 Merge branch 'main' into update
# Conflicts:
#	extern/dawn
#	lib/imgui.cpp
2025-04-02 16:15:30 -06:00
6f68612151 Add allowJoystickBackgroundEvents to config 2023-12-15 14:35:32 -08:00
5589b24df6 Add AURORA_WINDOW_MOVED event and add ability to set window position at launch 2023-10-27 14:31:57 -07:00
23b9ccb2cc Upgrade to Imgui 1.89.9-docking 2023-10-27 13:14:42 -07:00
7bdeb5e17c Update dawn, add D3D11 backend, disable OpenGL (broken) 2023-06-28 20:03:05 -04:00
5b25b6cee1 math: Add operator!= implementations 2022-08-28 13:44:31 -04:00
ac5d4a7ca3 Add GXDestroyTlutObj 2022-08-09 18:26:53 -04:00
9fe0cff6e3 Add aurora_get_backend and aurora_get_available_backends 2022-08-09 18:26:44 -04:00
c060e1da6b Reimplement GXCopyTex; simplify assertions 2022-08-09 02:05:33 -04:00
893cabe55a Transition back to webgpu_cpp; initial emscripten support 2022-08-02 16:37:56 -04:00
e22541f175 Add VISetWindowTitle, VISetWindowFullscreen 2022-07-29 16:46:03 -04:00
a9cf9271c4 dolphin/types.h: Fix s32/u32 for MWCC 2022-07-28 07:47:20 -04:00
2dec530bb5 Add PADSetAnalogMode def 2022-07-28 07:29:06 -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