summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv40/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <darktama@beleth.(none)>2008-02-20 17:14:41 +1100
committerBen Skeggs <darktama@beleth.(none)>2008-02-20 17:14:41 +1100
commit9cd10d7618a226fe46395b08beb19e420bc14a4f (patch)
tree105906fcd4a642586332f8aa7bc7cd7274c78fb5 /src/gallium/drivers/nv40/Makefile
parent46c3d0918dd7a47f69c21e4eb1a3fd2a2fbe6223 (diff)
nv40: almost there..
Diffstat (limited to 'src/gallium/drivers/nv40/Makefile')
-rw-r--r--src/gallium/drivers/nv40/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv40/Makefile b/src/gallium/drivers/nv40/Makefile
index 12b8eef259..82295cbefc 100644
--- a/src/gallium/drivers/nv40/Makefile
+++ b/src/gallium/drivers/nv40/Makefile
@@ -12,10 +12,14 @@ DRIVER_SOURCES = \
nv40_miptree.c \
nv40_query.c \
nv40_state.c \
- nv40_state_emit.c \
+ nv40_state_blend.c \
nv40_state_clip.c \
+ nv40_state_emit.c \
+ nv40_state_rasterizer.c \
nv40_state_scissor.c \
nv40_state_stipple.c \
+ nv40_state_viewport.c \
+ nv40_state_zsa.c \
nv40_surface.c \
nv40_vbo.c \
nv40_vertprog.c