mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
intel/compiler: disable workaround not applicable to gfx >= 11
There's nothing in bspec that would suggest this is still needed. It only affected gfx 9 and 10. Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14280>
This commit is contained in:
parent
7440fbd596
commit
a48f1d51e2
1 changed files with 1 additions and 1 deletions
|
|
@ -9085,7 +9085,7 @@ fs_visitor::run_fs(bool allow_spilling, bool do_rep_send)
|
|||
|
||||
assign_curb_setup();
|
||||
|
||||
if (devinfo->ver >= 9)
|
||||
if (devinfo->ver == 9)
|
||||
gfx9_ps_header_only_workaround(wm_prog_data);
|
||||
|
||||
assign_urb_setup();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue