summaryrefslogtreecommitdiff
path: root/lib/Makefile.sources
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2013-12-02 12:49:14 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2013-12-06 15:11:08 +0800
commitc6835697253c07cfc6711bcfc9b071afa4a6144d (patch)
treed6ae3db63c47ef38efdaf774c822f831abc343e0 /lib/Makefile.sources
parentbd384c2ba38d8fccb8ce1b47b51d78cd64636b50 (diff)
tests/gem_media_fill: add support for gen7
v2: Fixed the source register used for the send with EOT Fixed the posted destination operand for the send with EOT Reviewed-by: Zhao Yakui <yakui.zhao@intel.com> Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Diffstat (limited to 'lib/Makefile.sources')
-rw-r--r--lib/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.sources b/lib/Makefile.sources
index 95ccb2f6..fd08c1f5 100644
--- a/lib/Makefile.sources
+++ b/lib/Makefile.sources
@@ -21,7 +21,9 @@ libintel_tools_la_SOURCES = \
intel_reg.h \
media_fill.c \
media_fill.h \
+ media_fill_gen7.c \
media_fill_gen8.c \
+ gen7_media.h \
gen8_media.h \
rendercopy_i915.c \
rendercopy_i830.c \