Commit Graph

32437 Commits

Author SHA1 Message Date
Henrik Rydgård
89845eae7a Add GPU stat for number of depth copies per frame
Will be useful for evaluating #15700
2022-07-24 17:12:43 +02:00
Unknown W. Brackets
b02fa4ec00
Merge pull request #15718 from hrydgard/getpointer-const-cleanup
Split GetPointer into GetPointer and GetPointerWrite
2022-07-24 07:51:39 -07:00
Henrik Rydgård
a1c648366b
Merge pull request #15719 from hrydgard/misc-cleanup
Minor code cleanups
2022-07-24 14:12:27 +02:00
Henrik Rydgård
f9a25458d5 Libretro fix 2022-07-24 14:10:12 +02:00
Henrik Rydgård
d3d601dced Windows fixes 2022-07-24 13:58:20 +02:00
Henrik Rydgård
f523341351 Remove unnecessary parameters from MakePixelsTexture 2022-07-24 13:54:09 +02:00
Henrik Rydgård
881cc23965 Delete some unused code. 2022-07-24 13:54:04 +02:00
Henrik Rydgård
861d66a4d4 Separate logging for GetPointer/GetPointerWrite 2022-07-24 13:39:37 +02:00
Henrik Rydgård
e6403d7157 Split GetPointer into two versions, to help with const correctness 2022-07-24 13:26:19 +02:00
Henrik Rydgård
04a85b1da0 Allows "merging" render targets that overlap on the Y access. Fixes #7295 (Juiced 2)
To be safe, gating this behind the related AllowLargeFBTextureOffsets,
which is also required for the effect to work.

Additionally, fixes the offset check for X offsets, which I guess is a
very small risk.
2022-07-24 11:58:07 +02:00
Henrik Rydgård
d2a3918f5f
Merge pull request #15711 from GABO1423/master
(UWP) More Build Tweaks
2022-07-23 12:33:33 +02:00
Henrik Rydgård
d01d5648c2
Merge pull request #15713 from unknownbrackets/ir-simplify
irjit: Prevent corruption on purge temps pass
2022-07-21 19:17:15 +02:00
Unknown W. Brackets
c2a1caa2a2 irjit: Prevent corruption on purge temps pass.
If a switch occurs and then something clobbers the dest of that switch, we
were wiping out the first of those three instructions incorrectly.
2022-07-21 09:06:37 -07:00
GABO1423
abee2f04b8
Merge branch 'hrydgard:master' into master 2022-07-20 17:30:39 -04:00
Unknown W. Brackets
18fdf20f00
Merge pull request #15712 from GABO1423/uwp-issuetemplates
Add UWP Platform to Issue Templates
2022-07-19 20:17:13 -07:00
GABO1423
fc3d9fed15
Add UWP Platform to Issue Templates 2022-07-19 22:49:14 -04:00
GABO1423
33b62047d0
(UWP) Update Dummy Manifest 2022-07-19 20:55:24 -04:00
GABO1423
c321cbce44
(UWP) Remove Reference to Deleted File. 2022-07-19 20:48:42 -04:00
GABO1423
c3baa48cea
(UWP) Delete Old Key 2022-07-19 20:34:18 -04:00
GABO1423
c432af3fcc
(UWP) Building Improvements 2022-07-19 20:33:58 -04:00
Henrik Rydgård
856510ef49
Merge pull request #15709 from GABO1423/master
(UWP) Small Build Tweaks - 2nd Attempt.
2022-07-20 00:21:38 +02:00
GABO1423
bd1eefdda2
Remove redundant file from packages. 2022-07-19 13:24:08 -04:00
GABO1423
d017437fb7
Prevent Dummy file from appearing in packages. 2022-07-19 13:23:09 -04:00
Henrik Rydgård
bc0a59df34
Merge pull request #15707 from hrydgard/remove-redundant-log-mutex
Remove a redundant mutex lock in logging.
2022-07-19 18:46:57 +02:00
Henrik Rydgård
6fe6907d65
Merge pull request #15708 from hrydgard/revert-15706-patch-1
Revert "(UWP) Small Building Tweaks."
2022-07-19 17:57:37 +02:00
Henrik Rydgård
989d5b8079
Revert "(UWP) Small Building Tweaks." 2022-07-19 17:57:13 +02:00
Henrik Rydgård
fa23d1872d
Merge pull request #15706 from GABO1423/patch-1
(UWP) Small Building Tweaks.
2022-07-19 17:30:44 +02:00
Henrik Rydgård
26850d80f0 Remove a redundant mutex lock in logging.
Really can't see any purpose at all... Weird.
2022-07-19 16:58:57 +02:00
GABO1423
98727756b4
Remove redundant file from package. 2022-07-18 22:15:54 -04:00
GABO1423
b57a79c9c9
Prevent dummy file from being in the package. 2022-07-18 22:14:17 -04:00
Henrik Rydgård
d0a319c3bd
Merge pull request #15705 from hrydgard/ppdmp-icons
Main screen: Display .ppdmp filenames on buttons in grid mode
2022-07-18 11:13:05 +02:00
Henrik Rydgård
f12e194cb2 Main screen: Display .ppdmp filenames on buttons in grid mode
Makes it a bit easier to pick them out and doesn't make them look quite
as broken.
2022-07-18 11:03:02 +02:00
Henrik Rydgård
449c2338c5
Merge pull request #15702 from hrydgard/mali-constant-workaround
Mali driver bug workaround for driver 32+.
2022-07-18 00:00:18 +02:00
Henrik Rydgård
2933ace02f Remove log noise 2022-07-17 23:03:43 +02:00
Henrik Rydgård
1fd80646cb Mali driver bug workaround for driver 32+.
See #15661

Hope this small bias won't break things.
2022-07-17 22:53:10 +02:00
Henrik Rydgård
3dd2bd0589
Merge pull request #15697 from unknownbrackets/debugger
Update embedded web debugger
2022-07-17 10:26:10 +02:00
Henrik Rydgård
3638f2ec0b
Merge pull request #15698 from unknownbrackets/osk-less-strict
Osk: Allow upper/lower for all keyboards
2022-07-17 10:19:28 +02:00
Unknown W. Brackets
3ccbb51e43 Osk: Allow upper/lower for all keyboards.
In previous tests, this seemed to be limited, but now I can't reproduce.
Instead, let's just use it as the hint for the default case.
See #15010.
2022-07-16 17:47:31 -07:00
Unknown W. Brackets
879ea03080 Debugger: Update to latest web debugger.
This includes dependency updates, minor UI fixes, and a breakpoint
persistence option.
2022-07-16 13:08:21 -07:00
Unknown W. Brackets
96b86907c2 Debugger: Fix SVG content-type for proper display. 2022-07-16 09:43:12 -07:00
Henrik Rydgård
829cb7432c
Merge pull request #15696 from hrydgard/star-wars-force-unleashed-fix
Use the recent Clone Wars fix for Star Wars: Force Unleashed too
2022-07-16 11:00:17 +02:00
Henrik Rydgård
19c8ae4cdd Use the recent Clone Wars fix for Star Wars: Force Unleashed too
We should probably reconsider the heuristic indeed.

Fixes #9572

See #15691
2022-07-16 10:58:37 +02:00
Henrik Rydgård
b233c2c9af
Merge pull request #15691 from hrydgard/clone-wars-compat
Add a simple compat flag to workaround the Clone Wars issue, #12949
2022-07-15 13:08:41 +02:00
Henrik Rydgård
119126d9a9
Merge pull request #15692 from leoxxx/patch-3
Update zh_CN.ini
2022-07-15 13:08:22 +02:00
leoxxx
560419671a
Update zh_CN.ini 2022-07-15 18:34:51 +08:00
Henrik Rydgård
67b1a42b95
Merge pull request #15678 from unknownbrackets/clean-recent-thread
Clean recent ISOs on a thread
2022-07-15 11:50:45 +02:00
Henrik Rydgård
15f5ed81a7 Add a simple compat flag to workaround the Clone Wars issue, #12949
Could probably also be fixed by changing the heuristic a bit, but since
we're in heuristic land anyway and close to a release, I feel this is
the safest option.

Also sneaks in a logspam reduction
2022-07-15 11:44:51 +02:00
Henrik Rydgård
1272b402c1 Apply leoxxx's spacing changes in zh_TW.ini 2022-07-15 11:26:19 +02:00
Henrik Rydgård
b91c22c2d6
Merge pull request #15690 from leoxxx/patch-1
Update zh_CN.ini
2022-07-15 11:23:55 +02:00
Henrik Rydgård
e4128cb15d
Merge pull request #15687 from LunaMoo/Zettai
Add Zettai Zetsumei Toshi 3 bypass for softlock
2022-07-15 11:23:36 +02:00