summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2014-12-02 16:31:29 -0800
committerEric Anholt <[email protected]>2014-12-05 10:43:14 -0800
commit042962df2d058c4dd4e45b7deaa3b4519141758e (patch)
treeaa90563a96c5fec696ee809836f9b02704177179 /src/gallium/drivers/r600
parentbd4057a5d74fd12222801c55ee98346af9c1095d (diff)
vc4: Fix inverted priority of instructions for QPU scheduling.
We were scheduling TLB operations as early as possible, and texture setup as late as possible. When I introduced prioritization, I visually inspected that an independent operation got moved above texture results collection, which tricked me into thinking it was working (but it was just because texture setup was being pushed late). total instructions in shared programs: 57651 -> 57486 (-0.29%) instructions in affected programs: 18532 -> 18367 (-0.89%)
Diffstat (limited to 'src/gallium/drivers/r600')
0 files changed, 0 insertions, 0 deletions