| Commit message (Expand) | Author | Age | Files | Lines |
* | remove dead files | Keith Whitwell | 2003-11-24 | 1 | -744/+0 |
* | Initial work for bounds checking of vertex arrays and vertex buffer objects. | Brian Paul | 2003-10-22 | 1 | -4/+4 |
* | Assorted casts to silence g++ warnings. | Brian Paul | 2003-09-19 | 1 | -1/+1 |
* | GL_ARB_vertex_buffer_object working now, at least for non-indexed | Brian Paul | 2003-09-17 | 1 | -10/+14 |
* | Use correct conversions when translating array colors. | Keith Whitwell | 2003-08-20 | 1 | -232/+79 |
* | silence some warnings (Evgeny Kotsuba) | Brian Paul | 2003-05-28 | 1 | -1/+2 |
* | Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places. | Brian Paul | 2003-05-01 | 1 | -1/+1 |
* | Added ctx->Texture._EnabledCoordUnits bitfield. | Brian Paul | 2003-04-08 | 1 | -37/+81 |
* | clean-ups, const qualifiers | Brian Paul | 2003-03-31 | 1 | -56/+60 |
* | reduce memory needed for vertex attributes (allocate on demand) | Brian Paul | 2003-03-31 | 1 | -2/+13 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -4/+3 |
* | updated email addresses | Brian Paul | 2002-10-29 | 1 | -2/+2 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -2/+2 |
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -3/+3 |
* | more removal of fprintf() calls | Brian Paul | 2002-06-13 | 1 | -2/+3 |
* | Clean-up/renaming of the per-vertex attribute bits, specifically, the | Brian Paul | 2002-01-22 | 1 | -22/+22 |
* | Another vertex program checkpoint: clean-up of vertex attribute storage | Brian Paul | 2002-01-06 | 1 | -4/+5 |
* | Vertex program checkpoint commit: converted all vertex attributes (color, | Brian Paul | 2002-01-05 | 1 | -7/+9 |
* | vertex program check-in | Brian Paul | 2001-12-14 | 1 | -15/+15 |
* | more warning fixes (Karl Schultz) | Brian Paul | 2001-09-14 | 1 | -5/+5 |
* | Clean up translation of array elements, copying of elts in pure-elt | Keith Whitwell | 2001-05-11 | 1 | -1/+3 |
* | add missing translate functions | Keith Whitwell | 2001-05-09 | 1 | -4/+13 |
* | Lots more eval fixes | Keith Whitwell | 2001-04-30 | 1 | -3/+1 |
* | Support for floating point color representation in tnl module. | Keith Whitwell | 2001-04-28 | 1 | -28/+13 |
* | first pass at eval fixes | Keith Whitwell | 2001-04-26 | 1 | -2/+1 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -23/+21 |
* | More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work. | Brian Paul | 2001-03-08 | 1 | -2/+2 |
* | Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs. | Keith Whitwell | 2001-02-20 | 1 | -30/+27 |
* | Lots of GLchan datatype changes. | Brian Paul | 2001-01-24 | 1 | -47/+130 |
* | Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h) | Brian Paul | 2001-01-02 | 1 | -2/+2 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -0/+759 |