summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texenvprogram.c
Commit message (Expand)AuthorAgeFilesLines
...
* Temporary fix - delete and recreate texenvprogram so that driversKeith Whitwell2005-05-101-5/+10
* Fix texenv segfault. Reported by Ben Skeggs.Keith Whitwell2005-05-101-0/+10
* Try not to use the same temp reg as a TXP destination more than once,Keith Whitwell2005-05-101-2/+40
* Use driver functions to create TexEnvProgram, TnlProgramKeith Whitwell2005-05-091-1/+10
* Add a facility to route all rasterization through a fragment programKeith Whitwell2005-05-041-152/+102
* Maintain a fragment program for current texturing state.Keith Whitwell2005-04-291-0/+772