summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_context.c
Commit message (Expand)AuthorAgeFilesLines
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul2003-04-081-2/+4
* added a comment for _tnl_need_projected_coords()Brian Paul2003-02-041-3/+8
* updated email addressesBrian Paul2002-10-291-2/+2
* Header file clean-up:Brian Paul2002-10-241-2/+2
* replace Current.Color with Current.Attrib[VERT_ATTRIB_COLOR0]Brian Paul2002-08-211-2/+2
* update colormaterial state on swtcl wakeupKeith Whitwell2002-08-211-1/+6
* pass context pointer to _tnl_free_immediate(), removed backref pointerBrian Paul2002-04-191-2/+2
* bring in changes from dri tcl branchKeith Whitwell2002-04-091-13/+11
* More suport for t&l driversKeith Whitwell2002-02-131-7/+13
* Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul2001-12-181-4/+4
* Added Win32 memory debugging and fixed a few memory leaks (Gerk Huisma)Brian Paul2001-07-191-1/+2
* Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell2001-07-121-3/+3
* restore normal length optimization in dlistsKeith Whitwell2001-06-281-1/+11
* Adaptor code that lets tnl convert compiled (display list) cassettes backKeith Whitwell2001-06-041-1/+13
* Clean up translation of array elements, copying of elts in pure-eltKeith Whitwell2001-05-111-2/+3
* fix possible segfault on destroy contextKeith Whitwell2001-05-091-3/+1
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-6/+6
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-3/+3
* Clean up install, restore for exec vtxfmts.Gareth Hughes2001-03-111-2/+2
* Support for swappable tnl modules.Gareth Hughes2001-03-111-9/+9
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-2/+2
* fix conform dlist testKeith Whitwell2001-01-131-1/+5
* Fix crash in book/stencil.Keith Whitwell2001-01-131-1/+13
* Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell2001-01-081-2/+3
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-2/+5
* Major rework of tnl moduleKeith Whitwell2000-12-261-153/+80
* Modified Files:Jouk Jansen2000-11-271-2/+6
* Fixed a couple of bugs that crept into last commitKeith Whitwell2000-11-241-14/+10
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-54/+119
* Committing in .Jouk Jansen2000-11-221-14/+14
* * Auto* build fixesJon Taylor2000-11-181-1/+1
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-0/+201