draw: move some pipeline-specific code & state to draw_pipe.[ch]
[mesa.git] / src / gallium / auxiliary / draw / draw_pt.c
2008-04-19 Keith Whitwelldraw: move some pipeline-specific code & state to draw_...
2008-04-19 Keith Whitwelldraw: remove named clipmask flags, tidy up pt middle...
2008-04-18 Keith Whitwelldraw: remove draw_prim.c
2008-04-18 Keith Whitwelldraw: switch over to draw_pt paths, will remove old...
2008-04-18 Keith Whitwelldraw: remove fetch_pipeline middle end -- just use...
2008-04-17 Keith Whitwelldraw: don't always run pipeline if clipping
2008-04-16 Keith Whitwelldraw: allow pt paths to run without a vbuf render stage
2008-04-16 Keith Whitwelldraw: make pt run pipeline when need_pipeline is true...
2008-04-14 Zack Rusinsilence some warnings
2008-04-14 Keith Whitwelldraw: flush pipeline before trying to allocate more...
2008-04-14 Keith Whitwelldraw: hide passthrough shading paths behind an environm...
2008-04-14 Zack RusinImplement fetch/shade/pipeline or emit vertex passthrough.
2008-04-03 Keith Whitwelldraw: add passthrough path to the pipeline
2008-04-02 Keith Whitwelldraw: Set the backend prim in the pt 'prepare' operation
2008-04-01 Keith Whitwelldraw: more flatshade_first changes
2008-04-01 Keith Whitwelldraw: flush between pt/non-pt modes
2008-03-30 Michal Kroldraw: Do not run full pipeline when flatshade_first...
2008-03-25 Keith Whitwelldraw: take primitive into account when deciding if...
2008-03-23 Keith Whitwelldraw: check need_pipeline() in passthrough
2008-03-23 Keith Whitwellgallium: beginnings of draw module vertex rework