aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-10-03 13:03:12 -0700
committerEric Anholt <[email protected]>2012-10-17 12:24:00 -0700
commit5ed57d9543df1875d843638212a1f650fc0b17ec (patch)
tree4851001e9925c61cd69d6d6b2ab7f4aa1d821b49 /src/mesa/drivers/dri/i965/Makefile.sources
parent24aeeb2fdcde7a0c257db6469c6b0f064d53d3cf (diff)
i965: Move brw_fs_cfg.* to brw_cfg.*.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.sources')
-rw-r--r--src/mesa/drivers/dri/i965/Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources
index 125aac5a06f..ab2181463f9 100644
--- a/src/mesa/drivers/dri/i965/Makefile.sources
+++ b/src/mesa/drivers/dri/i965/Makefile.sources
@@ -107,9 +107,9 @@ i965_C_FILES = \
i965_CXX_FILES = \
brw_blorp.cpp \
brw_blorp_blit.cpp \
+ brw_cfg.cpp \
brw_cubemap_normalize.cpp \
brw_fs.cpp \
- brw_fs_cfg.cpp \
brw_fs_cse.cpp \
brw_fs_copy_propagation.cpp \
brw_fs_emit.cpp \