Kelebek1
|
ad1a9f3d3a
|
Implement X8_D24 format
|
2023-10-06 00:58:30 +01:00 |
|
Liam
|
0448eb6f0f
|
ci: fix new codespell errors
|
2023-10-02 18:03:05 -04:00 |
|
liamwhite
|
7bae22a3ca
|
Merge pull request #11402 from FernandoS27/depth-bias-control
Vulkan: Implement Depth Bias Control
|
2023-09-28 09:35:37 -04:00 |
|
GPUCode
|
5e4938ab1a
|
renderer_vulkan: Implement MSAA copies
|
2023-09-25 09:20:32 -04:00 |
|
liamwhite
|
854457a392
|
Merge pull request #11225 from FernandoS27/no-laxatives-in-santas-cookies
Y.F.C: Rework the Query Cache.
|
2023-09-25 09:18:29 -04:00 |
|
liamwhite
|
b356909212
|
Merge pull request #11165 from Morph1984/ds_blit
vulkan_device: Return true if either depth/stencil format supports blit
|
2023-09-24 10:50:04 -04:00 |
|
Fernando Sahmkow
|
57401589c2
|
Macro HLE: Add DrawIndirectByteCount
|
2023-09-23 23:05:29 +02:00 |
|
Fernando Sahmkow
|
f1a2e36711
|
Query Cachge: Fully rework Vulkan's query cache
|
2023-09-23 23:05:29 +02:00 |
|
GPUCode
|
4a59dc2947
|
renderer_vulkan: Correct component order for A4B4G4R4_UNORM
|
2023-09-21 15:33:44 +03:00 |
|
Fernando Sahmkow
|
b99f94a7ff
|
Vulkan: add temporary workaround for AMDVLK
|
2023-09-16 11:59:20 -04:00 |
|
Fernando Sahmkow
|
6a1ecab2dd
|
Vulkan: Implement Depth Bias Control
|
2023-09-16 11:58:55 -04:00 |
|
liamwhite
|
b011ce023d
|
Merge pull request #11470 from GPUCode/bundle-vvl
android: Add option to bundle validation layer
|
2023-09-10 13:40:18 -04:00 |
|
GPUCode
|
cad28abe61
|
renderer_vulkan: Remove debug report
* VVL has implemented the more modern alternative, thus we don't need to support it anymore
|
2023-09-08 23:28:46 +03:00 |
|
Fernando Sahmkow
|
115792158d
|
VideoCore: Implement DispatchIndirect
|
2023-08-27 04:26:22 +02:00 |
|
liamwhite
|
bc4ad5e62d
|
Merge pull request #11302 from vonchenplus/vulkan_macos
Add macos moltenvk bundle, Add copy moltevk dylib script
|
2023-08-22 13:10:26 -04:00 |
|
Feng Chen
|
87022a4833
|
Add macos moltenvk bundle, Add copy moltevk dylib script
|
2023-08-22 10:22:28 +08:00 |
|
Feng Chen
|
1dcb0c2232
|
video_core: Fix vulkan assert error
|
2023-08-18 14:40:11 +08:00 |
|
Liam
|
7d8f748696
|
vulkan_device: disable features associated with unloaded extensions
|
2023-08-11 14:54:12 -04:00 |
|
Ameer J
|
cd80cbc420
|
vulkan_device: Fix subgroup_size_control detection on Vulkan 1.3
|
2023-08-02 20:45:03 -04:00 |
|
Ameer J
|
c7c44dc238
|
vulkan_device: Fix VK_EXT_subgroup_size_control detection
|
2023-08-02 19:25:14 -04:00 |
|
liamwhite
|
096644c01c
|
Merge pull request #11202 from abouvier/vulkan-config
vulkan: centralize config
|
2023-08-02 14:26:03 -04:00 |
|
Liam
|
d6d43e11a3
|
vulkan_device: disable EDS3 blending on all AMD drivers
|
2023-08-01 20:46:05 -04:00 |
|
Alexandre Bouvier
|
9d6f8e88b2
|
vulkan: centralize config
|
2023-08-02 00:05:14 +02:00 |
|
Morph
|
d31676935e
|
vulkan_device: Test depth stencil blit support by format
|
2023-07-31 19:14:20 -04:00 |
|
liamwhite
|
2a9eab5e1b
|
Merge pull request #11188 from abouvier/vma-fix
vma: enable options everywhere
|
2023-07-31 15:28:35 -04:00 |
|
Alexandre Bouvier
|
ed3f9bab11
|
vma: enable options everywhere
|
2023-07-31 13:01:21 +02:00 |
|
Moonlacer
|
deafa92122
|
Formatting fix
|
2023-07-30 23:02:07 -05:00 |
|
Moonlacer
|
c6458970ad
|
Match log warning
|
2023-07-30 22:50:22 -05:00 |
|
Moonlacer
|
a4a106bb25
|
Formatting fix
|
2023-07-30 04:29:51 -05:00 |
|
Moonlacer
|
f4e5d07619
|
Address feedback and change log warning
|
2023-07-30 04:01:29 -05:00 |
|
Moonlacer
|
36d48cef50
|
Revert "Revert "Blacklist EDS3 blending from new AMD drivers""
|
2023-07-30 00:21:51 -05:00 |
|
Morph
|
26658c2e93
|
vulkan_device: Return true if either depth/stencil format supports blit
On devices that don't support D24S8 but supports D32S8, this should still return true if D32S8 supports src and dst blit
|
2023-07-26 20:21:37 -04:00 |
|
Moonlacer
|
4007142b91
|
Revert "Blacklist EDS3 blending from new AMD drivers"
|
2023-07-26 15:02:48 -05:00 |
|
Alexandre Bouvier
|
c3050c1b48
|
cmake: allow using system VMA library
|
2023-07-12 04:51:45 +02:00 |
|
liamwhite
|
d8eb37fbec
|
Merge pull request #10994 from liamwhite/ue4-preferred
vulkan_common: use device local preferred for image memory
|
2023-07-05 09:23:56 -04:00 |
|
bunnei
|
1462db4694
|
video_core: vulkan_device: Disable timeline semaphore on Turnip, fix qcom version check.
|
2023-07-03 19:25:06 -07:00 |
|
bunnei
|
44af2e32a4
|
Merge pull request #10964 from bunnei/gpu-remove-qcom-check
video_core: vulkan_device: Fix S8Gen2 dynamic state checks.
|
2023-07-03 16:59:29 -07:00 |
|
bunnei
|
cef7aaa8ec
|
video_core: vulkan_device: Change to driver version check.
|
2023-07-03 14:25:06 -07:00 |
|
liamwhite
|
5e3695ecaa
|
Merge pull request #10479 from GPUCode/format-list
Add support for VK_KHR_image_format_list
|
2023-07-02 17:38:21 -04:00 |
|
Liam
|
ad1946b893
|
vulkan_common: use device local preferred for image memory
|
2023-07-01 23:44:57 -04:00 |
|
GPUCode
|
95cefaf993
|
renderer_vulkan: Add support for VK_KHR_image_format_list
|
2023-07-01 16:03:29 +03:00 |
|
Steveice10
|
e146a00345
|
vulkan: Use newer VK_EXT_metal_surface to create surface for MoltenVK.
|
2023-06-30 23:46:03 -07:00 |
|
bunnei
|
ddcd89afd4
|
video_core: vulkan_device: Scope S8Gen2 checks to just Qualcomm.
|
2023-06-29 18:41:38 -07:00 |
|
bunnei
|
dfa040502a
|
video_core: vulkan_device: Fix S8Gen2 dynamic state checks.
|
2023-06-29 17:37:42 -07:00 |
|
Matías Locatti
|
ed93cbd462
|
Blacklist EDS3 blending from new AMD drivers
|
2023-06-28 20:10:27 -03:00 |
|
GPUCode
|
eac46ad7ce
|
video_core: Add BCn decoding support
|
2023-06-27 18:00:09 -07:00 |
|
GPUCode
|
b8c96cee5f
|
renderer_vulkan: Add more feature checking
|
2023-06-27 18:00:09 -07:00 |
|
GPUCode
|
220a42896d
|
renderer_vulkan: Don't assume debug tool with debug renderer
* Causes crashes because mali drivers don't support debug utils
|
2023-06-27 18:00:09 -07:00 |
|
GPUCode
|
1522b95658
|
renderer_vulkan: Bump minimum SPIRV version
* 1.3 is guaranteed on all 1.1 drivers
|
2023-06-27 18:00:09 -07:00 |
|
GPUCode
|
c339af37a7
|
renderer_vulkan: Respect viewport limit
|
2023-06-27 18:00:09 -07:00 |
|