summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_opt_peephole_sf.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Convert vc4_opt_peephole_sf to work with control flow.Eric Anholt2016-07-121-4/+18
* vc4: Create a basic block structure and move the instructions into it.Eric Anholt2016-07-121-1/+2
* vc4: Optimize out redundant SF updates.Eric Anholt2016-07-041-5/+77
* vc4: Move SF removal to a separate peephole pass.Eric Anholt2016-07-041-0/+82