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/Makefile | |
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/Makefile')
-rw-r--r-- | src/gallium/auxiliary/draw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/Makefile b/src/gallium/auxiliary/draw/Makefile index b28e516396e..28262a92c60 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 \ |