vc4: Split the coordinate shader to its own vc4_compiled_shader.
[mesa.git] / src / gallium / drivers / vc4 / vc4_opt_cse.c
2014-09-29 Eric Anholtvc4: Dump constant uniform values in VC4_DEBUG=qir.
2014-09-17 Eric Anholtvc4: Fix stray disable of the CSE pass.
2014-09-15 Eric Anholtvc4: Fix memory leaks of struct qinst.
2014-09-10 Eric Anholtvc4: The r4_count is supposed to be how many writes...
2014-09-05 Eric Anholtvc4: Merge qcompile and tgsi_to_qir
2014-09-04 Eric Anholtvc4: Add a CSE optimization pass.