freedreno/a6xx: rework blitter API
authorRob Clark <robdclark@gmail.com>
Wed, 2 Jan 2019 16:06:11 +0000 (11:06 -0500)
committerRob Clark <robdclark@gmail.com>
Thu, 3 Jan 2019 13:10:23 +0000 (08:10 -0500)
commit2fc17e16a3f915d5138f43b5cb671b1429b528ec
treebd7e6cd9e3ca87498c8d7678c3d65a56b00894ba
parent53b8eb78d5491a448830ff4628086a592c6f4fe3
freedreno/a6xx: rework blitter API

Switch over to using fd_context::blit(), in the same way that a5xx does.
The previous patch wires fd_resource_copy_region() up to the blitter so
a6xx no longer needs to bypass the core layer to accelerate this.

Signed-off-by: Rob Clark <robdclark@gmail.com>
src/gallium/drivers/freedreno/a6xx/fd6_blitter.c