i965: Implement a BLORP path for CopyImage and prefer it over Meta.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 20 May 2016 04:13:29 +0000 (21:13 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 25 May 2016 21:17:29 +0000 (14:17 -0700)
commit88a630121dbcb65ff7a87ebdeb5d916e977a64f0
tree72413b9287d5ce4c1650c2ecd3979687a3ec6590
parent2822c8a0780ed57f8174389184740251dc5b0eda
i965: Implement a BLORP path for CopyImage and prefer it over Meta.

We're dropping Meta in favor of BLORP everywhere we can.

This also fixes bugs when copying cubemaps to 2D, which is currently
broken in the meta pass.  BLORP just works.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94198
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