summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.sources
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-02-12 11:00:46 -0800
committerMatt Turner <mattst88@gmail.com>2015-02-17 20:44:09 -0800
commit2dad1e3abdb1ad153289455f3e273101e5bac1a8 (patch)
treec4196d33c09d6c041f99fb2eeb90a56703a7b8c1 /src/mesa/drivers/dri/i965/Makefile.sources
parent0d8f27eab7b7e8b7a16e76aabd3f6a0ab4880497 (diff)
downloadexternal_mesa3d-2dad1e3abdb1ad153289455f3e273101e5bac1a8.zip
external_mesa3d-2dad1e3abdb1ad153289455f3e273101e5bac1a8.tar.gz
external_mesa3d-2dad1e3abdb1ad153289455f3e273101e5bac1a8.tar.bz2
i965/fs: Add pass to combine immediates.
total instructions in shared programs: 5885407 -> 5940958 (0.94%) instructions in affected programs: 3617311 -> 3672862 (1.54%) helped: 3 HURT: 23556 GAINED: 31 LOST: 165 ... but will allow us to always emit MAD instructions. 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 37697f3..c69441b 100644
--- a/src/mesa/drivers/dri/i965/Makefile.sources
+++ b/src/mesa/drivers/dri/i965/Makefile.sources
@@ -40,6 +40,7 @@ i965_FILES = \
brw_ff_gs.h \
brw_fs_channel_expressions.cpp \
brw_fs_cmod_propagation.cpp \
+ brw_fs_combine_constants.cpp \
brw_fs_copy_propagation.cpp \
brw_fs.cpp \
brw_fs_cse.cpp \