summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_imm_alloc.c
AgeCommit message (Expand)Author
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