vc4: Fix leak of the compiled shader programs in the cache.
[mesa.git] / src / gallium / drivers / vc4 / vc4_opt_dead_code.c
2014-10-29 Eric Anholtvc4: Add support for ARL and indirect register access...
2014-10-24 Eric Anholtvc4: Allow dead code elimination of unused varyings.
2014-10-09 Eric Anholtvc4: Eliminate unused texture instructions.
2014-10-09 Eric Anholtvc4: Dead code eliminate unused SF instructions.
2014-09-29 Eric Anholtvc4: Dump constant uniform values in VC4_DEBUG=qir.
2014-09-15 Eric Anholtvc4: Fix memory leaks of struct qinst.
2014-09-05 Eric Anholtvc4: Merge qcompile and tgsi_to_qir
2014-08-22 Eric Anholtvc4: Include stdio/stdlib in headers so I don't have...
2014-08-09 Eric Anholtvc4: Add dead code elimination.