vc4: Make sure we recompile when sample_mask changes.
[mesa.git] / src / gallium / drivers / vc4 / vc4_opt_cse.c
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-23 Eric Anholtvc4: Don't try to CSE non-SSA instructions.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-05 Eric Anholtvc4: Make r4-writes implicitly move to a temp, and...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Eric Anholtvc4: Don't try to CSE color reads.
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-05-30 Eric Anholtvc4: Don't bother with safe list traversal in CSE.
2015-05-30 Eric Anholtvc4: Convert from simple_list.h to list.h
2015-02-13 Eric Anholtvc4: Make SF be a flag on the QIR instructions.
2015-01-20 Eric Anholtvc4: Fix build since 8ed5305d28d9309d651dfec3fbf4349854...
2015-01-10 Eric Anholtvc4: Split two notions of instructions having side...
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.