OSDN Git Service

i965/blorp: Set regs_written on texturing instructions
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 12 Oct 2015 21:04:05 +0000 (14:04 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 27 Apr 2016 02:55:04 +0000 (19:55 -0700)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/brw_blorp_blit_eu.cpp

index b095421..99b4ff5 100644 (file)
@@ -96,6 +96,7 @@ brw_blorp_eu_emitter::emit_texture_lookup(const struct brw_reg &dst,
    inst->base_mrf = base_mrf;
    inst->mlen = msg_length;
    inst->header_size = 0;
+   inst->regs_written = 8;
 
    insts.push_tail(inst);
 }