Commit Graph
40677 Commits
Author SHA1 Message Date
Giovanni Cocco 931eafd565 Keep only the LUT addition 2024-09-26 19:15:17 +02:00
Giovanni Cocco bff850dadd per game settings UI PoC 2024-08-06 14:50:23 +02:00
Henrik Rydgård c4076e359d Merge pull request #19384 from lvonasek/fix-openxr-texts
OpenXR - Texts review
2024-08-05 12:02:46 -06:00
Lubos 3a6bf77f6b OpenXR - Texts review 2024-08-05 12:45:42 +02:00
Henrik Rydgård 52cf10274c Merge pull request #19375 from hrydgard/retro-buildfix
Replace call of SetWaitableTimerEx with SetWaitableTimer
2024-07-29 08:12:36 -06:00
Henrik Rydgård 592d9c5d69 Replace SetWaitableTimerEx with SetWaitableTimer
This makes the build work on retroarch's build server, and keeps
compatibility with Windows Vista (although we hardly test for that).
2024-07-29 08:11:19 -06:00
Henrik Rydgård 2e74efb2fc Fix potential crash in logging
Doesn't happen for me for some reason, but does for Nemoumbra.
2024-07-28 22:03:28 -06:00
Henrik Rydgård 25a2353bde Merge pull request #19374 from hrydgard/minor
Upgrade rcheevos, plus minor vk validation fix
2024-07-28 15:17:57 -06:00
Henrik Rydgård 6917bcaddf Upgrade rcheevos 2024-07-28 08:09:35 -06:00
Henrik Rydgård 144b3a8a98 Vulkan validation error cleanups 2024-07-28 08:08:48 -06:00
Henrik Rydgård 0a1cd19afe Merge pull request #19373 from A-w-x/gcc14
ext: jpge: move header on top
2024-07-28 03:44:18 -06:00
A-w-x b8a087fbc9 ext: jpge: move header on top
fixes build with gcc 14.1
2024-07-27 18:56:13 +02:00
Henrik Rydgård 832e64b8cd Merge pull request #19369 from hrydgard/minor-cleanups
Minor cleanups, add new more precise "sleep" function for Windows
2024-07-26 18:22:54 +02:00
Henrik Rydgård 7a0cda93d0 Call TimeInit() in headless and unittest 2024-07-26 15:59:26 +02:00
Henrik Rydgård 5c368cb965 More buildfixes 2024-07-26 15:22:35 +02:00
Henrik Rydgård 9fb97add3f Bugfixes 2024-07-26 14:22:31 +02:00
Henrik Rydgård 96c4ae4457 TimeUtil: Minor cleanup, add precise_sleep() 2024-07-26 11:25:58 +02:00
Henrik Rydgård 5926886c0c Some include cleanup, delete some obsolete code 2024-07-25 14:52:41 +02:00
Henrik Rydgård e9e16210e8 Merge pull request #19367 from hrydgard/ubershader-vshader-fix
Fix minor difference between ubershader and specialized vshaders
2024-07-24 20:51:28 +02:00
Henrik Rydgård fab034d866 Fix minor difference between ubershader and specialized vshaders 2024-07-24 20:50:33 +02:00
Henrik Rydgård cc5763cffd Merge pull request #19366 from hrydgard/misc-fixes
Misc logging tweaks
2024-07-24 01:03:31 +02:00
Henrik Rydgård 5d4f413085 Demote a very common log message from ERROR to DEBUG 2024-07-23 22:17:06 +02:00
Henrik Rydgård 5fdff10be5 Minor logging tweak 2024-07-23 22:13:24 +02:00
Henrik Rydgård 35ad5f95f2 Minor cleanup 2024-07-23 21:59:23 +02:00
Henrik Rydgård aa17f71f14 Merge pull request #19363 from hrydgard/vertex-decoder-remove-membfun
VertexDecoder: Remove member function pointers from decoding
2024-07-23 08:48:48 +02:00
Henrik Rydgård c9b22df725 Merge pull request #19362 from fjtrujy/update_workflows
Update version of GHA packages
2024-07-22 21:50:24 +02:00
Henrik Rydgård 0d8f194c65 Merge pull request #19361 from lvonasek/feature-openxr-antiflickering
OpenXR - Anti-flickering rendering flow added
2024-07-22 21:12:03 +02:00
Henrik Rydgård a0299e1873 Merge pull request #19364 from hrydgard/platypus-fix
Slightly nudge down the multiplier used for float->u8 conversion in fragment shaders
2024-07-22 18:39:30 +02:00
Henrik Rydgård 6e0ec4a131 Slightly nudge down the multiplier used for float->u8 conversion in fragment shaders
Seems in lowp precision (as seen on some Android devices) this got
rounded up to 256 when multiplied by 1.0, causing the u8 to overflow, giving
us the wrong value instead of nicely rounding down to 255 with the floor
function.

Fixes #19235
2024-07-22 18:36:58 +02:00
Henrik Rydgård 6985f898d0 Compat.ini: Set ForceUMDReadSpeed for Tales of the World: Radiant Mythology 2
See issue #19196
2024-07-22 17:52:56 +02:00
Lubos 0f313e1d13 OpenXR - Make camera pitch value floating-point 2024-07-22 15:55:06 +02:00
Lubos b7eefbc3f0 OpenXR - Camera type fixed 2024-07-22 14:38:43 +02:00
Henrik Rydgård 43c68c4277 VertexDecoder: Remove member function pointers from decoding 2024-07-22 14:06:15 +02:00
Francisco Javier Trujillo Mata b6447f4a3d Update version of GHA packages 2024-07-22 13:55:03 +02:00
Lubos b70c2cfd10 OpenXR - Anti-flickering rendering flow added 2024-07-22 13:33:03 +02:00
Henrik Rydgård 764278a1dd Merge pull request #19360 from hrydgard/more-ir-interpreter
IR: Disable unworkable overwriting of instructions on invalidation.
2024-07-22 12:15:43 +02:00
Henrik Rydgård eda60a5df9 IR: Disable unworkable overwriting of instructions on invalidation. Add debug-mode sanity check. 2024-07-22 12:03:53 +02:00
Henrik Rydgård a27935d5ac Merge pull request #19359 from hrydgard/sanitizer-fixes
Fix some minor issues found by --sanitize. Add --sanitizeub.
2024-07-22 12:03:36 +02:00
Henrik Rydgård fd9daf7594 Fix some minor issues found by --sanitize. Add --sanitizeub.
Unfortunately the ub (undefined behavior) sanitizer has some bugs, it doesn't
understand pointers to member functions, so can't use it in-game (due to the
vertex decoder).

Thanks Nemoumbra for the reminder.
2024-07-22 11:37:18 +02:00
Henrik Rydgård 1bb850578d Merge pull request #19357 from hrydgard/ir-interpreter-disable-preload
Disable preloading of function stubs if bPreloadFunctions is off
2024-07-22 10:48:03 +02:00
Henrik Rydgård 2a82a46308 Merge pull request #19358 from hrydgard/achievement-crashfix
Two crashfixes: Achievements menu, Outrun
2024-07-22 10:46:58 +02:00
Henrik Rydgård 92938f8283 Vertex decoder, SSE opt: Use the correct store operation to store 64 bits.
The other one duplicates the bits twice and requires alignment.

Fixes #19351
2024-07-22 10:30:57 +02:00
Henrik Rydgård d4aafa3555 Fix crash showing the Achievements screen.
Fixes #19353, thanks Kelvfimer
2024-07-22 10:19:07 +02:00
Henrik Rydgård aa7fd6979e Disable preloading of function stubs if bPreloadFunctions is off
Fixes #19349. Strange that the game worked at all.

The issue is that the arena could get resized due to precompile during
sceKernelModuleLoad . Now respect the flag that turns precompile off
properly (we should probably make it work differently instead, if we're
gonna have it).
2024-07-22 09:51:58 +02:00
Henrik Rydgård f317f8179e Merge pull request #19356 from hrydgard/ir-interpreter-work
IR jit/interpreter code cleanup
2024-07-22 09:26:30 +02:00
Henrik Rydgård 44f3d113d0 Buildfix 2024-07-22 09:08:47 +02:00
Henrik Rydgård 85e7ff7ac3 Target->Native renaming. More intuitive (at least to me) 2024-07-22 01:24:34 +02:00
Henrik Rydgård 898774a93d Attempt more thorough block invalidation 2024-07-22 01:22:54 +02:00
Henrik Rydgård d3e6f19b6d Comments, log, cleanup 2024-07-22 01:15:35 +02:00
Henrik Rydgård 78c75e1a0b Delete duplicate function (now that we can easily check for compileToNative) 2024-07-21 19:17:21 +02:00