summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_context.h
Commit message (Expand)AuthorAgeFilesLines
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-2/+104
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-31/+31
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-2/+2
* Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.Keith Whitwell2001-02-201-22/+5
* Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell2001-02-151-3/+4
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-291-9/+1
* Lots of GLchan datatype changes.Brian Paul2001-01-241-4/+21
* Fixed conform feedback and drawelements tests.Keith Whitwell2001-01-141-2/+2
* Fix crash in book/stencil.Keith Whitwell2001-01-131-1/+5
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-5/+12
* Fix evalpoints bug (samples/nurb)Keith Whitwell2000-12-271-1/+2
* Major rework of tnl moduleKeith Whitwell2000-12-261-456/+273
* Compute attenuated point size in a new pipeline stage.Brian Paul2000-12-081-2/+4
* Fixed a couple of bugs that crept into last commitKeith Whitwell2000-11-241-60/+44
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-16/+32
* Committing in .Jouk Jansen2000-11-221-38/+38
* fix lvalue cast on ctx->swtnl_imKeith Whitwell2000-11-201-2/+2
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-0/+629