Jaakko Saarikko
|
4789656b33
|
Update fi_FI.ini
Translation work on Finnish language.
|
2023-07-26 22:44:55 +03:00 |
|
Unknown W. Brackets
|
982ce968ea
|
Merge pull request #17785 from hrydgard/naett-ndk-build-fix
Bump naett with fix for build problem on newer NDK
|
2023-07-25 22:58:48 -07:00 |
|
Henrik Rydgård
|
e478dbff3d
|
Merge pull request #17784 from unknownbrackets/arm64-round
arm64jit: When rouding unset, use nearest
|
2023-07-26 07:32:06 +02:00 |
|
Henrik Rydgård
|
2f2878687f
|
Merge pull request #17782 from unknownbrackets/net-cancel
net: Fix request cancelling
|
2023-07-26 07:30:28 +02:00 |
|
Henrik Rydgård
|
ce45c943be
|
Bump naett with fix for build problem on newer NDK
See #17583
|
2023-07-26 07:28:25 +02:00 |
|
Unknown W. Brackets
|
c3db3d5187
|
arm64jit: When rouding unset, use nearest.
The 0/default rounding mode is nearest, not toward zero.
We set hasSetRounding only when fcr31 has a non-zero rounding mode or
flush to zero set.
|
2023-07-25 20:30:05 -07:00 |
|
Unknown W. Brackets
|
94f7231e73
|
net: Fix request cancelling.
Was broken in #17737.
|
2023-07-25 19:42:37 -07:00 |
|
Unknown W. Brackets
|
8f404a1961
|
softgpu: Fix minor typo.
|
2023-07-25 19:42:36 -07:00 |
|
Henrik Rydgård
|
f229573bb2
|
Merge pull request #16251 from gucio321/fix-wayland-vulkan
CMakeList: fix SDL+Wayland+Vulkan
|
2023-07-25 09:52:43 +02:00 |
|
Unknown W. Brackets
|
3383d5b93a
|
Merge pull request #17751 from unknownbrackets/riscv-jit
Initial RISC-V jit based on IR
|
2023-07-25 00:42:22 -07:00 |
|
Henrik Rydgård
|
f3c89e49f0
|
Merge pull request #17778 from hrydgard/new-icons
Add some new UI icons
|
2023-07-24 15:49:38 +02:00 |
|
Henrik Rydgård
|
fecd0b8cd7
|
Use the new play button icon in the retroachievement sound customizer
|
2023-07-24 14:56:35 +02:00 |
|
Henrik Rydgård
|
2baba83f1a
|
Add a bunch of new icon images to the atlas.
|
2023-07-24 14:52:32 +02:00 |
|
Henrik Rydgård
|
3c2f67a097
|
Merge pull request #17777 from hrydgard/fix-achievements-from-frontend
RetroAchievements: Fix another race condition, improve logging.
|
2023-07-24 12:37:40 +02:00 |
|
Henrik Rydgård
|
a72c4aa383
|
Actually fix the race condition. Can't do any initialization step while waiting.
|
2023-07-24 12:08:15 +02:00 |
|
Henrik Rydgård
|
3ae520c35d
|
RetroAchievements: Fix another race condition, improve logging.
Seems to help the frontend problem.
|
2023-07-24 12:00:16 +02:00 |
|
Henrik Rydgård
|
bee2400230
|
Merge pull request #17769 from unknownbrackets/vertexjit-debug
Add compilation-enabled vertexjit compare tool
|
2023-07-24 09:39:52 +02:00 |
|
Henrik Rydgård
|
c697dca3e0
|
Merge pull request #17776 from unknownbrackets/riscv-vertexjit
Correct a few more RISC-V vertexjit bugs
|
2023-07-24 09:13:17 +02:00 |
|
Unknown W. Brackets
|
b6f83ca969
|
riscv: Cleanup some pointerification flags.
|
2023-07-23 21:17:55 -07:00 |
|
Unknown W. Brackets
|
18c48681a8
|
riscv: Implement multiply instructions.
|
2023-07-23 18:01:50 -07:00 |
|
Unknown W. Brackets
|
7f4689e8fa
|
riscv: Use direct SLI/SLIU instructions.
Derp, I forgot these existed on RISC-V for a moment.
|
2023-07-23 18:01:46 -07:00 |
|
Unknown W. Brackets
|
ca15fa7061
|
riscv: Enable jit by default.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
4100767b5e
|
riscv: Optimize SetConst a bit.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
f7f7531500
|
riscv: Fix min/max normalization.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
34bfe93ea5
|
riscv: Fix block lookup issues.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
92694e765f
|
riscv: Implement conditional moves.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
2c7da94bd1
|
riscv: Implement shifts and compares.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
5ed2f0d559
|
riscv: Implement logic ops.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
94be343591
|
riscv: Try to keep regs normalized, track.
Since we can't address the lower 32-bits only in compares, this can help
us avoid renormalizing before a compare.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
7aafa11d24
|
riscv: Implement conditional exits.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
8ee73264bf
|
riscv: Correct depointerify on FlushAll().
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
720f868a10
|
riscv: Use R_RA as a temporary for calls.
This is the most logical thing, since we're about to write it anyway.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
76e3246065
|
riscv: Reduce jit codesize a bit.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
d31eded9ba
|
riscv: Allow dirty pointers, explicitly.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
624caa2dea
|
riscv: Implement the simplest exits.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
1dfedde741
|
riscv: Avoid needless save/load around compile.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
165169eb31
|
riscv: Implement load and store ops.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
c2da7d18bb
|
riscv: Stub out more IR compilation categories.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
05a2789cf4
|
riscv: Implement some simple assign instructions.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
c6c25af484
|
riscv: Add some safety to pointerifying.
We have to clear the upper bits in case of sign extension or other things.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
bf7a6eb2cd
|
riscv: Add jit for some initial instructions.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
4c1cc2dfdc
|
riscv: Add a register cache for jit.
Not yet actually used. Might be buggy.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
b2d3c750f1
|
irjit: Define a specific IRReg type.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
47b81985bd
|
riscv: Initial untested dispatcher.
The minimum to actually, probably, running code. Pretty slow.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
e271e43ec5
|
riscv: Initial staffolding for IR based jit.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
3468423bb4
|
Debugger: Handle missing crash/block ptrs better.
|
2023-07-23 18:01:00 -07:00 |
|
Unknown W. Brackets
|
b041e712de
|
riscv: Fix signed position bug in vertexjit.
|
2023-07-23 17:57:08 -07:00 |
|
Unknown W. Brackets
|
5cbad1982b
|
riscv: Correct 565 morph mistake.
Observed ni Valkyria Chronicles 3.
|
2023-07-23 17:57:08 -07:00 |
|
Henrik Rydgård
|
b7bcba16c8
|
Merge pull request #17774 from GABO1423/ppsspp-en-español
(Lang) Tweak Spanish Translations
|
2023-07-24 01:51:28 +02:00 |
|
Henrik Rydgård
|
0f2ccc3bc0
|
Merge pull request #17775 from hrydgard/unknownbrackets-cmake
Linux: Use _DEFAULT_SOURCE
|
2023-07-24 01:50:20 +02:00 |
|