Skip to content

Commit d20c03a

Browse files
Peter McNeeleyDawn LUCI CQ
authored andcommitted
[dawn] Expand pixel 10 fix to all of imagination
Bug: 443906252 Change-Id: If6878f2bbd0df0b593c2caa82ad5efd4af817195 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/273974 Commit-Queue: Peter McNeeley <petermcneeley@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@google.com>
1 parent 9d8eb26 commit d20c03a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dawn/native/vulkan/PhysicalDeviceVk.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,9 @@ void PhysicalDevice::SetupBackendDeviceToggles(dawn::platform::Platform* platfor
976976
// TODO(crbug.com/437807243): If newer driver version without bug is released then we can
977977
// gate this on driver version.
978978
deviceToggles->Default(Toggle::VulkanIncompletePipelineCacheWorkaround, true);
979+
}
979980

981+
if (gpu_info::IsImgTec(GetVendorId())) {
980982
// crbug.com/443906252: Polyfill for case switch with large ranges.
981983
deviceToggles->Default(Toggle::VulkanPolyfillSwitchWithIf, true);
982984
}

0 commit comments

Comments
 (0)