summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/Makefile
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2008-04-24 16:22:47 -0400
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-25 14:20:25 +0100
commit992d0b997f8f7e965e56852b81e01c290f8c13de (patch)
tree80910dbe213d341b7607ccaa359590a05b9d3d46 /src/gallium/auxiliary/draw/Makefile
parenta7ce6d399221fbb59d96d56c853de9781bbf2547 (diff)
frontend for rendering without elts
Diffstat (limited to 'src/gallium/auxiliary/draw/Makefile')
-rw-r--r--src/gallium/auxiliary/draw/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/Makefile b/src/gallium/auxiliary/draw/Makefile
index bc6acfe458..da7eded21f 100644
--- a/src/gallium/auxiliary/draw/Makefile
+++ b/src/gallium/auxiliary/draw/Makefile
@@ -28,6 +28,7 @@ C_SOURCES = \
draw_pt_fetch_emit.c \
draw_pt_fetch_shade_pipeline.c \
draw_pt_post_vs.c \
+ draw_pt_varray.c \
draw_pt_vcache.c \
draw_vertex.c \
draw_vs.c \