r600g: pad the DMA CS to a multiple of 8 dwords
[mesa.git] / src / mesa / main / ffvertex_prog.c
index 0a98c4acf86c453e24dd940f739ffc648fbb098f..efdca015e99c7407a3c5d2a2cf08ba9dfa58359c 100644 (file)
@@ -544,7 +544,6 @@ static void emit_dst( struct prog_dst_register *dst,
    dst->WriteMask = mask ? mask : WRITEMASK_XYZW;
    dst->CondMask = COND_TR;  /* always pass cond test */
    dst->CondSwizzle = SWIZZLE_NOOP;
-   dst->CondSrc = 0;
    /* Check that bitfield sizes aren't exceeded */
    ASSERT(dst->Index == reg.idx);
 }