Stenzek
|
93bd95f4bd
|
Vulkan/Context: Pass swap chain through to submission
Simplifies things a bit.
|
2023-01-06 14:57:57 +00:00 |
TellowKrinkle
|
ac1f31f2cd
|
GS:HW: Add option to spin CPU during readbacks
|
2022-10-24 14:33:17 +01:00 |
TellowKrinkle
|
923b0817ce
|
GS:Vk: Add option to spin GPU during readbacks
|
2022-10-24 14:33:17 +01:00 |
TellowKrinkle
|
4c9981f3c8
|
Common:Vk: Move command buffer completion processing to separate function
|
2022-10-24 14:33:17 +01:00 |
TellowKrinkle
|
0ef469f3b5
|
Common:Vk: Load VK_EXT_calibrated_timestamps
|
2022-10-24 14:33:17 +01:00 |
TellowKrinkle
|
0500824e57
|
GS:Vk: Change primitive_id enable to match the new meaning
A bit messy, due to the fact that its support piggybacks on support of other features, instead of having a dedicated feature flag
|
2022-09-06 21:07:56 +02:00 |
Connor McLaughlin
|
fa3bd58b7f
|
GS: Don't show GPU OSD when timing init fails
|
2022-06-20 07:28:12 +01:00 |
Connor McLaughlin
|
394f1f2049
|
Vulkan: Enforce 32 byte alignment for uploads
It blows up on AVX2 stores on some drivers if we don't (e.g. AMD Linux).
|
2022-06-05 21:29:42 +01:00 |
Connor McLaughlin
|
38c48e8b6a
|
Vulkan/Context: Don't write timestamp on an unreset query
|
2022-05-11 13:07:58 +01:00 |
Connor McLaughlin
|
4e6b86f8f4
|
GS/Vulkan: Use VK_ARM_rasterization_order_attachment_access if available
|
2022-03-20 23:41:33 +00:00 |
Connor McLaughlin
|
8e08cd772b
|
PerformanceMetrics: Add GPU time
|
2022-03-17 09:10:12 +00:00 |
Connor McLaughlin
|
062d625901
|
Vulkan/Context: Allow non-debug device when validation layers unavailable
|
2022-03-08 10:39:50 +01:00 |
Connor McLaughlin
|
0ca3167595
|
Vulkan: Implement adaptive vsync (FIFO-relaxed)
|
2022-02-07 01:42:40 +00:00 |
Connor McLaughlin
|
c74cc9bc12
|
HostDisplay: Fix vsync getting lost on window changes
|
2022-02-07 01:42:40 +00:00 |
Connor McLaughlin
|
3a91ed2571
|
Vulkan/Context: Remove unused memory type functions
VulkanMemoryAllocator takes care of this.
|
2022-02-02 17:39:53 +00:00 |
Connor McLaughlin
|
ed9b6f0d3f
|
Vulkan/Context: Get driver properties
|
2022-01-23 17:15:48 +00:00 |
Connor McLaughlin
|
1a3c20f0f7
|
Vulkan: Use memory budget extension where available
|
2022-01-08 05:19:45 +00:00 |
Connor McLaughlin
|
220c7c271b
|
GS/Vulkan: Use VK_EXT_provoking_vertex where supported
|
2022-01-08 05:19:45 +00:00 |
Connor McLaughlin
|
6187f36c33
|
Vulkan/StreamBuffer: Use VulkanMemoryAllocator
|
2022-01-08 05:19:45 +00:00 |
Connor McLaughlin
|
a27b6a113a
|
Common: Add Vulkan helper classes
|
2022-01-08 05:19:45 +00:00 |