summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/Makefile
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2008-06-21 12:03:05 +0200
committerPatrice Mandin <pmandin@caramail.com>2008-06-21 12:03:05 +0200
commit5fea663b5f7abcdca00c5ff5d1b77f200b0d06ec (patch)
tree395bde3085289a1144db145dc056a286ae6624ac /src/gallium/drivers/nv30/Makefile
parent582b39ebb9f67e3b67a776be0961fe2e51ee46f7 (diff)
nv30: Add state for blend
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 ec11de7644..04f53ee456 100644
--- a/src/gallium/drivers/nv30/Makefile
+++ b/src/gallium/drivers/nv30/Makefile
@@ -13,6 +13,7 @@ DRIVER_SOURCES = \
nv30_query.c \
nv30_screen.c \
nv30_state.c \
+ nv30_state_blend.c \
nv30_state_emit.c \
nv30_state_fb.c \
nv30_surface.c \