summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pt.c
Commit message (Expand)AuthorAgeFilesLines
* draw: allow pt paths to run without a vbuf render stageKeith Whitwell2008-04-161-4/+3
* draw: make pt run pipeline when need_pipeline is true, not just when clippedKeith Whitwell2008-04-161-140/+42
* silence some warningsZack Rusin2008-04-141-2/+2
* draw: flush pipeline before trying to allocate more hw verticesKeith Whitwell2008-04-141-4/+0
* draw: hide passthrough shading paths behind an environment variableKeith Whitwell2008-04-141-0/+3
* Implement fetch/shade/pipeline or emit vertex passthrough.Zack Rusin2008-04-141-22/+32
* draw: add passthrough path to the pipelineKeith Whitwell2008-04-031-4/+19
* draw: Set the backend prim in the pt 'prepare' operationKeith Whitwell2008-04-021-2/+1
* draw: more flatshade_first changesKeith Whitwell2008-04-011-1/+1
* draw: flush between pt/non-pt modesKeith Whitwell2008-04-011-0/+4
* draw: Do not run full pipeline when flatshade_first for point primitives.Michal Krol2008-03-301-0/+3
* draw: take primitive into account when deciding if the pipeline is activeKeith Whitwell2008-03-251-1/+1
* draw: check need_pipeline() in passthroughKeith Whitwell2008-03-231-1/+1
* gallium: beginnings of draw module vertex reworkKeith Whitwell2008-03-231-0/+206