Lubos
|
c4dbd6d045
|
Merge branch 'master' into compat_openxr_gta
|
2022-09-20 21:46:33 +02:00 |
|
Henrik Rydgård
|
f6cb6c7695
|
Submit main command buffer before acquire. Fix sync bug.
|
2022-09-20 17:52:48 +02:00 |
|
Henrik Rydgård
|
fff080202f
|
When taking screenshots, make sure that the readback command happens on the right cmdbuf.
|
2022-09-20 17:48:19 +02:00 |
|
Unknown W. Brackets
|
fd232a0e3c
|
Merge pull request #16060 from hrydgard/vulkan-framedata-refactor
Vulkan FrameData refactor
|
2022-09-20 08:39:38 -07:00 |
|
Henrik Rydgård
|
c1d1c85116
|
Minor code cleanups (hasBegun is now redundant, for example)
|
2022-09-20 17:05:53 +02:00 |
|
Henrik Rydgård
|
b190c33cc7
|
Rewrite some present logic for slightly more clarity. Fixes bad logic and a minor race condition.
|
2022-09-20 17:05:53 +02:00 |
|
Henrik Rydgård
|
c7322edf7b
|
Various refactoring
|
2022-09-20 17:05:45 +02:00 |
|
Henrik Rydgård
|
aa19712fc3
|
Unify depth texture and framebuffer fetch checks
|
2022-09-20 10:47:49 +02:00 |
|
Henrik Rydgård
|
09bcf3ec13
|
Unify range culling detection
|
2022-09-20 10:15:04 +02:00 |
|
Henrik Rydgård
|
1ae7c0132c
|
Start unifying setting of the GPU feature flags, now that thin3d has feature detection.
|
2022-09-20 10:07:01 +02:00 |
|
Henrik Rydgård
|
2160882e95
|
Address feedback
|
2022-09-19 19:27:50 +02:00 |
|
Henrik Rydgård
|
cfe4e3278d
|
Vulkan: Remove the useThread bool entirely.
|
2022-09-19 18:17:26 +02:00 |
|
Henrik Rydgård
|
d0016add37
|
Start moving stuff out to VulkanFrameData.cpp
|
2022-09-19 18:14:41 +02:00 |
|
Unknown W. Brackets
|
c08c873462
|
GLES: Support more clip distances.
Will be used later, for now just the enable/disable logic.
|
2022-09-18 13:16:59 -07:00 |
|
Henrik Rydgård
|
fc84f25818
|
Quick GE debugger stepping fix, after the recent vulkan swapchain acquire change
|
2022-09-18 12:10:23 +02:00 |
|
Henrik Rydgård
|
4045de8d56
|
Consider the Adreno and Mali stencil-discard bugs the same. Use the better check from the Mali bug.
Should fix #11980
|
2022-09-18 10:34:43 +02:00 |
|
Unknown W. Brackets
|
6576b853e4
|
UI: Fix some logic dependent on screen tags.
9f38516 changed various tags but not code referencing them.
|
2022-09-17 13:36:25 -07:00 |
|
Henrik Rydgård
|
48162858d8
|
Remove assert (this happens when playing framedumps)
|
2022-09-17 09:30:08 +02:00 |
|
Henrik Rydgård
|
9d9f2c539e
|
Finish the switch to late acquire, moving the swapchain responsibility to the queue runner.
|
2022-09-17 08:43:13 +02:00 |
|
Henrik Rydgård
|
a369252a29
|
RunSteps cleanup
|
2022-09-17 01:41:26 +02:00 |
|
Henrik Rydgård
|
fabd50b178
|
Move FrameData out of VulkanRenderManager
|
2022-09-17 01:34:38 +02:00 |
|
Henrik Rydgård
|
415a795b11
|
Move back buffer rendering to a separate "present" command buffer
|
2022-09-17 01:11:41 +02:00 |
|
Henrik Rydgård
|
242efba6f7
|
Remove splitSubmit setting. Now we submit init commands before the acquire.
|
2022-09-17 01:07:30 +02:00 |
|
Henrik Rydgård
|
262a306b9a
|
Flag shader blending as broken on Adreno for now.
|
2022-09-16 19:19:42 +02:00 |
|
Henrik Rydgård
|
a0f7a4ee2f
|
Remove logspam
|
2022-09-16 19:19:42 +02:00 |
|