35 Commits

Author SHA1 Message Date
UnknownShadow200
3abe11b093 D3D11: Fix recent commits introducing some bluriness into UI textures (thanks 123DMWM) 2024-11-03 07:44:57 +11:00
UnknownShadow200
0940ea13a1 Fix 'overwrite existing' not working in Save menu 2024-09-01 11:59:42 +10:00
UnknownShadow200
3e2b0ea9d4 DS: Try to avoid loading unnecessary textures into VRAM, slightly optimise matrix loading 2024-08-30 08:14:24 +10:00
UnknownShadow200
8c4e42a43b Slightly optimise rendering 2024-08-30 07:25:27 +10:00
UnknownShadow200
a1d5d241fa WIP rework on gfx matrix loading 2024-07-27 08:09:54 +10:00
UnknownShadow200
fcdaf165ec Fix plugin incompatibility 2024-07-25 19:45:29 +10:00
UnknownShadow200
870014cbb0 Web/Mobile: Add WIP grayscale post processor 2024-07-13 23:09:20 +10:00
UnknownShadow200
1d7a43793a Saturn/PS1/NDS: Use 16bpp bitmaps entirely 2024-06-28 17:21:53 +10:00
UnknownShadow200
8767f31d6e Simplify vsync and frame limiting code 2024-06-23 21:49:32 +10:00
UnknownShadow200
7485956415 Split up viewport setting into viewport and scissor 2024-06-21 20:45:30 +10:00
UnknownShadow200
3081e4b304 Implement comment state tracking for Gfx_SetAlphaBlending 2024-05-04 21:22:53 +10:00
UnknownShadow200
fd1f6ef424 Implement comment state tracking for Gfx_SetAlphaTest 2024-05-04 12:35:18 +10:00
UnknownShadow200
ae3ac8cdb1 NDS: Optimise rendering to be a little bit faster 2024-04-27 23:24:31 +10:00
UnknownShadow200
10bd6222be Move touch UI functionality to its own file 2024-04-27 08:44:03 +10:00
UnknownShadow200
b8fa769bbe DS: Enable backface culling 2024-04-26 17:44:22 +10:00
UnknownShadow200
dcf3a1be3a Fix fallback terrain atlas not working properly with graphics backends that have minimum texture size requirements 2024-04-26 14:56:09 +10:00
UnknownShadow200
c7fd3a05f9 Simplify viewport setting 2024-04-25 18:36:49 +10:00
UnknownShadow200
31d13ba41e Allow altering graphics viewport (unfinished) 2024-04-25 11:30:18 +10:00
UnknownShadow200
629622e44c Allow creating textures from row stride that is different to image width 2024-04-19 17:27:44 +10:00
UnknownShadow200
1f8a3dbe96 Some options shouldn't apply in classic mode 2024-04-19 16:49:02 +10:00
UnknownShadow200
873899d676 DS: Boost idle FPS from 40 to 60 in melonDS at least by disabling texture animations
Also boots FPS from 0.5 to 10 in PS1 build
2024-04-13 22:32:12 +10:00
UnknownShadow200
32c135ea5d DS: On screen keyboard triggers Enter key behaviour when RETURN button is pressed, also fix to properly initialise it with initial text 2024-03-24 21:52:47 +11:00
UnknownShadow200
189b164be4 DS: Try to fix issues with water overlapping from outside of world, don't infinitely loop when connecting to WIFI 2024-03-24 10:57:46 +11:00
UnknownShadow200
9164d7c9c3 DS: Try to fix GUI and allow more VRAM for textures 2024-03-24 10:28:07 +11:00
UnknownShadow200
ed6864004b DS: Slightly optimise vertex submission code 2024-03-24 09:37:01 +11:00
UnknownShadow200
2326020f89 DS: Increase camera sensitivity, fix window not being restored properly after quitting game, fix keyboard not hiding debug console, allocate another 128 kb vram bank for textures 2024-03-24 08:59:27 +11:00
UnknownShadow200
02082d71fb DS: Fix texture coordinates not being repeated 2024-03-23 22:23:29 +11:00
UnknownShadow200
d64a38fa0d DS: Fix console window not showing anything in 3D mode, also log path of opened files 2024-03-23 08:32:23 +11:00
UnknownShadow200
526bd40646 DS: Fix UI sort of to work 2024-03-22 23:55:17 +11:00
UnknownShadow200
6d8a0fb933 DS: World rendering sort of works better now 2024-03-22 23:36:30 +11:00
UnknownShadow200
3f26352644 DS: Texturing sort of works 2024-03-22 21:33:53 +11:00
UnknownShadow200
551dfa716f Change Gfx_Clear to allow separately clearing colour and depth buffer 2024-03-22 07:51:51 +11:00
UnknownShadow200
b7bde85cd4 Gfx_SetColorWrite remembers state across depth only rendering calls 2024-03-22 07:14:36 +11:00
UnknownShadow200
f4ada2aa51 DS: 3D sorta works 2024-02-05 21:26:58 +11:00
UnknownShadow200
e07f1bc4c7 Completely unfinished DS port
macOS: Always build cocoa build when using makefile, fixes it trying to compile carbon build on M1 macs
2024-02-05 18:15:02 +11:00