vc4: Factor out the turn-it-into-a-mov in opt_algebraic.
[mesa.git] / src / gallium / drivers / vc4 / vc4_opt_algebraic.c
2014-10-09 Eric Anholtvc4: Factor out the turn-it-into-a-mov in opt_algebraic.
2014-10-09 Eric Anholtvc4: Optimize SF(ITOF(x)) -> SF(x).
2014-10-09 Eric Anholtvc4: Add some optimization of FADD(FSUB(0, x)).
2014-09-29 Eric Anholtvc4: Optimize out silly SUBs of 0.
2014-09-29 Eric Anholtvc4: Dump constant uniform values in VC4_DEBUG=qir.
2014-09-29 Eric Anholtvc4: Turn a SEL_X_Y(x, 0) into SEL_X_0(x).
2014-09-05 Eric Anholtvc4: Merge qcompile and tgsi_to_qir
2014-09-04 Eric Anholtvc4: Expose compares at a lower level in QIR.
2014-08-22 Eric Anholtvc4: Include stdio/stdlib in headers so I don't have...
2014-08-09 Eric Anholtvc4: Add an initial pass of algebraic optimization.