summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/Makefile
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-11-16 14:50:23 -0800
committerEric Anholt <eric@anholt.net>2010-02-25 10:53:06 -0800
commitba882d7827e5526e99c9d5c453d56c5e029c7476 (patch)
tree35008597bfdb24b6da27f32f95f9c3e6c42aa456 /src/mesa/drivers/dri/i965/Makefile
parent7ee590424c974cb10882e9c4664a6024595fc9de (diff)
i965: Add untested Sandybridge passthrough VS setup.
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 7ce794d3aa..d21c921db3 100644
--- a/src/mesa/drivers/dri/i965/Makefile
+++ b/src/mesa/drivers/dri/i965/Makefile
@@ -86,7 +86,8 @@ DRIVER_SOURCES = \
brw_wm_state.c \
brw_wm_surface_state.c \
gen6_cc.c \
- gen6_depthstencil.c
+ gen6_depthstencil.c \
+ gen6_vs_state.c
C_SOURCES = \
$(COMMON_SOURCES) \