mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
Merge branch 'bugfix/pan_cse_drop_wmask' into 'main'
pan/bifrost: do not CSE WMASK See merge request mesa/mesa!41417
This commit is contained in:
commit
73563778e1
1 changed files with 1 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ instr_can_cse(const bi_instr *I)
|
|||
switch (I->op) {
|
||||
case BI_OPCODE_DTSEL_IMM:
|
||||
case BI_OPCODE_DISCARD_F32:
|
||||
case BI_OPCODE_WMASK:
|
||||
return false;
|
||||
default:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue