summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.am
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2016-11-28 10:48:53 -0800
committerEmil Velikov <emil.l.velikov@gmail.com>2016-12-24 13:02:55 +0000
commit4dd3f7c9a09bff9aed35c4be9922e5a784c51b4a (patch)
treee4ae41bb36a69eff43282c7d145eb8e5564576aa /src/mesa/drivers/dri/i965/Makefile.am
parenta4f301816b7ed517a42cd338d7009d47caa52e1e (diff)
downloadexternal_mesa3d-4dd3f7c9a09bff9aed35c4be9922e5a784c51b4a.zip
external_mesa3d-4dd3f7c9a09bff9aed35c4be9922e5a784c51b4a.tar.gz
external_mesa3d-4dd3f7c9a09bff9aed35c4be9922e5a784c51b4a.tar.bz2
i965/fs: Add unit tests for copy propagation pass.
Pretty basic, but it's a start. Acked-by: Jason Ekstrand <jason@jlekstrand.net> (cherry picked from commit 091a8a04adb28a2044e3baadba0af52a185b3bd0) [Emil Velikov: nir_shader_create() has only three arguments] Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.am')
-rw-r--r--src/mesa/drivers/dri/i965/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am
index a192fc0..4b00977 100644
--- a/src/mesa/drivers/dri/i965/Makefile.am
+++ b/src/mesa/drivers/dri/i965/Makefile.am
@@ -106,6 +106,7 @@ TEST_LIBS = \
TESTS = \
test_fs_cmod_propagation \
+ test_fs_copy_propagation \
test_fs_saturate_propagation \
test_eu_compact \
test_vf_float_conversions \
@@ -121,6 +122,12 @@ test_fs_cmod_propagation_LDADD = \
$(top_builddir)/src/gtest/libgtest.la \
$(TEST_LIBS)
+test_fs_copy_propagation_SOURCES = \
+ test_fs_copy_propagation.cpp
+test_fs_copy_propagation_LDADD = \
+ $(top_builddir)/src/gtest/libgtest.la \
+ $(TEST_LIBS)
+
test_fs_saturate_propagation_SOURCES = \
test_fs_saturate_propagation.cpp
test_fs_saturate_propagation_LDADD = \