test: Add more gen3 render blitters
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 5 Jun 2011 16:23:09 +0000 (17:23 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Sun, 5 Jun 2011 17:12:47 +0000 (18:12 +0100)
commitf5e63b12a5881d112f8c757838167e05e1c13b88
treec0265065fccf8a01ad0b24c187111600979472f6
parent20b69039e816ed44ef30048c81a76def7028f0ba
test: Add more gen3 render blitters

... and we have a winner: gen3_mixed_blits reproduces the issue Daniel
Vetter originally found. It seems clear that we have some incoherence
between the RENDER and BLT units on gen3 that no amount of MI_FLUSH can
hide. Hmmm....

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
.gitignore
tests/Makefile.am
tests/gem_stress.c
tests/gem_stress_i915.c
tests/gen3_mixed_blits.c [new file with mode: 0644]
tests/gen3_render_mixed_blits.c [new file with mode: 0644]
tests/gen3_render_tiledy_blits.c