diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-02-01 19:22:32 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-02-01 19:24:41 +0000 |
commit | 9fd7e35c39a2fd82b95376c8a8a8424bc79f2d23 (patch) | |
tree | 7ae62a567559e99b7346449e3774aa1fcae3a7ef /.gitignore | |
parent | 68a95f0e389096e7e4d87cd87dbb09edaca9909b (diff) |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ tests/gem_pread_after_blit tests/gem_pwrite tests/gem_readwrite tests/gem_ringfill +tests/gem_linear_blits tests/gem_tiled_blits tests/gem_tiled_fence_blits tests/gem_tiled_pread |