aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vertex_c.c
Commit message (Expand)AuthorAgeFilesLines
* Remove old t_vertex.c codegen infrastructure, tie in new code.Keith Whitwell2005-05-181-267/+0
* mesa-tnl-0-to-NULL.patch from Jeff MuizelaarKeith Whitwell2005-02-101-2/+2
* free buffer in t_vertex_c.c on context deleteKeith Whitwell2005-01-121-0/+8
* silence a variety of warnings found with g++ 3.4.2Brian Paul2004-12-031-1/+1
* don't use __FUNCTION__ - not portableBrian Paul2004-08-221-7/+2
* updates from JoukBrian Paul2004-08-181-1/+1
* Minor tweaks to deal with vsnprintf and __FUNCTION__ on WIN32Karl Schultz2004-08-141-1/+8
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-011-1/+1
* Add infrastructure for t_vertex.c codegen. Add an example driverKeith Whitwell2004-06-301-0/+257