lib: extract rendercopy functions from gem_stress

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2012-01-18 21:23:56 +01:00
parent 1357427fd0
commit f07e4d1885
7 changed files with 7 additions and 10 deletions

View File

@ -21,5 +21,11 @@ libintel_tools_la_SOURCES = \
intel_mmio.c \
intel_pci.c \
intel_reg.h \
intel_reg_map.c
gem_stress_i915.c \
gem_stress_i830.c \
gen6_render.h \
gem_stress_gen6.c \
intel_reg_map.c \
gem_stress.h \
$(NULL)

View File

@ -4,15 +4,6 @@ noinst_PROGRAMS = \
$(HANG) \
$(NULL)
gem_stress_SOURCES = \
gem_stress.c \
gem_stress.h \
gem_stress_i915.c \
gem_stress_i830.c \
gen6_render.h \
gem_stress_gen6.c \
$(NULL)
TESTS_progs = \
getversion \
getclient \