i965/fs: Brown bag fix.
authorMatt Turner <mattst88@gmail.com>
Fri, 5 Sep 2014 17:29:38 +0000 (10:29 -0700)
committerMatt Turner <mattst88@gmail.com>
Fri, 5 Sep 2014 17:29:38 +0000 (10:29 -0700)
src/mesa/drivers/dri/i965/brw_vec4.cpp

index 3ace1bd..cda097f 100644 (file)
@@ -943,7 +943,7 @@ vec4_instruction::can_reswizzle(int dst_writemask,
    if (dst.writemask & ~swizzle_mask)
       return false;
 
-   if (inst->mlen > 0)
+   if (mlen > 0)
       return false;
 
    return true;