File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -993,13 +993,6 @@ impl super::Instance {
993
993
phd_features. to_wgpu ( & info, & self . shared . raw , phd, & phd_capabilities) ;
994
994
let mut workarounds = super :: Workarounds :: empty ( ) ;
995
995
{
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 ) ;
1003
996
// TODO: only enable for particular devices
1004
997
workarounds |= super :: Workarounds :: SEPARATE_ENTRY_POINTS ;
1005
998
workarounds. set (
You can’t perform that action at this time.
0 commit comments