From: Ben Skeggs Date: Mon, 16 Jun 2008 15:36:36 +0000 (+1000) Subject: nv50: make TEX a halfie X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=598b2a51052913521e3059cdef7cf0c66a5adb90;p=mesa.git nv50: make TEX a halfie --- diff --git a/src/gallium/drivers/nv50/nv50_program.c b/src/gallium/drivers/nv50/nv50_program.c index 7bb2f454bb9..5ef09542397 100644 --- a/src/gallium/drivers/nv50/nv50_program.c +++ b/src/gallium/drivers/nv50/nv50_program.c @@ -1145,9 +1145,7 @@ nv50_program_tx_insn(struct nv50_pc *pc, const union tgsi_full_token *tok) emit_mov(pc, t1, src[0][1]); e = exec(pc); - e->inst[0] = 0xf0400000; - set_long(pc, e); - e->inst[1] |= 0x0000c004; + e->inst[0] = 0xf0400100; set_dst(pc, t0, e); emit(pc, e); free_temp(pc, t0);