gem_stress: use the gen7 rendercopy

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
Ben Widawsky 2012-06-28 22:43:47 -07:00
parent 2234f87a08
commit beb1bb8fd2

View File

@ -343,6 +343,11 @@ static void render_copyfunc(struct scratch_buf *src, unsigned src_x, unsigned sr
src, src_x, src_y,
options.tile_size, options.tile_size,
dst, dst_x, dst_y);
else if (IS_GEN7(devid))
gen7_render_copyfunc(batch,
src, src_x, src_y,
options.tile_size, options.tile_size,
dst, dst_x, dst_y);
else
blitter_copyfunc(src, src_x, src_y,
dst, dst_x, dst_y,