summaryrefslogtreecommitdiff
path: root/src/mesa/main/texenvprogram.c
AgeCommit message (Expand)Author
2005-05-23Restore the negate() function.Keith Whitwell
2005-05-17don't include strings.hBrian Paul
2005-05-16Deal better with indirection and indirection accounting, developedKeith Whitwell
2005-05-12new MESA_DEBUG option: disassemKeith Whitwell
2005-05-11Fix glean/conform problems. Don't generate so much output whenKeith Whitwell
2005-05-11Fix logic for allocating texture temporaries (Ben Skeggs).Keith Whitwell
2005-05-10Double-buffer generated instructions and only notify driver when theKeith Whitwell
2005-05-10Double-buffer generated instructions and only notify driver when theKeith Whitwell
2005-05-10Better driver notification on changes.Keith Whitwell
2005-05-10Temporary fix - delete and recreate texenvprogram so that driversKeith Whitwell
2005-05-10Fix texenv segfault. Reported by Ben Skeggs.Keith Whitwell
2005-05-10Try not to use the same temp reg as a TXP destination more than once,Keith Whitwell
2005-05-09Use driver functions to create TexEnvProgram, TnlProgramKeith Whitwell
2005-05-04Add a facility to route all rasterization through a fragment programKeith Whitwell
2005-04-29Maintain a fragment program for current texturing state.Keith Whitwell