summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vp_build.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some ghost code and adjust things a bit.Aapo Tahkola2005-11-021-11/+2
* Several fp and vp tweaks:Keith Whitwell2005-11-011-55/+90
* Fix segmentation fault in _tnl_ProgramCacheDestroy().Aapo Tahkola2005-11-011-10/+0
* Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul2005-11-011-1/+1
* Need more than 200 instructions.Aapo Tahkola2005-10-311-1/+1
* Improve tnl program searching performance.Aapo Tahkola2005-10-311-14/+55
* additional wrapper updates, bug 4468Brian Paul2005-09-191-3/+3
* use mesa import wrappers, bug 4468Brian Paul2005-09-161-1/+1
* Follow suggestion by Aapo Tahkola to fix giant memory leak from forgetting to...Vladimir Dergachev2005-08-061-0/+1
* some GLuint idx -> GLint idx changesBrian Paul2005-07-221-4/+4
* Make the vertex program source register Index field a signed int sinceBrian Paul2005-07-221-1/+1
* make create_new_program() staticBrian Paul2005-06-271-3/+4
* Define __FUNCTION__ as a preprocessor symbol in glheader.h if we're notBrian Paul2005-06-191-4/+0
* Committing in .Jouk Jansen2005-06-141-0/+3
* remove debug printsKeith Whitwell2005-06-101-2/+0
* Fix typo in spot attenuationKeith Whitwell2005-06-101-1/+1
* Correct test for attenuation.Keith Whitwell2005-06-101-12/+12
* Fix colormaterial flag calculations.Keith Whitwell2005-06-101-17/+30
* Fix a couple of bugletsKeith Whitwell2005-06-091-8/+9
* Build vertex programs using state from a 'state key' struct which isKeith Whitwell2005-06-091-153/+364
* 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