mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
lib: extract rendercopy functions from gem_stress
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
1357427fd0
commit
f07e4d1885
@ -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)
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user