From 0d818cdacce0299fabe4ac2aa735247c651fdcfa Mon Sep 17 00:00:00 2001 From: Christoph Bumiller Date: Mon, 28 May 2012 22:38:10 +0200 Subject: [PATCH] nvc0/ir: TEX doesn't support JOIN modifier either --- src/gallium/drivers/nv50/codegen/nv50_ir_peephole.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/nv50/codegen/nv50_ir_peephole.cpp b/src/gallium/drivers/nv50/codegen/nv50_ir_peephole.cpp index 10382d9cac6..cfbe3ecf784 100644 --- a/src/gallium/drivers/nv50/codegen/nv50_ir_peephole.cpp +++ b/src/gallium/drivers/nv50/codegen/nv50_ir_peephole.cpp @@ -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()) { -- 2.30.2