Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | draw: make sure viewport index is fetched from leading vertex | Zack Rusin | 2013-05-25 | 1 | -8/+17 |
* | draw: clamp the viewports to always be between 0 and max | Zack Rusin | 2013-05-25 | 1 | -4/+4 |
* | draw: implement support for multiple viewports | Zack Rusin | 2013-05-25 | 1 | -2/+8 |
* | draw: fix MSVC divide-by-zero compilation error | Brian Paul | 2013-01-22 | 1 | -1/+2 |
* | draw: add new debug code and comments in clip code template | Brian Paul | 2013-01-22 | 1 | -0/+15 |
* | draw: clipdistance support (v2) | Dave Airlie | 2012-01-11 | 1 | -3/+27 |
* | draw/softpipe: add clip vertex support. (v2) | Dave Airlie | 2012-01-11 | 1 | -5/+12 |
* | Squash-merge branch 'gallium-clip-state' | Marek Olšák | 2012-01-10 | 1 | -5/+11 |
* | draw: add support for guard-band clipping | Brian Paul | 2011-09-22 | 1 | -2/+9 |
* | draw: specialized cliptesting routines | Keith Whitwell | 2010-08-25 | 1 | -0/+114 |