summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_pipeline.c
Commit message (Expand)AuthorAgeFilesLines
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-4/+3
* updated email addressesBrian Paul2002-10-291-2/+2
* Header file clean-up:Brian Paul2002-10-241-2/+2
* surround vertex program code with #if FEATURE_NV_vertex_program/#endifBrian Paul2002-10-161-1/+3
* Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul2002-01-221-2/+2
* disable debug printf's, fix a crashBrian Paul2001-12-151-3/+1
* vertex program check-inBrian Paul2001-12-141-1/+4
* Initial commit of cliptest work. More to come shortly.Gareth Hughes2001-05-211-4/+4
* Replace PipelineStart, PipelineFinish with RunPipeline. Clean upKeith Whitwell2001-05-101-32/+18
* Restore optimization for cva glArrayElement operation.Keith Whitwell2001-04-301-2/+9
* Remove values from VB->importable_data as those arrays are removedKeith Whitwell2001-04-191-2/+3
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-5/+5
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-24/+23
* Fixed conform problems with recent material tracking change.Keith Whitwell2001-02-161-2/+1
* Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell2001-02-151-1/+6
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-291-23/+33
* Fixes for performance bug on compiled array element paths.Keith Whitwell2001-01-171-3/+3
* Fixed conform feedback and drawelements tests.Keith Whitwell2001-01-141-1/+2
* Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell2001-01-081-2/+1
* Major rework of tnl moduleKeith Whitwell2000-12-261-386/+115
* Modified Files:Jouk Jansen2000-11-271-2/+2
* Fixed a couple of bugs that crept into last commitKeith Whitwell2000-11-241-39/+12
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-21/+22
* Committing in .Jouk Jansen2000-11-221-56/+56
* minor multi-tex changes, changed MAX_TEXTURE_UNITS to 4Brian Paul2000-11-201-2/+4
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-0/+496