summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_imm_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-151/+0
* Assorted casts to silence g++ warnings.Brian Paul2003-09-191-2/+2
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* reduce memory needed for vertex attributes (allocate on demand)Brian Paul2003-03-311-1/+22
* remove debug printfBrian Paul2003-03-291-3/+1
* minor clean-ups, comments, etcBrian Paul2003-03-281-41/+50
* updated email addressesBrian Paul2002-10-291-2/+2
* Header file clean-up:Brian Paul2002-10-241-2/+2
* pass context pointer to _tnl_free_immediate(), removed backref pointerBrian Paul2002-04-191-4/+3
* init whole immediate struct to zeroBrian Paul2002-01-101-11/+2
* Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul2002-01-051-18/+5
* free the NormalLengthPtr if non-null in _tnl_free_immediate()Brian Paul2001-12-151-3/+9
* vertex program check-inBrian Paul2001-12-141-2/+1
* Committing in .Jouk Jansen2001-09-071-1/+2
* restore normal length optimization in dlistsKeith Whitwell2001-06-281-1/+4
* fix possible segfault on destroy contextKeith Whitwell2001-05-091-5/+12
* Lots more eval fixesKeith Whitwell2001-04-301-3/+31
* first pass at eval fixesKeith Whitwell2001-04-261-1/+3
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-7/+4
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-3/+5
* Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell2001-02-151-7/+1
* Add render stage for unclipped vb's to fx driver.Keith Whitwell2000-12-281-5/+9
* Major rework of tnl moduleKeith Whitwell2000-12-261-0/+104