Initial import of intel-graphics-tools with some microbenchmarks.
authorEric Anholt <eric@anholt.net>
Fri, 27 Mar 2009 00:15:11 +0000 (17:15 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 27 Mar 2009 00:15:11 +0000 (17:15 -0700)
commit8c64183a461a422b0443f84622af48858d5fe6ed
treefd501f110cf01d6986660b3a4d13271d5978078e
Initial import of intel-graphics-tools with some microbenchmarks.
19 files changed:
.gitignore [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
README [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
benchmarks/Makefile.am [new file with mode: 0644]
benchmarks/intel_upload_blit_large.c [new file with mode: 0644]
benchmarks/intel_upload_blit_small.c [new file with mode: 0644]
configure.ac [new file with mode: 0644]
i810_reg.h [new file with mode: 0644]
lib/Makefile.am [new file with mode: 0644]
lib/drmtest.c [new file with mode: 0644]
lib/drmtest.h [new file with mode: 0644]
lib/intel_batchbuffer.c [new file with mode: 0644]
lib/intel_batchbuffer.h [new file with mode: 0644]
m4/dolt.m4 [new file with mode: 0644]
m4/shave.m4 [new file with mode: 0644]
shave-libtool.in [new file with mode: 0644]
shave.in [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]