summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_imm_elt.c
Commit message (Expand)AuthorAgeFilesLines
* Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul2003-10-221-4/+4
* Assorted casts to silence g++ warnings.Brian Paul2003-09-191-1/+1
* GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul2003-09-171-10/+14
* Use correct conversions when translating array colors.Keith Whitwell2003-08-201-232/+79
* silence some warnings (Evgeny Kotsuba)Brian Paul2003-05-281-1/+2
* Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul2003-05-011-1/+1
* Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul2003-04-081-37/+81
* clean-ups, const qualifiersBrian Paul2003-03-311-56/+60
* reduce memory needed for vertex attributes (allocate on demand)Brian Paul2003-03-311-2/+13
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-4/+3
* updated email addressesBrian Paul2002-10-291-2/+2
* Header file clean-up:Brian Paul2002-10-241-2/+2
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-3/+3
* more removal of fprintf() callsBrian Paul2002-06-131-2/+3
* Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul2002-01-221-22/+22
* Another vertex program checkpoint: clean-up of vertex attribute storageBrian Paul2002-01-061-4/+5
* Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul2002-01-051-7/+9
* vertex program check-inBrian Paul2001-12-141-15/+15
* more warning fixes (Karl Schultz)Brian Paul2001-09-141-5/+5
* Clean up translation of array elements, copying of elts in pure-eltKeith Whitwell2001-05-111-1/+3
* add missing translate functionsKeith Whitwell2001-05-091-4/+13
* Lots more eval fixesKeith Whitwell2001-04-301-3/+1
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-28/+13
* first pass at eval fixesKeith Whitwell2001-04-261-2/+1
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-23/+21
* More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul2001-03-081-2/+2
* Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.Keith Whitwell2001-02-201-30/+27
* Lots of GLchan datatype changes.Brian Paul2001-01-241-47/+130
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-021-2/+2
* Major rework of tnl moduleKeith Whitwell2000-12-261-0/+759