summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_pipeline.c
Commit message (Expand)AuthorAgeFilesLines
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-5/+5
* unhook t_vb_arbprogram.c code - it's going awayBrian2007-04-161-7/+3
* Checkpoint work for new GLSL compiler back-end.Brian2006-12-131-4/+1
* remove some unneeded #includesBrian Paul2006-06-131-3/+0
* Put color index attribute into the 6th attribute slot.Brian Paul2006-04-251-1/+1
* Add ARB_vertex_shader stage just before render stage.Michal Krol2006-02-131-2/+5
* Add a NotifyInputChanges() callback so that drivers (particularly tnlKeith Whitwell2005-11-011-0/+4
* Store compiled vertex program representations in a pointer in theKeith Whitwell2005-06-091-8/+10
* Remove old t_vertex.c codegen infrastructure, tie in new code.Keith Whitwell2005-05-181-3/+13
* Move the call to _tnl_UpdateFixedFunctionProgram to makeKeith Whitwell2005-04-221-0/+4
* Simplify the pipeline_stage structureKeith Whitwell2005-04-221-80/+66
* mesa-tnl-0-to-NULL.patch from Jeff MuizelaarKeith Whitwell2005-02-101-1/+1
* minor #ifdef fixBrian Paul2004-01-311-1/+1
* Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell2004-01-051-0/+3
* Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul2003-12-041-0/+6
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-10/+8
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* 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