summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_imm_alloc.c
AgeCommit message (Expand)Author
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-09-19Assorted casts to silence g++ warnings.Brian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-03-31reduce memory needed for vertex attributes (allocate on demand)Brian Paul
2003-03-29remove debug printfBrian Paul
2003-03-28minor clean-ups, comments, etcBrian Paul
2002-10-29updated email addressesBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-04-19pass context pointer to _tnl_free_immediate(), removed backref pointerBrian Paul
2002-01-10init whole immediate struct to zeroBrian Paul
2002-01-05Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul
2001-12-15free the NormalLengthPtr if non-null in _tnl_free_immediate()Brian Paul
2001-12-14vertex program check-inBrian Paul
2001-09-07 Committing in .Jouk Jansen
2001-06-28restore normal length optimization in dlistsKeith Whitwell
2001-05-09fix possible segfault on destroy contextKeith Whitwell
2001-04-30Lots more eval fixesKeith Whitwell
2001-04-26first pass at eval fixesKeith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-02-15Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell
2000-12-28Add render stage for unclipped vb's to fx driver.Keith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell