diff options
author | Keith Whitwell <[email protected]> | 2008-04-04 13:18:09 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-04 13:19:26 +0100 |
commit | 0b20d1b9b5e0514a68ab460d748753d29df2e70b (patch) | |
tree | b5c687fd737bb82ff195605f7dceabb35f500568 /src/gallium/auxiliary/draw/SConscript | |
parent | 9edac96d69b6f9942c170c573c9aba4c35550639 (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/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/SConscript b/src/gallium/auxiliary/draw/SConscript index 9ca41974412..52107912f5e 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', |