Fix segmentation fault in _tnl_ProgramCacheDestroy().
[mesa.git] / src / mesa / tnl / t_context.c
2005-11-01 Aapo TahkolaFix segmentation fault in _tnl_ProgramCacheDestroy().
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-09-14 Brian PaulRemove _tnl_MakeCurrent() and the unused ctx->Driver...
2005-06-27 Brian Paulinclude t_vp_build.h
2005-06-09 Keith WhitwellStore compiled vertex program representations in a...
2005-05-10 Keith WhitwellUpdate for FragmentProgram._Active
2005-04-26 Brian Paultweak previous fog/fragment program fix
2005-04-26 Brian Paulenable fog render input if fragment program fog option set
2005-04-22 Keith WhitwellSimplify the pipeline_stage structure
2005-04-15 Ben CrossmanReverted the last change back to fix bug 3035
2005-04-14 Ben CrossmanA few getenv() that werent using the mesa wrapper version
2005-02-10 Keith Whitwellmesa-tnl-0-to-NULL.patch from Jeff Muizelaar
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-04-23 Brian PaulAdded ctx->Vertex/FragmentProgram._Enable flags. Set...
2004-04-05 Daniel Borcaprotected all codegen behind AllowCodegen
2004-03-29 Keith WhitwellFirst round of codegen for t_vtx_api.c -- ie the Begin...
2004-02-24 Brian Paulturns out we probably need a _tnl_allow_pixel_fog(...
2004-02-17 Brian PaulA bit of an overhaul of the fog code.
2004-01-05 Keith WhitwellBeef up t_vertex.c:
2004-01-05 Keith WhitwellRe-commit t_vertex.[ch] changes to fd.o server.
2003-12-13 Brian Paulcall _ae_destroy_context() and _ae_invalidate_state...
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-04-08 Brian PaulAdded ctx->Texture._EnabledCoordUnits bitfield.
2003-02-04 Brian Pauladded a comment for _tnl_need_projected_coords()
2002-10-29 Brian Paulupdated email addresses
2002-10-24 Brian PaulHeader file clean-up:
2002-08-21 Brian Paulreplace Current.Color with Current.Attrib[VERT_ATTRIB_C...
2002-08-21 Keith Whitwellupdate colormaterial state on swtcl wakeup
2002-04-19 Brian Paulpass context pointer to _tnl_free_immediate(), removed...
2002-04-09 Keith Whitwellbring in changes from dri tcl branch
2002-02-13 Keith WhitwellMore suport for t&l drivers
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-07-19 Brian PaulAdded Win32 memory debugging and fixed a few memory...
2001-07-12 Keith WhitwellRename some of the tnl->Driver.* functions to tnl-...
2001-06-28 Keith Whitwellrestore normal length optimization in dlists
2001-06-04 Keith WhitwellAdaptor code that lets tnl convert compiled (display...
2001-05-11 Keith WhitwellClean up translation of array elements, copying of...
2001-05-09 Keith Whitwellfix possible segfault on destroy context
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-11 Gareth HughesClean up install, restore for exec vtxfmts.
2001-03-11 Gareth HughesSupport for swappable tnl modules.
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-01-13 Keith Whitwellfix conform dlist test
2001-01-13 Keith WhitwellFix crash in book/stencil.
2001-01-08 Keith WhitwellFixed 'IRound' to 'IROUND' in mmath.h
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-27 Jouk Jansen Modified Files:
2000-11-24 Keith WhitwellFixed a couple of bugs that crept into last commit
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-22 Jouk Jansen Committing in .
2000-11-18 Jon Taylor* Auto* build fixes
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories