mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
brw/scoreboard: Disable nomask workaround for Xe2+
The issue was caused by fused EU feature that is not used in Xe2+ anymore. Reviewed-by: Francisco Jerez <currojerez@riseup.net>
This commit is contained in:
parent
ad31105fba
commit
c534b38f02
1 changed files with 1 additions and 1 deletions
|
|
@ -861,7 +861,7 @@ namespace {
|
|||
bool
|
||||
needs_nomask_workaround(const intel_device_info *devinfo)
|
||||
{
|
||||
return true;
|
||||
return devinfo->ver < 20;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue