summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_context.h
Commit message (Expand)AuthorAgeFilesLines
* Added new bitfields to tnl_eval_store for NV_vertex_program evaluatorsBrian Paul2002-06-231-1/+4
* pass context pointer to _tnl_free_immediate(), removed backref pointerBrian Paul2002-04-191-2/+34
* bring in changes from dri tcl branchKeith Whitwell2002-04-091-4/+9
* casts to silence compiler warningsKarl Schultz2002-04-041-3/+3
* More suport for t&l driversKeith Whitwell2002-02-131-1/+8
* Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul2002-01-221-113/+99
* Another vertex program checkpoint: clean-up of vertex attribute storageBrian Paul2002-01-061-3/+4
* Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul2002-01-051-34/+33
* Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul2001-12-181-3/+3
* vertex program check-inBrian Paul2001-12-141-75/+82
* more warning fixes (Karl Schultz)Brian Paul2001-09-141-3/+3
* Fix copying problem (light spots) on evaluated surfaces.Keith Whitwell2001-08-011-1/+2
* Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell2001-07-121-80/+82
* restore normal length optimization in dlistsKeith Whitwell2001-06-281-1/+4
* Adaptor code that lets tnl convert compiled (display list) cassettes backKeith Whitwell2001-06-041-1/+2
* added minor commentsBrian Paul2001-06-011-2/+4
* swapped in/out arguments to interp_func. Improved commentsBrian Paul2001-05-311-5/+17
* fix for Jouk's glplanet bugKeith Whitwell2001-05-161-1/+2
* Clean up translation of array elements, copying of elts in pure-eltKeith Whitwell2001-05-111-1/+4
* Replace PipelineStart, PipelineFinish with RunPipeline. Clean upKeith Whitwell2001-05-101-6/+6
* Lots more eval fixesKeith Whitwell2001-04-301-2/+5
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-7/+7
* first pass at eval fixesKeith Whitwell2001-04-261-10/+2
* Perform fixup on material valuesKeith Whitwell2001-04-091-1/+2
* 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