mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 09:20:13 +01:00
nvc0/ir: TEX doesn't support JOIN modifier either
This commit is contained in:
parent
f80c2874ec
commit
0d818cdacc
1 changed files with 1 additions and 0 deletions
|
|
@ -1936,6 +1936,7 @@ FlatteningPass::visit(BasicBlock *bb)
|
|||
if (insn && !insn->getPredicate() &&
|
||||
!insn->asFlow() &&
|
||||
insn->op != OP_TEXBAR &&
|
||||
!isTextureOp(insn->op) && // probably just nve4
|
||||
insn->op != OP_LINTERP && // probably just nve4
|
||||
insn->op != OP_PINTERP && // probably just nve4
|
||||
!insn->isNop()) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue