diff --git a/src/gallium/drivers/r600/r600_shader.c b/src/gallium/drivers/r600/r600_shader.c index 9f6780f219e..f2fc3f4c6f9 100644 --- a/src/gallium/drivers/r600/r600_shader.c +++ b/src/gallium/drivers/r600/r600_shader.c @@ -10742,6 +10742,7 @@ static int tgsi_clock(struct r600_shader_ctx *ctx) alu.op = ALU_OP1_MOV; tgsi_dst(ctx, &inst->Dst[0], 1, &alu.dst); alu.src[0].sel = EG_V_SQ_ALU_SRC_TIME_HI; + alu.last = 1; r = r600_bytecode_add_alu(ctx->bc, &alu); if (r) return r;