draw: move code to run pipeline from pt to new file
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 4 Apr 2008 12:18:09 +0000 (13:18 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 4 Apr 2008 12:19:26 +0000 (13:19 +0100)
commit0b20d1b9b5e0514a68ab460d748753d29df2e70b
treeb5c687fd737bb82ff195605f7dceabb35f500568
parent9edac96d69b6f9942c170c573c9aba4c35550639
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.
src/gallium/auxiliary/draw/Makefile
src/gallium/auxiliary/draw/SConscript
src/gallium/auxiliary/draw/draw_context.c
src/gallium/auxiliary/draw/draw_private.h
src/gallium/auxiliary/draw/draw_pt_fetch_pipeline.c
src/gallium/auxiliary/draw/draw_pt_pipeline.c [new file with mode: 0644]