aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_opt_cse.c
Commit message (Expand)AuthorAgeFilesLines
* 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