aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/vulkan_common
AgeCommit message (Collapse)Author
2023-06-15vulkan_device: disable extended_dynamic_state2 on ARM driversLiam
2023-06-12Merge pull request #10699 from liamwhite/conditional-barrierMatías Locatti
shader_recompiler: remove barriers in conditional control flow when device lacks support
2023-06-10shader_recompiler: translate f64 to f32 when unsupported on hostLiam
2023-06-10shader_recompiler: remove barriers in conditional control flow when device ↵Liam
lacks support
2023-06-07Merge pull request #10635 from mrcmunir/l4t-tx1-nvidialiamwhite
Make VK_EXT_robustness2 optional
2023-06-06Updated to lexicographical order suggestionsCarlos Estrague / Mrc_munir
2023-06-06Make VK_EXT_robustness2 optionalCarlos Estrague / Mrc_munir
For some reason nvidia implemented Vulkan 1.2 supported without support for VK_EXT_robustness2 in tegra X1/X2 . Fix vulkan work in TX1/TX2 L4T drivers .
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 ↵Liam
adrenotools
2023-06-03android: video_core: Disable problematic compute shaders.bunnei
- Fixes #104.
2023-06-03video_core: Enable support_descriptor_aliasing on Turnip, disable storage ↵bunnei
atomic otherwise.
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
- Causes crashes on sampler creation with Super Mario Odyssey.
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
- Newer drivers report this as supported, but it is broken.
2023-06-03android: native: Add support for custom Vulkan driver loading.bunnei
2023-06-03Implement scaled vertex buffer format emulationBilly Laws
These formats are unsupported by mobile GPUs so they need to be emulated in shaders instead.
2023-06-03Disable push descriptors on adreno driversBilly Laws
Regular descriptors are around 1.5x faster to update.
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
vulkan_device: Enable VK_KHR_push_descriptor on newer ANV
2023-05-24Merge pull request #10398 from liamwhite/bcnFernando S
video_core: add ASTC recompression
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
Hardly limiting the device access memory to 4 GB for integrated vulkan devices here. This works for the Steam Deck in order not to go above 4 GB VRAM usage any more (above this value the likelihood to crash when the RAM exceeds 12 GB as well raises). But there will be perhaps a detection mechanism necessary for detecting the real memory limit for integrated vulkan devices. Those likely might have small limits anyway, but what about integrated GPUs on machines with > 16 GB RAM, aka larger amounts ?
2023-05-17vulkan_device: Disable VK_KHR_push_descriptor on ANVlat9nq
Mesa commit ff91c5ca42bc80aa411cb3fd8f550aa6fdd16bdc breaks VK_KHR_push_descriptor usage on ANV drivers 22.3.0, so disable it and allow games to boot.
2023-05-17Merge pull request #10262 from liamwhite/depth-clampbunnei
vulkan_common: disable depth clamp dynamic state for older radv
2023-05-14Merge pull request #10288 from liamwhite/vram-limitsliamwhite
vulkan_device: reserve extra memory to prevent swaps
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
Log object names with debug renderer, add a GPU address to ImageViews
2023-05-06Merge pull request #10125 from lat9nq/vsync-selectbunnei
configuration: Expose separate swap present modes
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
We don't need the whole EmuWindow when creating a surface, and it creates onerous requirements outside of typical usage for creating a surface elsewhere.
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
MoltenVK: restrict number of vertex attributes/bindings to 16
2023-01-10vulkan_common: fix indirect draw with countLiam