aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_opt_vpm_writes.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Don't try to register coalesce into the VPM across non-raw MOVs.Eric Anholt2015-10-241-1/+1
* vc4: Allow QIR registers to be non-SSA.Eric Anholt2015-08-201-1/+1
* vc4: We can now move TEX_RESULT accesses across other r4 ops.Eric Anholt2015-08-201-16/+0
* vc4: Convert from simple_list.h to list.hEric Anholt2015-05-291-5/+3
* vc4: Keep an array of pointers to instructions defining the temps around.Eric Anholt2015-02-191-8/+4
* vc4: Make SF be a flag on the QIR instructions.Eric Anholt2015-02-121-1/+2
* vc4: Split two notions of instructions having side effects.Eric Anholt2015-01-101-1/+3
* vc4: Coalesce MOVs into VPM with the instructions generating the values.Eric Anholt2014-12-181-0/+117