Commit graph

32712 commits

Author SHA1 Message Date
Lubos
22e7f87e33 OpenXR - Disable multiview for now 2022-08-16 21:32:11 +02:00
Lubos
71df50a354 OpenXR - GL and OXR logging added 2022-08-16 17:39:54 +02:00
Lubos
e4a65c5881 Merge branch 'feature_openxr_6dof' into feature_openxr_stereo 2022-08-16 16:47:57 +02:00
Lubos
92d631966f OpenXR - Resuming renderer fixed, haptics support added 2022-08-16 16:47:31 +02:00
Lubos
4a530543b4 Merge branch 'feature_openxr_6dof' into feature_openxr_stereo 2022-08-15 20:18:55 +02:00
Lubos
382df469c1 OpenXR - Recenter changes pitch of the 2D screens 2022-08-15 19:55:09 +02:00
Lubos
f8e68a45b6 Merge branch 'feature_openxr_6dof' into feature_openxr_stereo 2022-08-15 17:41:27 +02:00
Lubos
d34d1e4af9 OpenXR - Ensure PSP aspect ratio for 2D content 2022-08-15 17:41:04 +02:00
Lubos
43bd9b9086 Merge branch 'feature_openxr_6dof' into feature_openxr_stereo 2022-08-15 17:23:57 +02:00
Lubos
70c4781feb OpenXR - Option to set canvas distance added 2022-08-15 17:19:42 +02:00
Lubos
428145c4b9 OpenXR - 2D mode hack mappable (using screen keycode) 2022-08-15 16:53:00 +02:00
Lubos
ab6c91c203 OpenXR - Integrate multiview into system 2022-08-14 18:51:45 +02:00
Lubos
47349b2c0d Merge branch 'master' into feature_openxr_stereo 2022-08-14 16:51:09 +02:00
Lubos
e76a68666a OpenXR - Config for stereoscopic vision added 2022-08-14 12:02:51 +02:00
Lubos
f5d053fde3 Merge branch 'feature_openxr_6dof' into feature_openxr_stereo 2022-08-14 11:56:24 +02:00
Lubos
31524df0a8 OpenXR - Default config values fixed 2022-08-14 11:55:32 +02:00
Lubos
c71ecd7756 OpenXR - Unused parameter removed 2022-08-14 11:47:33 +02:00
Lubos
caac01216c OpenXR - VR renderer adjustments 2022-08-14 11:45:52 +02:00
Lubos
c7410d41df OpenXR - Framebuffer multiview used 2022-08-14 11:37:22 +02:00
Henrik Rydgård
a35d261908
Merge pull request #15835 from Halo-Michael/betterGetProperty
[Apple] Better get property
2022-08-14 10:44:34 +02:00
Henrik Rydgård
f8325631bc
Merge pull request #15838 from sum2012/Atrac_hack
Add atrac looping hack for 4 games
2022-08-14 10:37:36 +02:00
Henrik Rydgård
3555ab1236
Merge pull request #15837 from unknownbrackets/warnings
Warning fixes
2022-08-14 10:24:09 +02:00
sum2012
2c04790a32 oop 2022-08-14 15:31:37 +08:00
sum2012
1e96424ebf oop 2022-08-14 15:29:38 +08:00
sum2012
ff1b933cf2 oop 2022-08-14 14:58:15 +08:00
sum2012
e373c9063c Use compat.ini instead 2022-08-14 14:54:06 +08:00
sum2012
965daea455 Add atrac hack setting 2022-08-14 09:51:49 +08:00
Unknown W. Brackets
bdb4107014 Net: Cleanup initialization syntax. 2022-08-13 12:43:14 -07:00
Unknown W. Brackets
a6804c96bd GLES: Correct some variable shadowing.
Potentially fixes an issue with 3D textures?
2022-08-13 12:43:14 -07:00
Unknown W. Brackets
09b7a62666 libpng: Correct func pointer type warning. 2022-08-13 12:43:14 -07:00
Unknown W. Brackets
cf030c3bce Global: Cleanup some unreferenced warnings. 2022-08-13 12:43:14 -07:00
Unknown W. Brackets
ca4a0a848a Font: Fix bad memory read on invalid font data. 2022-08-13 12:16:21 -07:00
Halo-Michael
58d28b4e4d
Assign value to version where appropriate 2022-08-14 02:42:05 +08:00
Henrik Rydgård
4d096925fd
Merge pull request #15836 from unknownbrackets/headless
Correct a couple more Valgrind warnings in HLE
2022-08-13 18:36:39 +02:00
Unknown W. Brackets
f16d6c6011 Font: Correct uninitialized values. 2022-08-13 08:10:46 -07:00
Unknown W. Brackets
75a85d4035 Atrac: Avoid accessing uninitialized stream status.
Only mess with this in a stream mode.
2022-08-13 08:09:16 -07:00
Lubos
017f263d04 OpenXR - Support for multiple projection matrices in the scene 2022-08-13 16:52:48 +02:00
Lubos
059520331c OpenXR - Rotation mirroring fixed in a few games 2022-08-13 15:39:41 +02:00
Lubos
f81779b0de Merge branch 'master' into feature_openxr_6dof 2022-08-13 14:27:29 +02:00
Halo-Michael
c7f261cf86 Update 2022-08-13 17:56:27 +08:00
Halo-Michael
856c5e58c4 A better way to get property 2022-08-13 17:15:21 +08:00
Halo-Michael
3ac120d96d
Merge branch 'hrydgard:master' into master 2022-08-13 16:18:23 +08:00
Henrik Rydgård
8ead7d6991
Merge pull request #15834 from unknownbrackets/headless
Fix some issues in Headless from Valgrind
2022-08-13 10:05:20 +02:00
Unknown W. Brackets
3554e2ee72 Build: Correct ccache keys.
It seems to use id*, so clang was matching other builds sometimes.
2022-08-13 00:16:26 -07:00
Unknown W. Brackets
8b3526b8c2 Atrac: Avoid an uninitialized value. 2022-08-13 00:16:08 -07:00
Unknown W. Brackets
482dbb66ea softgpu: Ensure TCs are initialized.
Even if they're not read, we want consistent behavior.
2022-08-12 23:58:57 -07:00
Unknown W. Brackets
49b98de97a softgpu: Correct bad munmap() size. 2022-08-12 23:48:25 -07:00
Unknown W. Brackets
df2634d4e7 x86jit: Avoid an instruction form Valgrind hates. 2022-08-12 23:22:32 -07:00
Unknown W. Brackets
dedb63532b Headless: Correct bad pointer without gfx context. 2022-08-12 23:22:32 -07:00
Unknown W. Brackets
9bda04a0d2 Core: Correct shutdown on late init failure.
Otherwise we leak and can't start again.  This happened when shutdown
completed quickly after thread start.
2022-08-12 22:30:15 -07:00