summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texenvprogram.c
Commit message (Expand)AuthorAgeFilesLines
* Detect use of disabled textures as tex_env_crossbar sources.Keith Whitwell2005-05-231-8/+18
* Support ARB_texture_env_crossbar. Changes the way programs areKeith Whitwell2005-05-231-41/+119
* Restore the negate() function.Keith Whitwell2005-05-231-5/+33
* don't include strings.hBrian Paul2005-05-171-2/+0
* Deal better with indirection and indirection accounting, developedKeith Whitwell2005-05-161-33/+53
* new MESA_DEBUG option: disassemKeith Whitwell2005-05-121-1/+1
* Fix glean/conform problems. Don't generate so much output whenKeith Whitwell2005-05-111-26/+36
* Fix logic for allocating texture temporaries (Ben Skeggs).Keith Whitwell2005-05-111-15/+24
* Double-buffer generated instructions and only notify driver when theKeith Whitwell2005-05-101-1/+0
* Double-buffer generated instructions and only notify driver when theKeith Whitwell2005-05-101-8/+21
* Better driver notification on changes.Keith Whitwell2005-05-101-7/+10
* 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