From: Christoph Bumiller Date: Sat, 23 May 2009 13:05:55 +0000 (+0200) Subject: nv50: enable KIL in register 19a8 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=de651a228f9bbe5ab0e3b749b3dfda9aa5497097;p=mesa.git nv50: enable KIL in register 19a8 --- diff --git a/src/gallium/drivers/nv50/nv50_program.c b/src/gallium/drivers/nv50/nv50_program.c index fa131339228..c420b8be1c3 100644 --- a/src/gallium/drivers/nv50/nv50_program.c +++ b/src/gallium/drivers/nv50/nv50_program.c @@ -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]);