summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_imm_elt.c
AgeCommit message (Expand)Author
2003-11-24remove dead filesKeith Whitwell
2003-10-22Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul
2003-09-19Assorted casts to silence g++ warnings.Brian Paul
2003-09-17GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul
2003-08-20Use correct conversions when translating array colors.Keith Whitwell
2003-05-28silence some warnings (Evgeny Kotsuba)Brian Paul
2003-05-01Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul
2003-04-08Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul
2003-03-31clean-ups, const qualifiersBrian Paul
2003-03-31reduce memory needed for vertex attributes (allocate on demand)Brian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2002-10-29updated email addressesBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-13more removal of fprintf() callsBrian Paul
2002-01-22Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul
2002-01-06Another vertex program checkpoint: clean-up of vertex attribute storageBrian Paul
2002-01-05Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul
2001-12-14vertex program check-inBrian Paul
2001-09-14more warning fixes (Karl Schultz)Brian Paul
2001-05-11Clean up translation of array elements, copying of elts in pure-eltKeith Whitwell
2001-05-09add missing translate functionsKeith Whitwell
2001-04-30Lots more eval fixesKeith Whitwell
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell
2001-04-26first pass at eval fixesKeith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-08More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul
2001-02-20Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.Keith Whitwell
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-02Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell