Rename the various function types in t_context.h to include a tnl_ prefix.
[mesa.git] / src / mesa / tnl / t_vtx_api.c
2004-07-01 Keith WhitwellRename the various function types in t_context.h to...
2004-04-23 Brian PaulAdded ctx->Vertex/FragmentProgram._Enable flags. Set...
2004-04-20 Keith WhitwellSimplify last fix slightly, apply to vtx paths as well.
2004-04-16 Keith WhitwellMake sure ctx->Driver.NeedFlush is set for Eval-generat...
2004-04-13 Daniel Borcaupdated Glide driver documentation
2004-04-12 Ian RomanickMissed one with the last commit.
2004-04-12 Ian RomanickConditionally compile code for x86 specific TNL codegen...
2004-04-05 Daniel Borcaprotected all codegen behind AllowCodegen
2004-04-02 Daniel Borcadisabled naughty cheats and protected the choosers...
2004-04-02 Daniel Borcaadded codegen'ed choosers
2004-04-01 Daniel Borcacodegen'ed versions of the 2nd level dispatch
2004-03-31 Keith Whitwelldynfn --> _tnl_dynfn
2004-03-29 Keith WhitwellFirst round of codegen for t_vtx_api.c -- ie the Begin...
2004-03-15 Keith WhitwellStreamline the error path in VertexAttrib functions...
2004-02-26 Brian Paulcheck for invalid vertex/fragment program in glBegin
2004-01-27 Keith WhitwellCatch and shortcircuit no-primitive and no-vertex cases...
2004-01-15 Brian PaulCosmetic changes.
2004-01-04 Felix KuehlingReenable the vtxfmt code paths in the radeon and r200...
2004-01-01 Brian Paulwhitespace changes and new comments
2003-12-09 Keith WhitwellCall UpdateMaterials when they have changed
2003-12-08 Jouk Jansen Committing in .
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
2003-08-06 Keith WhitwellNewer version of this file
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-05-11 Keith Whitwellanother checkpoint of struct immediate replacement...
2002-04-18 Keith WhitwellCore of the future vertex engine. Isn't built yet...