38576 Commits

Author SHA1 Message Date
Henrik Rydgård
fc9a057083 Update README.md 2023-10-12 10:22:41 +02:00
Henrik Rydgård
a507563708 Remove the exit-game sync again.
It's not actually needed until some of the additions made on master, and
in that case, I'm going to change the solution again.
2023-10-12 10:14:19 +02:00
Henrik Rydgård
2c751d39f8 Vulkan: Add simple delete count to GPU profiler, to make sure we don't have more resource churn
Also fix the render pass type name lookup table.
2023-10-12 09:02:45 +02:00
Henrik Rydgård
028c7c3ea8 Android: Fix crashes on screen rotation 2023-10-11 16:44:30 +02:00
Henrik Rydgård
d60c9a015f Vulkan: Fix synchronization when shutting the GPU down in-game. 2023-10-11 12:49:33 +02:00
Henrik Rydgård
52dae5c9a7 README.md update for 1.16.6 2023-10-10 23:44:23 +02:00
Henrik Rydgård
a3c2d058e0 Fix main-thread stalls due to decimate during replacement texture loading 2023-10-10 19:33:04 +02:00
Henrik Rydgård
51fd502d7d Update rcheevos 2023-10-10 19:15:59 +02:00
Henrik Rydgård
c362c159d7 VulkanDescSetPool: Don't forget to increment usage 2023-10-10 19:14:19 +02:00
Henrik Rydgård
31f28a3eaf Fix the CMake expression, thanks Halo-Michael 2023-10-10 19:12:56 +02:00
Henrik Rydgård
a9987c6885 Turn off HTTPS support for iOS.
Should fix #18322
2023-10-10 19:12:56 +02:00
Henrik Rydgård
8d59e30b53 Gradle: Fix some deprecation warnings 2023-10-10 19:12:24 +02:00
Henrik Rydgård
37de5b9d0d Move the menu frame-rate throttling to NativeFrame
Now needed on Android since we added the ability to turn off vsync,
which caused the menu to burn battery by rendering too fast.
2023-10-10 19:11:48 +02:00
Henrik Rydgård
d00928e1db Guaranteed gap-free rendering of waves background 2023-10-10 19:11:35 +02:00
Henrik Rydgård
89effbf498 Revert "UI: Round wave coords to prevent gaps."
This reverts commit ebf9de7864.
2023-10-10 19:11:35 +02:00
aeiouaeiouaeiouaeiouaeiouaeiou
15b6a48070 Update Russian translation 2023-10-10 19:11:28 +02:00
Henrik Rydgård
833fc35462 Reduce refresh rate checks.
These turned out to be unexpectedly expensive, so cache the value and
also try to check it a bit less.
2023-10-10 19:11:28 +02:00
Unknown W. Brackets
3236f54693 x86: Fix 32-bit IR jit block entry. 2023-10-10 19:11:28 +02:00
Henrik Rydgård
358cfd4bc6 Prevent duplicate alternate-speed status messages 2023-10-10 19:11:28 +02:00
Unknown W. Brackets
c53c33c0c2 irjit: Fix vhtfm instruction. 2023-10-10 19:11:27 +02:00
Henrik Rydgård
9dcaf4e761 Add a little utility shell script v1.16.5 2023-09-28 11:53:44 +02:00
Henrik Rydgård
bc98cf6bcb Merge pull request #18245 from hrydgard/readme-1.16.5
Update README.md for 1.16.5
2023-09-28 11:29:20 +02:00
Henrik Rydgård
86a287f512 linkify readme 2023-09-27 22:15:36 +02:00
Henrik Rydgård
6ec4d4f573 Update README for 1.16.5 2023-09-27 22:15:33 +02:00
Henrik Rydgård
fde10ed4bf Merge pull request #18261 from hrydgard/revert-expand-lines-fix
Revert "Merge pull request #18184 from hrydgard/expand-lines-mem-fix"
2023-09-27 21:09:43 +02:00