aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/unichrome/via_texcombine.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixes from https://bugs.freedesktop.org/attachment.cgi?id=3077Alan Hourihane2005-08-301-1/+1
|
* merge unichrome changes from branchKeith Whitwell2005-03-221-49/+21
|
* Bring the texcombine fixes to the trunk.Keith Whitwell2005-01-191-80/+138
|
* TypoKeith Whitwell2005-01-131-1/+1
|
* Emit constant colors for texunit 1 blending.Keith Whitwell2005-01-131-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 Whitwell2005-01-041-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 Romanick2004-10-041-5/+9
|
* Cut out all of the old texture environment code and rewrote it fromIan Romanick2004-10-021-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.