summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pt.c
AgeCommit message (Expand)Author
2008-04-14Implement fetch/shade/pipeline or emit vertex passthrough.Zack Rusin
2008-04-03draw: add passthrough path to the pipelineKeith Whitwell
2008-04-02draw: Set the backend prim in the pt 'prepare' operationKeith Whitwell
2008-04-01draw: more flatshade_first changesKeith Whitwell
2008-04-01draw: flush between pt/non-pt modesKeith Whitwell
2008-03-30draw: Do not run full pipeline when flatshade_first for point primitives.Michal Krol
2008-03-25draw: take primitive into account when deciding if the pipeline is activeKeith Whitwell
2008-03-23draw: check need_pipeline() in passthroughKeith Whitwell
2008-03-23gallium: beginnings of draw module vertex reworkKeith Whitwell