summaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-09-26 12:10:11 -0700
committerJason Ekstrand <[email protected]>2016-11-16 10:11:07 -0800
commit3d9747780bc2508f4474230a0998d9dba7b02d1e (patch)
tree4733d8eca2c91f73151b62067b1a2c6e09b1ef12 /src/gallium
parent184bbfd69bf74cc5b4c27cd80d4d8d0b16b24a17 (diff)
anv: Add a helper for doing buffer copies with nothing but VF and SOL.
This method of doing copies has the advantage of touching very little of the GPU state. While it does disable all the shader stages, it doesn't have to blow away binding tables, viewports, scissors, or any other bits of dynamic state other than VBO 32 which is already reserved. All of the state that it does touch is contained within a pipeline anyway so that's the only thing that has to be dirtied. Signed-off-by: Jason Ekstrand <[email protected]> Reviewed-by: Topi Pohjolainen <[email protected]>
Diffstat (limited to 'src/gallium')
0 files changed, 0 insertions, 0 deletions