summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2011-04-27 18:12:20 -0700
committerKenneth Graunke <kenneth@whitecape.org>2011-05-17 23:33:01 -0700
commitb2b6cc662271d611462532222ef2fcc30042bd0f (patch)
treed408b7c500339f176ec77dda6d5a68e69d8af6de /src/mesa/drivers/dri/i965/Makefile
parentc12a93d5c452da16ff0c8955e55770b8eda28036 (diff)
downloadexternal_mesa3d-b2b6cc662271d611462532222ef2fcc30042bd0f.zip
external_mesa3d-b2b6cc662271d611462532222ef2fcc30042bd0f.tar.gz
external_mesa3d-b2b6cc662271d611462532222ef2fcc30042bd0f.tar.bz2
i965: Update SURFACE_STATE for Ivybridge.
I'm still not happy with the amount of code duplication here, but it will have to do for now. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile')
-rw-r--r--src/mesa/drivers/dri/i965/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile b/src/mesa/drivers/dri/i965/Makefile
index 4e80785..651f09e 100644
--- a/src/mesa/drivers/dri/i965/Makefile
+++ b/src/mesa/drivers/dri/i965/Makefile
@@ -105,7 +105,8 @@ DRIVER_SOURCES = \
gen7_urb.c \
gen7_viewport_state.c \
gen7_vs_state.c \
- gen7_wm_state.c
+ gen7_wm_state.c \
+ gen7_wm_surface_state.c \
C_SOURCES = \
$(COMMON_SOURCES) \