summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno/freedreno_screen.c
diff options
context:
space:
mode:
authorRob Clark <robclark@freedesktop.org>2015-07-25 13:51:16 -0400
committerRob Clark <robclark@freedesktop.org>2015-07-27 13:51:06 -0400
commit96d4db683f90f02e72d34ece544de7eedfa873ee (patch)
tree8b1edb37f083dbcca3776d279e680abdf8a2fe08 /src/gallium/drivers/freedreno/freedreno_screen.c
parent020301baccc77e5753ead1e890c0cf24a9675517 (diff)
freedreno/ir3: track "keeps" in ir
Previously we had a fixed array to track kills, since they don't generate an SSA value, and then cheated by stuffing them in the outputs array before sending things through depth/sched/etc. But store instructions will need similar treatment. So convert this over to a more general array of instructions that must be kept and fix up the places that were previously relying on kills being in the output array. Signed-off-by: Rob Clark <robclark@freedesktop.org>
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_screen.c')
0 files changed, 0 insertions, 0 deletions