i965: Add a brw_blorp_copy_buffers() command.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 28 Aug 2017 22:57:20 +0000 (15:57 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 30 Aug 2017 23:59:21 +0000 (16:59 -0700)
commit225425111fee082e3be14c22c256314b85724ef8
tree92be896d81dae08afb50b8da7fa1428bbdc7e2f5
parentfc20df830cc1f3bfd2d04c7927ba63d606cfc89f
i965: Add a brw_blorp_copy_buffers() command.

This exposes the new blorp_copy_buffer() functionality to i965.
It should be a drop-in replacement for intel_emit_linear_blit()
(other than the arguments being backwards, for consistency with BLORP).

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/brw_blorp.c
src/mesa/drivers/dri/i965/brw_blorp.h