Skip to content

Commit

Permalink
Experimental commit trying to solve #10421: Blacklist dual src blendi…
Browse files Browse the repository at this point in the history
…ng on Adreno/Vulkan
  • Loading branch information
hrydgard committed Oct 6, 2018
1 parent 8a74e6f commit eba6c00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GPU/Vulkan/GPU_Vulkan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ void GPU_Vulkan::CheckGPUFeatures() {
case VULKAN_VENDOR_INTEL:
// Workaround for Intel driver bug.
break;
case VULKAN_VENDOR_QUALCOMM:
// Workaround for possible Adreno driver bug, see #10421
break;
case VULKAN_VENDOR_AMD:
// See issue #10074, and also #10065 (AMD) and #10109 for the choice of the driver version to check for
if (vulkan_->GetPhysicalDeviceProperties(vulkan_->GetCurrentPhysicalDevice()).driverVersion >= 0x00407000)
Expand Down

0 comments on commit eba6c00

Please sign in to comment.