Simple test to ensure that working sets larger than memory, just work.

Based on gem_tiled_blit, but without the complication of the tiling.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson
2011-02-01 19:22:32 +00:00
parent 68a95f0e38
commit 9fd7e35c39
4 changed files with 278 additions and 58 deletions
+1
View File
@@ -11,6 +11,7 @@ TESTS = getversion \
gem_pwrite \
gem_pread_after_blit \
gem_tiled_pread \
gem_linear_blits \
gem_tiled_blits \
gem_tiled_fence_blits \
gem_largeobject \