mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 14:23:32 +00:00
[vk] remove (old) unused blocklist for dual source blending (#4758)
This commit is contained in:
parent
2882735cb9
commit
12869e36fe
@ -993,13 +993,6 @@ impl super::Instance {
|
||||
phd_features.to_wgpu(&info, &self.shared.raw, phd, &phd_capabilities);
|
||||
let mut workarounds = super::Workarounds::empty();
|
||||
{
|
||||
// see https://github.com/gfx-rs/gfx/issues/1930
|
||||
let _is_windows_intel_dual_src_bug = cfg!(windows)
|
||||
&& phd_capabilities.properties.vendor_id == db::intel::VENDOR
|
||||
&& (phd_capabilities.properties.device_id & db::intel::DEVICE_KABY_LAKE_MASK
|
||||
== db::intel::DEVICE_KABY_LAKE_MASK
|
||||
|| phd_capabilities.properties.device_id & db::intel::DEVICE_SKY_LAKE_MASK
|
||||
== db::intel::DEVICE_SKY_LAKE_MASK);
|
||||
// TODO: only enable for particular devices
|
||||
workarounds |= super::Workarounds::SEPARATE_ENTRY_POINTS;
|
||||
workarounds.set(
|
||||
|
Loading…
Reference in New Issue
Block a user