summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.sources
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-08-22 10:54:43 -0700
committerMatt Turner <mattst88@gmail.com>2015-01-23 17:57:40 -0800
commit19f9cb72c8b95febd53b80de137e7bf716fb45f1 (patch)
tree7b2d5bed7bdddec3f0012d864162c6edc548d197 /src/mesa/drivers/dri/i965/Makefile.sources
parent3759a89ad358139ef981bd5d46261ee115762b94 (diff)
downloadexternal_mesa3d-19f9cb72c8b95febd53b80de137e7bf716fb45f1.zip
external_mesa3d-19f9cb72c8b95febd53b80de137e7bf716fb45f1.tar.gz
external_mesa3d-19f9cb72c8b95febd53b80de137e7bf716fb45f1.tar.bz2
i965/fs: Add pass to propagate conditional modifiers.
total instructions in shared programs: 5974160 -> 5959463 (-0.25%) instructions in affected programs: 1743737 -> 1729040 (-0.84%) GAINED: 0 LOST: 12 Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.sources')
-rw-r--r--src/mesa/drivers/dri/i965/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources
index 3b72955..da48455 100644
--- a/src/mesa/drivers/dri/i965/Makefile.sources
+++ b/src/mesa/drivers/dri/i965/Makefile.sources
@@ -39,6 +39,7 @@ i965_FILES = \
brw_ff_gs_emit.c \
brw_ff_gs.h \
brw_fs_channel_expressions.cpp \
+ brw_fs_cmod_propagation.cpp \
brw_fs_copy_propagation.cpp \
brw_fs.cpp \
brw_fs_cse.cpp \