aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gpu/vk/GrVkCaps.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gpu/vk/GrVkCaps.cpp b/src/gpu/vk/GrVkCaps.cpp
index 9132c32ab0..73ba2e7141 100644
--- a/src/gpu/vk/GrVkCaps.cpp
+++ b/src/gpu/vk/GrVkCaps.cpp
@@ -159,13 +159,6 @@ void GrVkCaps::applyDriverCorrectnessWorkarounds(const VkPhysicalDevicePropertie
// GrShaderCaps workarounds
////////////////////////////////////////////////////////////////////////////
- if (kAMD_VkVendor == properties.vendorID) {
- // Currently DualSourceBlending is not working on AMD. vkCreateGraphicsPipeline fails when
- // using a draw with dual source. Looking into whether it is driver bug or issue with our
- // SPIR-V. Bug skia:6405
- fShaderCaps->fDualSourceBlendingSupport = false;
- }
-
if (kImagination_VkVendor == properties.vendorID) {
fShaderCaps->fAtan2ImplementedAsAtanYOverX = true;
}