aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_opt_cse.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Don't try to CSE non-SSA instructions.Eric Anholt2015-10-231-0/+1
* vc4: Make r4-writes implicitly move to a temp, and allocate temps to r4.Eric Anholt2015-08-041-12/+4
* vc4: Don't try to CSE color reads.Eric Anholt2015-06-231-1/+2
* vc4: Don't bother with safe list traversal in CSE.Eric Anholt2015-05-291-1/+1
* vc4: Convert from simple_list.h to list.hEric Anholt2015-05-291-4/+1
* vc4: Make SF be a flag on the QIR instructions.Eric Anholt2015-02-121-20/+3
* vc4: Fix build since 8ed5305d28d9309d651dfec3fbf4349854694694Eric Anholt2015-01-201-1/+1
* vc4: Split two notions of instructions having side effects.Eric Anholt2015-01-101-1/+2
* util/hash_table: Rework the API to know about hashingJason Ekstrand2014-12-141-3/+4
* vc4: Allow dead code elimination of unused varyings.Eric Anholt2014-10-241-1/+1
* vc4: Dump constant uniform values in VC4_DEBUG=qir.Eric Anholt2014-09-291-7/+8
* vc4: Fix stray disable of the CSE pass.Eric Anholt2014-09-171-1/+0
* vc4: Fix memory leaks of struct qinst.Eric Anholt2014-09-151-1/+1
* vc4: The r4_count is supposed to be how many writes, not reads.Eric Anholt2014-09-091-1/+1
* vc4: Merge qcompile and tgsi_to_qirEric Anholt2014-09-041-1/+1
* vc4: Add a CSE optimization pass.Eric Anholt2014-09-041-0/+183