| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 1 | -586/+0 |
* | GL_ARB_vertex_buffer_object working now, at least for non-indexed | Brian Paul | 2003-09-17 | 1 | -0/+2 |
* | More work on ARB_vertex_buffer_object. | Brian Paul | 2003-09-17 | 1 | -3/+3 |
* | Store material attributes in an Attrib[] style array. This is a | Keith Whitwell | 2003-08-05 | 1 | -3/+5 |
* | Fix typo (& instead of &&) to fix olympic.c bug | Keith Whitwell | 2003-08-01 | 1 | -1/+1 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -1/+1 |
* | added null pointer check in tnl_copy_to_current() | Brian Paul | 2003-06-11 | 1 | -1/+1 |
* | clean up _tnl_copy_to_current() | Brian Paul | 2003-06-11 | 1 | -37/+12 |
* | add missing vertex attribs in _tnl_copy_to_current() | Brian Paul | 2003-06-10 | 1 | -6/+12 |
* | Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places. | Brian Paul | 2003-05-01 | 1 | -5/+3 |
* | Added ctx->Texture._EnabledCoordUnits bitfield. | Brian Paul | 2003-04-08 | 1 | -3/+7 |
* | Don't unset FLUSH_STORED_VERTICES in _tnl_execute_cassette as this may | Keith Whitwell | 2003-04-07 | 1 | -3/+5 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -4/+3 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -2/+2 |
* | init tmp->Normal.size = 3 | Brian Paul | 2002-08-08 | 1 | -1/+2 |
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -2/+2 |
* | more removal of fprintf() calls | Brian Paul | 2002-06-13 | 1 | -10/+2 |
* | pass context pointer to _tnl_free_immediate(), removed backref pointer | Brian Paul | 2002-04-19 | 1 | -3/+3 |
* | bring in changes from dri tcl branch | Keith Whitwell | 2002-04-09 | 1 | -2/+9 |
* | Remove debug | Keith Whitwell | 2002-02-13 | 1 | -2/+2 |
* | More suport for t&l drivers | Keith Whitwell | 2002-02-13 | 1 | -5/+5 |
* | Clean-up/renaming of the per-vertex attribute bits, specifically, the | Brian Paul | 2002-01-22 | 1 | -56/+66 |
* | Another vertex program checkpoint: clean-up of vertex attribute storage | Brian Paul | 2002-01-06 | 1 | -7/+4 |
* | Vertex program checkpoint commit: converted all vertex attributes (color, | Brian Paul | 2002-01-05 | 1 | -24/+34 |
* | disable debug printf's, fix a crash | Brian Paul | 2001-12-15 | 1 | -4/+1 |
* | vertex program check-in | Brian Paul | 2001-12-14 | 1 | -33/+50 |
* | Don't reset _tnl_CurrentInput when in DestroyContext. | Alan Hourihane | 2001-11-30 | 1 | -2/+9 |
* | Fix SGL testLights.exe bugs (interaction of copying and fixup in display lists) | Keith Whitwell | 2001-08-02 | 1 | -9/+14 |
* | Fix copying problem (light spots) on evaluated surfaces. | Keith Whitwell | 2001-08-01 | 1 | -1/+2 |
* | restore normal length optimization in dlists | Keith Whitwell | 2001-06-28 | 1 | -1/+4 |
* | fix for Jouk's glplanet bug | Keith Whitwell | 2001-05-16 | 1 | -1/+2 |
* | Fix for glean texgen test. | Keith Whitwell | 2001-05-14 | 1 | -4/+4 |
* | Clean up translation of array elements, copying of elts in pure-elt | Keith Whitwell | 2001-05-11 | 1 | -27/+16 |
* | Replace PipelineStart, PipelineFinish with RunPipeline. Clean up | Keith Whitwell | 2001-05-10 | 1 | -3/+3 |
* | fix possible segfault on destroy context | Keith Whitwell | 2001-05-09 | 1 | -2/+3 |
* | fix for moebius infinite loop | Keith Whitwell | 2001-05-03 | 1 | -23/+44 |
* | removed debug | Keith Whitwell | 2001-05-01 | 1 | -2/+2 |
* | Lots more eval fixes | Keith Whitwell | 2001-04-30 | 1 | -66/+76 |
* | Support for floating point color representation in tnl module. | Keith Whitwell | 2001-04-28 | 1 | -11/+37 |
* | Perform fixup on material values | Keith Whitwell | 2001-04-09 | 1 | -2/+6 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -41/+41 |
* | More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work. | Brian Paul | 2001-03-08 | 1 | -3/+4 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -13/+13 |
* | Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs. | Keith Whitwell | 2001-02-20 | 1 | -11/+3 |
* | Fixed conform problems with recent material tracking change. | Keith Whitwell | 2001-02-16 | 1 | -1/+3 |
* | Fix propogation of material values in VB's that don't reach the lighting | Keith Whitwell | 2001-02-15 | 1 | -37/+22 |
* | Overhaul of texture image handling. | Brian Paul | 2001-02-06 | 1 | -2/+1 |
* | Lots of GLchan datatype changes. | Brian Paul | 2001-01-24 | 1 | -4/+12 |
* | Fixed conform feedback and drawelements tests. | Keith Whitwell | 2001-01-14 | 1 | -3/+3 |
* | Fix crash in book/stencil. | Keith Whitwell | 2001-01-13 | 1 | -8/+13 |