Enable GL_EXT_blend_subtract and GL_NV_blend_square.
[mesa.git] / src / mesa / tnl / t_save_api.c
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