aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/vulkan_common/vulkan_device.cpp
AgeCommit message (Expand)Author
2023-07-03video_core: vulkan_device: Disable timeline semaphore on Turnip, fix qcom ver...bunnei
2023-07-03Merge pull request #10964 from bunnei/gpu-remove-qcom-checkbunnei
2023-07-03video_core: vulkan_device: Change to driver version check.bunnei
2023-06-29video_core: vulkan_device: Scope S8Gen2 checks to just Qualcomm.bunnei
2023-06-29video_core: vulkan_device: Fix S8Gen2 dynamic state checks.bunnei
2023-06-28Blacklist EDS3 blending from new AMD driversMatías Locatti
2023-06-27renderer_vulkan: Add more feature checkingGPUCode
2023-06-27renderer_vulkan: Add suport for debug report callbackGPUCode
2023-06-27Merge pull request #10473 from GPUCode/vmaliamwhite
2023-06-26externals: Use cmake subdirectoryGPUCode
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-06-19video_core: Check broken compute earlierlat9nq
2023-06-18video_core: Formalize HasBrokenComputelat9nq
2023-06-18renderer_vulkan: Add missing initializersGPUCode
2023-06-18renderer_vulkan: Use VMA for buffersGPUCode
2023-06-18externals: Add vma and initialize itlat9nq
2023-06-18vulkan_device: Remove external memory extensionlat9nq
2023-06-15vulkan_device: disable extended_dynamic_state2 on ARM driversLiam
2023-06-10shader_recompiler: remove barriers in conditional control flow when device la...Liam
2023-06-03android: vulkan_device: Skip BGR565 emulation on S8gen2.bunnei
2023-06-03android: vulkan_device: Only compile OverrideBcnFormats when used.bunnei
2023-06-03android: remove spurious warnings about BCn formats when patched with adrenot...Liam
2023-06-03android: vulkan: Disable vertex_input_dynamic_state on Qualcomm.bunnei
2023-06-03android: vulkan_device: Disable VK_EXT_custom_border_color on Adreno.bunnei
2023-06-03build: only enable adrenotools on arm64Liam
2023-06-03video_core: fix clang-format errorsliushuyu
2023-06-03video_core: vulkan_device: Correct error message for unsuitable driver.bunnei
2023-06-03android: vulkan: Implement adrenotools turbo mode.bunnei
2023-06-03android: vulkan_device: Disable VK_EXT_extended_dynamic_state2 on Qualcomm.bunnei
2023-06-03android: native: Add support for custom Vulkan driver loading.bunnei
2023-06-03Implement scaled vertex buffer format emulationBilly Laws
2023-06-03Disable push descriptors on adreno driversBilly Laws
2023-06-03Disable VK_EXT_extended_dynamic_state on maliBilly Laws
2023-06-03externals: add adrenotools for bcenablerLiam
2023-06-03video_core: vulkan_device: Device initialization for Adreno.bunnei
2023-05-26Merge pull request #10414 from liamwhite/anv-push-descriptorMatías Locatti
2023-05-24Merge pull request #10398 from liamwhite/bcnFernando S
2023-05-23textures: add BC1 and BC3 compressors and recompression settingLiam
2023-05-22vulkan_device: Enable VK_KHR_push_descriptor on newer ANVLiam
2023-05-22Limit the device access memory to 4 GBscorpion81
2023-05-17vulkan_device: Disable VK_KHR_push_descriptor on ANVlat9nq
2023-05-17Merge pull request #10262 from liamwhite/depth-clampbunnei
2023-05-14vulkan_device: reserve extra memory to prevent swapsLiam
2023-05-13vulkan_common: disable depth clamp dynamic state for older radvLiam
2023-05-02vulkan: disable turbo when debugging tool is attachedLiam
2023-03-15vulkan: disable extendedDynamicState3ColorBlendEquation on radvLiam
2023-03-12general: fix spelling mistakesLiam
2023-03-01vulkan_common: disable vertexInputDynamicState on unsupported driverLiam
2023-01-09MoltenVK: restrict number of vertex attributes/bindings to 16TellowKrinkle
2023-01-09vulkan_device: refactor feature testingLiam