summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/Makefile
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2008-06-23 20:37:27 +0200
committerPatrice Mandin <pmandin@caramail.com>2008-06-23 20:37:27 +0200
commit8b72737a0ba33343673111261265c59546b408c6 (patch)
treef8886cabd2c3da06293617d2f1f4fead97a3a55c /src/gallium/drivers/nv30/Makefile
parent5a01060eb95cb2cb168cb7224ecc805020584c91 (diff)
nv30: add state rasterizer, based on nv40 one
Diffstat (limited to 'src/gallium/drivers/nv30/Makefile')
-rw-r--r--src/gallium/drivers/nv30/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv30/Makefile b/src/gallium/drivers/nv30/Makefile
index 04f53ee456..c5208fabf5 100644
--- a/src/gallium/drivers/nv30/Makefile
+++ b/src/gallium/drivers/nv30/Makefile
@@ -16,6 +16,7 @@ DRIVER_SOURCES = \
nv30_state_blend.c \
nv30_state_emit.c \
nv30_state_fb.c \
+ nv30_state_rasterizer.c \
nv30_surface.c \
nv30_vbo.c \
nv30_vertprog.c