Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | draw: flush pipeline before trying to allocate more hw vertices | Keith Whitwell | 2008-04-14 | 1 | -4/+0 |
* | draw: hide passthrough shading paths behind an environment variable | Keith Whitwell | 2008-04-14 | 1 | -0/+3 |
* | Implement fetch/shade/pipeline or emit vertex passthrough. | Zack Rusin | 2008-04-14 | 1 | -22/+32 |
* | draw: add passthrough path to the pipeline | Keith Whitwell | 2008-04-03 | 1 | -4/+19 |
* | draw: Set the backend prim in the pt 'prepare' operation | Keith Whitwell | 2008-04-02 | 1 | -2/+1 |
* | draw: more flatshade_first changes | Keith Whitwell | 2008-04-01 | 1 | -1/+1 |
* | draw: flush between pt/non-pt modes | Keith Whitwell | 2008-04-01 | 1 | -0/+4 |
* | draw: Do not run full pipeline when flatshade_first for point primitives. | Michal Krol | 2008-03-30 | 1 | -0/+3 |
* | draw: take primitive into account when deciding if the pipeline is active | Keith Whitwell | 2008-03-25 | 1 | -1/+1 |
* | draw: check need_pipeline() in passthrough | Keith Whitwell | 2008-03-23 | 1 | -1/+1 |
* | gallium: beginnings of draw module vertex rework | Keith Whitwell | 2008-03-23 | 1 | -0/+206 |