vc4: Don't try to CSE color reads.
authorEric Anholt <eric@anholt.net>
Wed, 24 Jun 2015 01:08:49 +0000 (18:08 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 24 Jun 2015 01:40:50 +0000 (18:40 -0700)
commit997f6778414a352457162b73ff5295e51e09ad63
treee42f1f674daf176a35029c1f483c3a5c352e31de
parent0f69d59b1c8f5314c1abe18659b96adcfc51a0e5
vc4: Don't try to CSE color reads.

It returns a new value for each sample in the TLB.  We've already avoided
trying to get the same index's color multiple times at the vc4_program.c
level, so we're not losing anything by doing this.
src/gallium/drivers/vc4/vc4_opt_cse.c