Commit Graph
45601 Commits
Author SHA1 Message Date
Lubos 9fe7bbdb43 OpenXR - Pragma once instead of ifdefs 2022-07-24 13:25:17 +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
Lubos 18ad9ea22b OpenXR - Code formatting header removal 2022-07-23 13:17:57 +02:00
Lubos 7d9260e194 OpenXR - Code formatting global variables 2022-07-23 13:17:32 +02:00
Lubos 9dade2066b OpenXR - Code formatting { 2022-07-23 13:14:53 +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
Lubos 28d598b9ba OpenXR - Button repeating implemented 2022-07-22 22:19:49 +02:00
Lubos 67821ca942 OpenXR - Controller mapping better 2022-07-22 18:47:37 +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
Lubos cc833faa13 OpenXR - Hacky mapping to make the games playable 2022-07-17 20:03:37 +02:00
Lubos 29ff6af7da OpenXR - UI controls integrated 2022-07-17 19:09:18 +02:00
Lubos a08325e52f OpenXR - UI scale/resolution fixed 2022-07-17 14:55:20 +02:00
Lubos 0d41691413 OpenXR - Input class added 2022-07-17 14:45:02 +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
Lubos 48cd392861 OpenXR - Rendering UI fixed 2022-07-15 21:52:34 +02:00
Lubos 553363a5b5 OpenXR - Rendering into VR framebuffer works 2022-07-15 15:41:21 +02:00
Lubos 08e01c9a2a OpenXR - Dummy rendering working 2022-07-15 13:52:15 +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