summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_imm_api.c
Commit message (Expand)AuthorAgeFilesLines
* remove dead filesKeith Whitwell2003-11-241-1387/+0
* Redo array element checking for vertex array buffers.Brian Paul2003-11-101-0/+2
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-56/+56
* Updates required for building the SciTech SNAP version of Mesa. This includes:Kendall Bennett2003-09-301-2/+2
* Store material attributes in an Attrib[] style array. This is aKeith Whitwell2003-08-051-47/+15
* fixed secondary color typoBrian Paul2003-06-101-1/+1
* Added support for NV_light_max_exponent.Ian Romanick2003-05-301-2/+2
* silence some warnings (Evgeny Kotsuba)Brian Paul2003-05-281-3/+2
* reduce memory needed for vertex attributes (allocate on demand)Brian Paul2003-03-311-114/+147
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-4/+4
* Don't crash if End received without a Begin...Keith Whitwell2002-12-051-4/+7
* added missing ctx parameter to _tnl_flush_immediate() callsBrian Paul2002-11-251-3/+3
* Flush IM if very small number of verts left -- prevent copy errorsKeith Whitwell2002-11-251-1/+15
* updated email addressesBrian Paul2002-10-291-2/+2
* Header file clean-up:Brian Paul2002-10-241-2/+2
* use new vertex bitfield tokensBrian Paul2002-10-091-2/+2
* record GL_INVALID_VALUE in glVertexAttrib*NV() if index > 15Brian Paul2002-10-031-1/+10
* 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