clean up cache flush emission into one place
[mesa.git] / src / mesa / tnl / t_save_api.c
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-16 Keith WhitwellMerge vbo_0_1_branch
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2007-01-10 BrianUpdate _save_VertexAttrib() functions for non-aliasing...
2007-01-10 Brianadd code for generic attributes 16..31
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-16 Keith WhitwellMake sure vbo's are mapped before accessing their conte...
2006-10-29 Keith WhitwellChanges for new vbo-building module.
2006-08-25 Brian PaulIn _save_End(), set CurrentExecPrimitive = PRIM_OUTSIDE...
2006-08-25 Brian Paulimproved comments
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