aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vp_build.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate a couple of swizzles.Keith Whitwell2005-05-181-3/+4
* don't include strings.hBrian Paul2005-05-171-2/+0
* Turn disassem off (oops).Keith Whitwell2005-05-121-1/+1
* When lighting is enabled, but no lights are enabled, the scenecolorKeith Whitwell2005-05-121-27/+85
* Use _mesa_memset rather than memsetKeith Whitwell2005-05-111-1/+1
* Rename temp_flag to temp_in_use. Use ctx->Const.MaxVertexProgramTempsKeith Whitwell2005-05-111-8/+13
* Ensure programs don't overflow allocated instruction store.Keith Whitwell2005-05-101-1/+8
* Improved detection of program changes.Keith Whitwell2005-05-101-20/+32
* Double-buffer generated instructions and only notify driver when theKeith Whitwell2005-05-101-5/+27
* Missing from previous commitKeith Whitwell2005-05-101-2/+6
* Add a facility to route all rasterization through a fragment programKeith Whitwell2005-05-041-5/+22
* Format for 80 columns. Add alternate matrix mul based on MAD rather than DP4.Keith Whitwell2005-04-291-115/+217
* Simplify the pipeline_stage structureKeith Whitwell2005-04-221-1/+1
* Facility to construct a vertex program which executes the currentKeith Whitwell2005-04-211-0/+1047