summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/SConscript
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/SConscript
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/SConscript')
-rw-r--r--src/gallium/auxiliary/draw/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/SConscript b/src/gallium/auxiliary/draw/SConscript
index 9ca4197441..52107912f5 100644
--- a/src/gallium/auxiliary/draw/SConscript
+++ b/src/gallium/auxiliary/draw/SConscript
@@ -18,6 +18,7 @@ draw = env.ConvenienceLibrary(
'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',