summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/Makefile
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-10-20 10:26:29 -0700
committerEric Anholt <eric@anholt.net>2010-10-21 15:20:01 -0700
commit5ac6c4ecfe77bf7e02ae61981b2c8b1fe73027cd (patch)
treeb5fac51028d0b7ba4a6961c8b8c5cac5e2aab4bb /src/mesa/drivers/dri/i965/Makefile
parent3f5fde5c45db88caa228c9d169648f04660c6531 (diff)
i965: Split register allocation out of the ever-growing brw_fs.cpp.
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile')
-rw-r--r--src/mesa/drivers/dri/i965/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile b/src/mesa/drivers/dri/i965/Makefile
index 917d39061d..e3ca863fe5 100644
--- a/src/mesa/drivers/dri/i965/Makefile
+++ b/src/mesa/drivers/dri/i965/Makefile
@@ -108,6 +108,7 @@ CXX_SOURCES = \
brw_cubemap_normalize.cpp \
brw_fs.cpp \
brw_fs_channel_expressions.cpp \
+ brw_fs_reg_allocate.cpp \
brw_fs_vector_splitting.cpp
ASM_SOURCES =