Speedup the venerable mm.[ch] allocator with doubly linked lists and a
[mesa.git] / src / mesa / tnl / t_save_api.c
2006-04-25 Brian PaulPut color index attribute into the 6th attribute slot.
2006-04-11 Michal KrolMore GLSL code:
2005-08-10 Keith WhitwellCheck for prim/vertex store non-null before messing...
2005-08-09 Keith WhitwellDecrement the context's refcounts on part-used storage...
2005-07-18 Ian RomanickWrap every place that accesses a dispatch table with...
2005-05-10 Keith WhitwellFix some valgrind complaints
2005-04-23 Keith WhitwellFix the worst problems with dangling edgeflag references in
2005-03-02 Alan Hourihaneuse COPY_CLEAN_4V macro to replace using both ASSIGN_4V...
2005-02-10 Keith Whitwellmesa-tnl-0-to-NULL.patch from Jeff Muizelaar
2005-01-22 Keith WhitwellDetermine ahead of time whether a display list will...
2004-11-27 Brian PaulChange the dispatch offsets for the VertexAttrib*NV...
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-05-27 Ian RomanickConvert all calls using _glapi_Dispatch to use the...
2004-04-26 Alan Hourihanebring over build fixes from stable branch
2004-04-20 Keith WhitwellSimplify last fix slightly, apply to vtx paths as well.
2004-04-20 Keith WhitwellWhen upgrading copied vertices, distinguish between...
2004-04-02 Brian Paulfix bad array indexing in _save_current_init() that...
2004-04-02 Daniel Borcadisabled naughty cheats and protected the choosers...
2004-04-02 Daniel Borcaadded codegen'ed choosers
2004-02-24 Brian PaulglDrawArrays loop was wrong
2004-01-31 Brian Pauldon't call gl functions directly, jump through _glapi_D...
2004-01-15 Brian PaulCosmetic changes.
2004-01-08 Daniel Borcakeeping things safe: sanity check back
2004-01-08 Daniel Borcaremoved unnecessary (now) sanity check
2004-01-07 Daniel Borcasanity check for vertex counter
2003-12-09 Keith WhitwellCall UpdateMaterials when they have changed
2003-12-06 Keith WhitwellRelax assertion to account for empty primitives.
2003-12-05 Keith WhitwellBackout last change on the displaylist path to fix...
2003-12-05 Brian Paulinclude glheader.h first, to prevent warnings about...
2003-12-04 Karl SchultzAdd missing GLAPIENTRY
2003-12-03 Keith WhitwellEnsure PRIM_BEGIN marker isn't lost when incomplete...
2003-11-25 Brian Paulfix assorted g++ warnings
2003-11-25 Brian PaulRemove unnecessary usage of __FUNCTION__.
2003-11-24 Keith WhitwellMerge vtx-0-2-branch