Commit Graph
45601 Commits
Author SHA1 Message Date
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 60b2b1db5f Move the display list view to its own column on the right 2022-08-14 11:26:51 +02:00
Henrik Rydgård 5993864d8f Add plain Create method to CtrlDisplayListView 2022-08-14 11:15:07 +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 8cb7d9cd9f Pause the debugger on TRANSFERSTART (treat that as a prim) 2022-08-14 10:43:30 +02:00
Henrik Rydgård 9c3e00aa08 Add a second set of tabs to the Windows GE debugger. Also reorder stuff. 2022-08-14 10:43:30 +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
Henrik Rydgård ade8b88766 Try to fix shader compilation error on Adreno reported by Lubos 2022-08-12 21:32:32 +02:00
Lubos 3542fbbc38 Merge branch 'master' into feature_openxr_6dof 2022-08-12 10:31:00 +02:00
Lubos 7d13981ffb OpenXR - Remove OPENXR ifdef from UI 2022-08-12 10:30:57 +02:00
Lubos 76bea33ef0 OpenXR - Better detecting of 2D menus 2022-08-12 08:41:22 +02:00
Henrik Rydgård d23ac10e5f Merge pull request #15833 from unknownbrackets/debugger
Debugger: Correct GE frame dump VRAM dirty flag
2022-08-12 08:26:39 +02:00
Unknown W. Brackets 4467b7830f Debugger: Bump GE dump version to ignore bad flag. 2022-08-11 20:28:56 -07:00
Unknown W. Brackets c74d69bc2d Debugger: Correct GE frame dump VRAM dirty flag.
Was just wrong before, causing incorrect ignoring in some cases.
2022-08-11 20:25:01 -07:00
Unknown W. Brackets 0d542c6b5a Debugger: Fix crash on bad request. 2022-08-11 20:24:30 -07:00
Henrik Rydgård 190f503565 Merge pull request #15803 from fp64/cubic-upscaler
Reimplement bicubic upscaling.
2022-08-11 13:43:23 +02:00
Henrik Rydgård f8f2062fea Merge pull request #15830 from unknownbrackets/gpu-stencil
GPU: Avoid stencil force pass when writing depth
2022-08-11 12:52:48 +02:00
Unknown W. Brackets a321aba68c GPU: Avoid stencil force pass when writing depth.
There's a risk if the stencil test failed, it might cause a depth write
unless it's also masked.  Hunter x Hunter doesn't in this case.
2022-08-10 23:11:16 -07:00
Henrik Rydgård f80dd088b8 Merge pull request #15822 from unknownbrackets/gpu-stencil
GPU: Write stencil fail to alpha is RGB masked
2022-08-10 14:59:53 +02:00