nv50: enable KIL in register 19a8

This commit is contained in:
Christoph Bumiller
2009-05-23 15:05:55 +02:00
committed by Ben Skeggs
parent dac709d0cf
commit de651a228f
+1
View File
@@ -1227,6 +1227,7 @@ nv50_program_tx_insn(struct nv50_pc *pc, const union tgsi_full_token *tok)
emit_kil(pc, src[0][1]);
emit_kil(pc, src[0][2]);
emit_kil(pc, src[0][3]);
pc->p->cfg.fp.regs[2] |= 0x00100000;
break;
case TGSI_OPCODE_LIT:
emit_lit(pc, &dst[0], mask, &src[0][0]);