util/hash_table: Rework the API to know about hashing
[mesa.git] / src / gallium / drivers / vc4 / vc4_opt_cse.c
2014-12-15 Jason Ekstrandutil/hash_table: Rework the API to know about hashing
2014-10-24 Eric Anholtvc4: Allow dead code elimination of unused varyings.
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.