Simple test to ensure that working sets larger than memory, just work.
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 1 Feb 2011 19:22:32 +0000 (19:22 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 1 Feb 2011 19:24:41 +0000 (19:24 +0000)
commit9fd7e35c39a2fd82b95376c8a8a8424bc79f2d23
tree7ae62a567559e99b7346449e3774aa1fcae3a7ef
parent68a95f0e389096e7e4d87cd87dbb09edaca9909b
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>
.gitignore
tests/Makefile.am
tests/gem_linear_blits.c [new file with mode: 0644]
tests/gem_tiled_pread.c