summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_imm_api.c
Commit message (Expand)AuthorAgeFilesLines
* improved error stringBrian Paul2002-09-031-2/+2
* added some bracesBrian Paul2002-06-161-5/+5
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-23/+21
* more removal of fprintf() callsBrian Paul2002-06-131-12/+11
* pass context pointer to _tnl_free_immediate(), removed backref pointerBrian Paul2002-04-191-22/+36
* bring in changes from dri tcl branchKeith Whitwell2002-04-091-60/+89
* More suport for t&l driversKeith Whitwell2002-02-131-1/+18
* Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul2002-01-221-39/+39
* Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul2002-01-051-177/+165
* Committing in .Jouk Jansen2001-12-171-1/+3
* disable debug printf's, fix a crashBrian Paul2001-12-151-4/+4
* vertex program check-inBrian Paul2001-12-141-21/+60
* dispatch changes to minimize hassle with XFree86 libGLBrian Paul2001-12-041-11/+11
* API dispath updatesBrian Paul2001-11-181-9/+9
* silence more warnings (Karl Schultz)Brian Paul2001-09-141-3/+3
* Added fi_type union typedef to glheader.h.Brian Paul2001-06-151-52/+54
* Adaptor code that lets tnl convert compiled (display list) cassettes backKeith Whitwell2001-06-041-2/+4
* Clean up _tnl_Begin/begin/hard_begin.Keith Whitwell2001-05-111-111/+98
* Clean up translation of array elements, copying of elts in pure-eltKeith Whitwell2001-05-111-7/+9
* Lots more eval fixesKeith Whitwell2001-04-301-18/+23
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-98/+29
* Perform fixup on material valuesKeith Whitwell2001-04-091-26/+8
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-5/+1
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-51/+52
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-6/+6
* Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell2001-02-151-7/+14
* Lots of GLchan datatype changes.Brian Paul2001-01-241-105/+27
* Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell2001-01-081-12/+50
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-1/+1
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-021-20/+20
* Major rework of tnl moduleKeith Whitwell2000-12-261-0/+1398