Add gem_render_copy_redux

This is an "advanced" form of the the simple gem_render_copy test.
Instead of aiming for maximal simplicity to aide debugging of new
rendercopy backends, this test aims to exercise the execbuf interface
using the render ring.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson
2014-04-24 07:58:09 +01:00
parent 78e4c2b449
commit 4e93890377
3 changed files with 251 additions and 0 deletions
+1
View File
@@ -101,6 +101,7 @@ TESTS_progs = \
gem_pin \
gem_reg_read \
gem_render_copy \
gem_render_copy_redux \
gem_render_linear_blits \
gem_render_tiled_blits \
gem_ring_sync_copy \