Skip to content

Commit

Permalink
[vk] remove (old) unused blocklist for dual source blending (gfx-rs#4758
Browse files Browse the repository at this point in the history
)
  • Loading branch information
teoxoy authored Dec 6, 2023
1 parent 2882735 commit 12869e3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions wgpu-hal/src/vulkan/adapter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 12869e3

Please sign in to comment.