mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
nak: Run copy-prop again after opt_prmt and opt_lop
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30230>
This commit is contained in:
parent
842bde8694
commit
452fed5203
1 changed files with 1 additions and 0 deletions
|
|
@ -295,6 +295,7 @@ pub extern "C" fn nak_compile_shader(
|
|||
pass!(s, opt_copy_prop);
|
||||
pass!(s, opt_prmt);
|
||||
pass!(s, opt_lop);
|
||||
pass!(s, opt_copy_prop);
|
||||
pass!(s, opt_dce);
|
||||
pass!(s, opt_out);
|
||||
pass!(s, legalize);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue