summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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