Skip to content

Commit fdc2eeb

Browse files
teoxoybradwerth
authored andcommitted
[vk] remove (old) unused blocklist for dual source blending (gfx-rs#4758)
1 parent 6e8f1d7 commit fdc2eeb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

wgpu-hal/src/vulkan/adapter.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -993,13 +993,6 @@ impl super::Instance {
993993
phd_features.to_wgpu(&info, &self.shared.raw, phd, &phd_capabilities);
994994
let mut workarounds = super::Workarounds::empty();
995995
{
996-
// see https://github.com/gfx-rs/gfx/issues/1930
997-
let _is_windows_intel_dual_src_bug = cfg!(windows)
998-
&& phd_capabilities.properties.vendor_id == db::intel::VENDOR
999-
&& (phd_capabilities.properties.device_id & db::intel::DEVICE_KABY_LAKE_MASK
1000-
== db::intel::DEVICE_KABY_LAKE_MASK
1001-
|| phd_capabilities.properties.device_id & db::intel::DEVICE_SKY_LAKE_MASK
1002-
== db::intel::DEVICE_SKY_LAKE_MASK);
1003996
// TODO: only enable for particular devices
1004997
workarounds |= super::Workarounds::SEPARATE_ENTRY_POINTS;
1005998
workarounds.set(

0 commit comments

Comments
 (0)