summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/Makefile.sources
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/nv30/Makefile.sources')
-rw-r--r--src/gallium/drivers/nv30/Makefile.sources20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv30/Makefile.sources b/src/gallium/drivers/nv30/Makefile.sources
new file mode 100644
index 00000000000..f3d8ad5f98d
--- /dev/null
+++ b/src/gallium/drivers/nv30/Makefile.sources
@@ -0,0 +1,20 @@
+C_SOURCES := nv30_screen.c \
+ nv30_context.c \
+ nv30_format.c \
+ nv30_resource.c \
+ nv30_transfer.c \
+ nv30_miptree.c \
+ nv30_state.c \
+ nv30_state_validate.c \
+ nv30_texture.c \
+ nv30_fragtex.c \
+ nv40_verttex.c \
+ nv30_fragprog.c \
+ nv30_vertprog.c \
+ nv30_clear.c \
+ nv30_vbo.c \
+ nv30_push.c \
+ nv30_draw.c \
+ nv30_query.c \
+ nvfx_vertprog.c \
+ nvfx_fragprog.c