summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/Makefile
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2008-06-23 21:37:41 +0200
committerPatrice Mandin <pmandin@caramail.com>2008-06-23 21:37:41 +0200
commit0e1b36b0b257bfba4427a1e6e12c918e744b9977 (patch)
tree262cb2fe413a2000288d29ccbac35b26c66ee5c4 /src/gallium/drivers/nv30/Makefile
parentd4bc56ca49ef39f9f083a2e5adeb3e89ca3bf538 (diff)
nv30: add state viewport, 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 91601087a3..a6a8cf1df9 100644
--- a/src/gallium/drivers/nv30/Makefile
+++ b/src/gallium/drivers/nv30/Makefile
@@ -19,6 +19,7 @@ DRIVER_SOURCES = \
nv30_state_rasterizer.c \
nv30_state_scissor.c \
nv30_state_stipple.c \
+ nv30_state_viewport.c \
nv30_surface.c \
nv30_vbo.c \
nv30_vertprog.c