aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/vulkan_common
AgeCommit message (Expand)Author
2023-06-15vulkan_device: disable extended_dynamic_state2 on ARM driversLiam
2023-06-12Merge pull request #10699 from liamwhite/conditional-barrierMatías Locatti
2023-06-10shader_recompiler: translate f64 to f32 when unsupported on hostLiam
2023-06-10shader_recompiler: remove barriers in conditional control flow when device la...Liam
2023-06-07Merge pull request #10635 from mrcmunir/l4t-tx1-nvidialiamwhite
2023-06-06Updated to lexicographical order suggestionsCarlos Estrague / Mrc_munir
2023-06-06Make VK_EXT_robustness2 optionalCarlos Estrague / Mrc_munir
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: video_core: Disable problematic compute shaders.bunnei
2023-06-03video_core: Enable support_descriptor_aliasing on Turnip, disable storage ato...bunnei
2023-06-03android: vulkan: Disable vertex_input_dynamic_state on Qualcomm.bunnei
2023-06-03android: vulkan_debug_callback: Ignore many innocuous errors.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-14Merge pull request #10288 from liamwhite/vram-limitsliamwhite
2023-05-14vulkan_device: reserve extra memory to prevent swapsLiam
2023-05-14vulkan_common: fix incompatible property flagsLiam
2023-05-13vulkan_common: disable depth clamp dynamic state for older radvLiam
2023-05-07Merge pull request #10172 from Kelebek1/debug_validation_namesliamwhite
2023-05-06Merge pull request #10125 from lat9nq/vsync-selectbunnei
2023-05-06Log object names with debug renderer, add a GPU address to ImageViewsKelebek1
2023-05-02vulkan_surface: Pass only window info for surface creationlat9nq
2023-05-02vulkan: disable turbo when debugging tool is attachedLiam
2023-04-14vulkan: use plain fences when timeline semaphores are not availableLiam
2023-04-01externals: update Vulkan-Headers to v1.3.246Jan Beich
2023-03-15vulkan: disable extendedDynamicState3ColorBlendEquation on radvLiam
2023-03-12general: fix spelling mistakesLiam
2023-03-01vulkan_common: disable vertexInputDynamicState on unsupported driverLiam
2023-01-21nsight_aftermath_tracker: update for latest Aftermath SDKLiam
2023-01-10Merge pull request #9596 from liamwhite/mvkMorph
2023-01-10vulkan_common: fix indirect draw with countLiam