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