vc4: Drop stale comment.
authorEric Anholt <eric@anholt.net>
Fri, 19 Sep 2014 23:53:16 +0000 (16:53 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 24 Sep 2014 00:23:29 +0000 (17:23 -0700)
This should have been in 001247d230f022fffac68f4578348087a53d3940.

src/gallium/drivers/vc4/vc4_program.c

index b7b64c0de3aa8d3770fa815c9d461402c76eae69..587831f231db93aa0fb0514e65e0634b699c3e17 100644 (file)
@@ -873,7 +873,6 @@ emit_fragment_varying(struct vc4_compile *c, int index)
                 index
         };
 
-        /* XXX: multiply by W */
         return qir_VARY_ADD_C(c, qir_FMUL(c, vary, qir_FRAG_W(c)));
 }