summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome/via_texcombine.c
AgeCommit message (Collapse)Author
2005-08-30Fixes from https://bugs.freedesktop.org/attachment.cgi?id=3077Alan Hourihane
2005-03-22merge unichrome changes from branchKeith Whitwell
2005-01-19Bring the texcombine fixes to the trunk.Keith Whitwell
2005-01-13TypoKeith Whitwell
2005-01-13Emit constant colors for texunit 1 blending.Keith Whitwell
Change comments and some code to match naming used in the docs.
2005-01-04Change to use the t_vertex.c mechanisms for building vertices,Keith Whitwell
including Felix's ptex code. Re-enable some assembly for performance.
2004-10-04The alpha post-scale and the RGB post-scale were mistakenly reversed.Ian Romanick
2004-10-02Cut out all of the old texture environment code and rewrote it fromIan Romanick
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.