summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/Makefile
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2008-06-20 22:19:22 +0200
committerPatrice Mandin <pmandin@caramail.com>2008-06-20 22:19:22 +0200
commit5e1d657d50c247d903b865572bd3e74048e8a8f1 (patch)
tree7e135b477baa38764fb938af23707bbba101ca90 /src/gallium/drivers/nv30/Makefile
parentd785a0c8b2ff45d07a8d2992d089eb96c04658db (diff)
nv30: Add separate nv30 state stuff for fb, based on nv40 one, need to use it now
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 3f80fb87c9..ec11de7644 100644
--- a/src/gallium/drivers/nv30/Makefile
+++ b/src/gallium/drivers/nv30/Makefile
@@ -14,6 +14,7 @@ DRIVER_SOURCES = \
nv30_screen.c \
nv30_state.c \
nv30_state_emit.c \
+ nv30_state_fb.c \
nv30_surface.c \
nv30_vbo.c \
nv30_vertprog.c