i965: Make a helper function for CopyImage of a miptree.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 20 May 2016 03:46:22 +0000 (20:46 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 25 May 2016 21:17:29 +0000 (14:17 -0700)
commit45d6818021409f61ccbbd92faa3d2af35499509f
tree757fb5dba905da1cb544bdfab114b8b13afff073
parent2dc98d9a15ba2ca48e6e50f2232f4a9fcd4c312f
i965: Make a helper function for CopyImage of a miptree.

Currently, it only contains the BLT/CPU fallbacks, so the name is a bit
too generic.  But eventually this will use BLORP as well, at which point
the name will make more sense.

The next patch will introduce a second call.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Chris Forbes <chrisforbes@google.com>
src/mesa/drivers/dri/i965/intel_copy_image.c