Unknown W. Brackets
|
f7e4efdbc2
|
Merge pull request #15852 from hrydgard/more-code-cleanup
Remove DX9 namespace, other code cleanup
|
2022-08-16 20:16:53 -07:00 |
|
Henrik Rydgård
|
ce395ed206
|
Merge pull request #15850 from hrydgard/restore-vulkan-optimization
Vulkan: Restore a forgotten dirty-tracking optimization
|
2022-08-16 23:04:39 +02:00 |
|
Henrik Rydgård
|
2f3cad9964
|
After recording a GE dump, open an explorer window pointing at the file
|
2022-08-16 21:54:36 +02:00 |
|
Henrik Rydgård
|
d0cdb360fd
|
Remove the DX9 namespace, for consistency with the other backends
|
2022-08-16 21:49:16 +02:00 |
|
Henrik Rydgård
|
1f276fcc20
|
Vulkan: Restore a minor old forgotten optimization
|
2022-08-16 21:42:40 +02:00 |
|
Henrik Rydgård
|
cdb4124bc1
|
More removing redundant stuff
|
2022-08-16 21:38:09 +02:00 |
|
Henrik Rydgård
|
1b5ff6b7c4
|
Merge pull request #15849 from fp64/sdl-newline
Add a newline to "Leaving main" message.
|
2022-08-16 20:27:59 +02:00 |
|
fp64
|
5b6a14edeb
|
Add a newline to "Leaving main" message.
Also implement SYSPROP_DISPLAY_XRES/SYSPROP_DISPLAY_YRES for SDL.
Also fix couple of warnings.
|
2022-08-16 18:29:14 -04:00 |
|
Henrik Rydgård
|
35a1ca064a
|
Refactor 2D pipeline creation
|
2022-08-16 19:27:46 +02:00 |
|
Henrik Rydgård
|
cf23689219
|
Merge pull request #15848 from hrydgard/refcount-shader-modules
Refcount shader modules properly in thin3d
|
2022-08-16 17:20:42 +02:00 |
|
Lubos
|
92d631966f
|
OpenXR - Resuming renderer fixed, haptics support added
|
2022-08-16 16:47:31 +02:00 |
|
Henrik Rydgård
|
dbf16cb106
|
Minor cleanup in reinterpret
|
2022-08-16 15:10:48 +02:00 |
|
Henrik Rydgård
|
570e0326e7
|
Rely on refcounting for stencil upload shader modules
|
2022-08-16 15:10:48 +02:00 |
|
Henrik Rydgård
|
1e57a358b8
|
thin3d: Properly AddRef and Release shader modules from the pipeline in backends that need it
|
2022-08-16 15:10:48 +02:00 |
|
Henrik Rydgård
|
40229becbc
|
Merge pull request #15846 from hrydgard/minor-gpu-cleanup
Minor GPU code cleanup
|
2022-08-16 13:35:16 +02:00 |
|
Henrik Rydgård
|
b2d66ee40c
|
Merge pull request #15847 from Xbox-Homebrew/master
Remove storage fileloader and storage folderbrowser, also re-add bin and elf [UWP]
|
2022-08-16 12:51:43 +02:00 |
|
tunip3
|
b7dc1379c6
|
add bin and elf to picker as they now work
|
2022-08-16 11:34:55 +01:00 |
|
tunip3
|
d7d04cd852
|
Merge branch 'hrydgard:master' into master
|
2022-08-16 11:28:18 +01:00 |
|
Henrik Rydgård
|
cbe6a9161a
|
Remove some unused code in FramebufferManagerD3D11.cpp/h
|
2022-08-16 12:15:40 +02:00 |
|
tunip3
|
a4cf087116
|
remove storage fileloader and storage folderbrowser
|
2022-08-16 11:03:06 +01:00 |
|
Henrik Rydgård
|
3a0d43ae1e
|
Remove deprecated function (mostly)
|
2022-08-16 11:47:38 +02:00 |
|
Henrik Rydgård
|
31fe0fc39e
|
Remove some unnecessary bool returns.
|
2022-08-16 11:23:34 +02:00 |
|
Henrik Rydgård
|
ccdb1f7330
|
Move out the reinterpret stuff to ReinterpretFramebuffer.cpp. Draw2D refactor.
|
2022-08-16 11:11:59 +02:00 |
|
Henrik Rydgård
|
9f2447c0b4
|
Assorted minor cleanup
|
2022-08-16 10:55:44 +02:00 |
|
Henrik Rydgård
|
36e7b781f2
|
Merge pull request #15839 from hrydgard/ge-debugger-twopane
GE debugger: Allow displaying two tabs at once, separate DL view
|
2022-08-16 08:36:25 +02:00 |
|
Henrik Rydgård
|
77e41f8073
|
Revert "Pause the debugger on TRANSFERSTART (treat that as a prim)"
This reverts commit 8cb7d9cd9f .
|
2022-08-16 00:34:38 +02:00 |
|
Henrik Rydgård
|
cffd6613e8
|
Merge pull request #15842 from unknownbrackets/ge-debugger-twopane
Allow configuring GE debugger tabs in panels
|
2022-08-16 00:33:17 +02:00 |
|
tunip3
|
12fa098dab
|
remove unneeded switch case as un broken cases fall through
|
2022-08-15 23:15:12 +01:00 |
|
Henrik Rydgård
|
5f9718ef92
|
Merge pull request #15843 from unknownbrackets/gpu-minor
GPU: Skip fb create upload when clearing
|
2022-08-16 00:05:10 +02:00 |
|
Henrik Rydgård
|
913525036b
|
Merge pull request #15844 from unknownbrackets/ge-playback
GE Debugger: Correct base accounting in playback
|
2022-08-16 00:04:03 +02:00 |
|
Lubos
|
382df469c1
|
OpenXR - Recenter changes pitch of the 2D screens
|
2022-08-15 19:55:09 +02:00 |
|
Lubos
|
d34d1e4af9
|
OpenXR - Ensure PSP aspect ratio for 2D content
|
2022-08-15 17:41:04 +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 |
|
Henrik Rydgård
|
8d0c84bf0b
|
Merge pull request #15845 from unknownbrackets/gpu-depth-workaround
GPU: Avoid using depth buffers for blending
|
2022-08-15 12:53:41 +02:00 |
|
Unknown W. Brackets
|
6060706fc8
|
GPU: Avoid using depth buffers for blending.
For now, until it's implemented.
|
2022-08-14 22:13:39 -07:00 |
|
Unknown W. Brackets
|
daaf448d22
|
GE Debugger: Fix crash on 0 count prim.
|
2022-08-14 16:17:04 -07:00 |
|
Unknown W. Brackets
|
132686513d
|
GE Debugger: Correct base accounting in playback.
On a jump, was forgetting the base value which caused corruption.
|
2022-08-14 16:14:23 -07:00 |
|
Unknown W. Brackets
|
0b22c98404
|
GPU: Skip fb create upload when clearing.
This doesn't verify it's a full screen clear, but on a new framebuffer
that's very very common.
|
2022-08-14 13:19:52 -07:00 |
|
Unknown W. Brackets
|
6fad5463d0
|
GE Debugger: Save tab configuration.
|
2022-08-14 11:42:04 -07:00 |
|
Unknown W. Brackets
|
2a4443b85e
|
GE Debugger: Cleanup duplicate dlist redraws.
It's still not redrawing properly on resize, but it tries to...
|
2022-08-14 11:26:37 -07:00 |
|
Unknown W. Brackets
|
8390867019
|
GE Debugger: Correct tab updating for right panel.
|
2022-08-14 11:23:56 -07:00 |
|
Unknown W. Brackets
|
6272f3e1d6
|
GE Debugger: Actually allow swapping tabs.
|
2022-08-14 10:57:31 -07:00 |
|
Unknown W. Brackets
|
49679c6a50
|
GE Debugger: Add context menu to control tabs.
Crurent non-functional, but shows up for the correct tab.
|
2022-08-14 10:20:53 -07:00 |
|
Unknown W. Brackets
|
5958943e23
|
GE Debugger: Show/hide tabs if empty.
|
2022-08-14 09:34:01 -07:00 |
|
Unknown W. Brackets
|
2a0f23665f
|
GE Debugger: Track tabs per panel.
|
2022-08-14 09:23:18 -07:00 |
|
Lubos
|
31524df0a8
|
OpenXR - Default config values fixed
|
2022-08-14 11:55:32 +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 |
|