summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-04 13:18:09 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-04 13:19:26 +0100
commit0b20d1b9b5e0514a68ab460d748753d29df2e70b (patch)
treeb5c687fd737bb82ff195605f7dceabb35f500568 /src/gallium/auxiliary/draw/Makefile
parent9edac96d69b6f9942c170c573c9aba4c35550639 (diff)
draw: move code to run pipeline from pt to new file
Add facility for draw_vbuf.c to reset these vertex ids on flushes. Pre-initialize vertex ids correctly.
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 b28e516396..28262a92c6 100644
--- a/src/gallium/auxiliary/draw/Makefile
+++ b/src/gallium/auxiliary/draw/Makefile
@@ -19,6 +19,7 @@ C_SOURCES = \
draw_pt_vcache.c \
draw_pt_fetch_emit.c \
draw_pt_fetch_pipeline.c \
+ draw_pt_pipeline.c \
draw_pt_elts.c \
draw_prim.c \
draw_pstipple.c \