Add a test for pread after blitting to an object.
authorEric Anholt <eric@anholt.net>
Tue, 7 Apr 2009 23:18:11 +0000 (16:18 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 8 Apr 2009 02:06:33 +0000 (19:06 -0700)
commitcd9ba0a3b6c5e11fcd2cb82914cb9d491309de89
treeafe9133d424256a1298d4cd66d804a421ae1d451
parent00c7571fce14135fa6bbe387ab4e7ce205d53c08
Add a test for pread after blitting to an object.

This caught a bug with get_user_pages usage in the kernel, which would
result in zeroes being read out of the object when faulting in a new page.
.gitignore
lib/intel_gpu_tools.c
lib/intel_gpu_tools.h
tests/Makefile.am
tests/gem_pread_after_blit.c [new file with mode: 0644]
tools/Makefile.am