Commit graph

2806 commits

Author SHA1 Message Date
Wally4000
b34633056a Add basic DEBUG_CODE instruction to cmake file 2025-03-18 09:48:10 +11:00
Wally4000
9ae3b09062 Add some GLM stuff for debugging 2025-03-17 07:31:55 +11:00
wally4000
e5e2571a38 Fixed Turok Memory Pack loading issue 2025-03-16 19:16:38 +11:00
wally4000
2bcd30b10f Revert changes on renderer. 2025-03-16 18:57:22 +11:00
wally4000
b67974d4e7 Add missing <cmath> definitions 2025-03-15 20:28:17 +11:00
wally4000
bd3b69ff8e Move Math -> PSPMath 2025-03-15 20:24:05 +11:00
wally4000
bef1427395 Small code cleanup 2025-03-15 20:23:31 +11:00
wally4000
2c1c1da494 Remove Redundant Math directory from Core Build 2025-03-15 20:08:04 +11:00
wally4000
70daeaf426 Remove old Matrix4x4 files 2025-03-15 20:02:03 +11:00
wally4000
4e11a1aef2 Forgot to reverse this one for SSB too 2025-03-15 17:41:29 +11:00
z2442
437d7fbe1f Fix for models 2025-03-14 21:53:49 -04:00
wally4000
142221f02e Now works on the PSP. 2025-03-14 15:54:25 +11:00
wally4000
3f2db3842a Fix GLM for GL and CTR Renderers 2025-03-14 14:57:02 +11:00
wally4000
f0239755e6 Remove unused Matrix4x4 functions 2025-03-14 11:14:58 +11:00
Wally4000
72532b844b Works on GL but not on PSP yet. 2025-03-14 11:07:33 +11:00
wally4000
2480f5eac7 Replace Vector2 and remove the vector header files 2025-03-13 16:14:20 +11:00
Ben Slater
17a5f1be06 Replace Vector3 and Vector 4 with GLM
Please enter the commit message for your changes. Lines starting
2025-03-13 13:07:44 +11:00
wally4000
a446e40597 Revert POLEF implementation (Was experimental and not supposed to go to Master) 2025-02-28 21:01:03 +11:00
wally4000
40fbd3c529 Move TextureCacheWEbDebug to SysPosix/HLEGraphics 2025-02-22 22:09:20 +11:00
wally4000
9fa686dfb4 Merge branch 'fix_DisplayListDebugger' 2025-02-22 22:00:35 +11:00
wally4000
aab193d6e3 Clean up format directive 2025-02-22 19:07:04 +11:00
wally4000
b6d53998f6 Fix Paths 2025-02-22 16:52:55 +11:00
wally4000
13b895ea48 Fix DisplayList Debugger (Doh!) 2025-02-22 10:33:37 +11:00
wally4000
efd219a4ac Remove TextureCacheWebDebug for non posix targets. More path stuff 2025-02-21 21:09:29 +11:00
z2442
02b2a28e9f Phat PSP memory correction 2025-02-20 19:40:25 -05:00
Wally4000
83458ba593
Merge pull request #90 from DaedalusX64/GLES31_PORT
Gles31 port
2025-02-20 14:27:59 +11:00
Wally4000
4e95646ee9 Remove Menu item in GL builds as active all the time. 2025-02-20 11:41:02 +11:00
Wally4000
bd46471e17 Fix Paths for Web Debug 2025-02-20 09:56:47 +11:00
z2442
36d1a3330c Fix for controller not found errer 2025-02-08 10:24:47 -05:00
z2442
fd2e177a0b Apply change from Gles to GL 2025-02-08 10:04:25 -05:00
z2442
a28e066e1b
Merge pull request #86 from DaedalusX64/Arm64_builder
Add basic arm64 runner
2025-02-08 09:53:26 -05:00
wally4000
8146a6ea32 Re-enable DisplayList Debugger, compiles again yay 2025-02-08 20:10:40 +11:00
z2442
d6873d8c4d ifdef debug function for gles 2025-02-02 20:56:30 -05:00
z2442
d3f3cd99e3 Small fix for textures on GLES 2025-02-02 19:51:46 -05:00
z2442
9e7ff489d9 Fix for UI2GL - We can not go back and forth between gl and UI 2025-02-02 19:13:30 -05:00
z2442
fa47b15a31 Minor texture fix - missed a gl change
Shader optimzation
2025-01-31 21:43:53 -05:00
z2442
b2846d8435 Buffer optimzation 2025-01-31 21:15:01 -05:00
z2442
407841c0e4 Another typo fix Thanks Krazy 2025-01-28 18:38:15 -05:00
z2442
9ad92a59a3 Typo correction in ifdef 2025-01-28 18:19:42 -05:00
z2442
25517ce9b9 Rename GCC_OLD to GCC_LEGACY 2025-01-27 21:14:53 -05:00
z2442
2f6c899b23 More libformat fixes 2025-01-27 20:46:09 -05:00
z2442
08c2b77727 Missed a few 2025-01-27 20:25:18 -05:00
z2442
0ab6dba948 Enable checking for GCC older than 13 and if that is the case use lib format instead of GCC format. 2025-01-27 20:13:35 -05:00
z2442
3e28d6ec57 Enable Clamp Fix for GLES 2025-01-26 21:37:43 -05:00
z2442
4d8bfb561a Cleanup and add back in desktop GL support alongside GLES 2025-01-26 20:55:16 -05:00
wally4000
681090cae2 Add basic arm64 runner 2025-01-27 12:04:07 +11:00
z2442
cd270c3326 Textures working full GLES rendering! 2025-01-26 15:26:51 -05:00
wally4000
6fe3317e3b Start adding some fixes 2025-01-23 20:08:09 +11:00
z2442
e70c5950e6 Cmake GLES cleanup 2025-01-12 21:33:04 -05:00
z2442
dccbcd1adb Move Gles files in to their own folder. 2025-01-12 20:19:08 -05:00