summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile.sources
blob: 453f22346476930c9b5b1faca925ba6c4cd976c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
benchmarksdir=$(libexecdir)/intel-gpu-tools/benchmarks

benchmarks_PROGRAMS =			\
	intel_upload_blit_large         \
	intel_upload_blit_large_gtt     \
	intel_upload_blit_large_map     \
	intel_upload_blit_small		\
	gem_blt				\
	gem_create			\
	gem_exec_ctx			\
	gem_exec_nop			\
	gem_exec_reloc			\
	gem_exec_trace			\
	gem_mmap			\
	gem_prw				\
	gem_userptr_benchmark		\
	gem_wait				\
	kms_vblank			\
	$(NULL)