Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes from https://bugs.freedesktop.org/attachment.cgi?id=3077 | Alan Hourihane | 2005-08-30 | 1 | -1/+1 |
| | |||||
* | merge unichrome changes from branch | Keith Whitwell | 2005-03-22 | 1 | -49/+21 |
| | |||||
* | Bring the texcombine fixes to the trunk. | Keith Whitwell | 2005-01-19 | 1 | -80/+138 |
| | |||||
* | Typo | Keith Whitwell | 2005-01-13 | 1 | -1/+1 |
| | |||||
* | Emit constant colors for texunit 1 blending. | Keith Whitwell | 2005-01-13 | 1 | -40/+49 |
| | | | | Change comments and some code to match naming used in the docs. | ||||
* | Change to use the t_vertex.c mechanisms for building vertices, | Keith Whitwell | 2005-01-04 | 1 | -1/+0 |
| | | | | | | including Felix's ptex code. Re-enable some assembly for performance. | ||||
* | The alpha post-scale and the RGB post-scale were mistakenly reversed. | Ian Romanick | 2004-10-04 | 1 | -5/+9 |
| | |||||
* | Cut out all of the old texture environment code and rewrote it from | Ian Romanick | 2004-10-02 | 1 | -0/+382 |
scratch. There were just too many cut-and-paste errors in the code, and it was too hard to follow. This fixes Mesa bugzilla #1508. #1509 is probably also fixed, but I'd like to do some more testing before I close that particular bug. Additionally, this cuts almost 4,600 lines of code from the driver. |