Age | Commit message (Expand) | Author |
2003-03-31 | reduce memory needed for vertex attributes (allocate on demand) | Brian Paul |
2003-01-14 | First batch of code for GL_NV_fragment_program. | Brian Paul |
2002-12-05 | Don't crash if End received without a Begin... | Keith Whitwell |
2002-11-25 | added missing ctx parameter to _tnl_flush_immediate() calls | Brian Paul |
2002-11-25 | Flush IM if very small number of verts left -- prevent copy errors | Keith Whitwell |
2002-10-29 | updated email addresses | Brian Paul |
2002-10-24 | Header file clean-up: | Brian Paul |
2002-10-09 | use new vertex bitfield tokens | Brian Paul |
2002-10-03 | record GL_INVALID_VALUE in glVertexAttrib*NV() if index > 15 | Brian Paul |
2002-09-03 | improved error string | Brian Paul |
2002-06-16 | added some braces | 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 | 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-05 | Vertex program checkpoint commit: converted all vertex attributes (color, | Brian Paul |
2001-12-17 | Committing in . | Jouk Jansen |
2001-12-15 | disable debug printf's, fix a crash | Brian Paul |
2001-12-14 | vertex program check-in | Brian Paul |
2001-12-04 | dispatch changes to minimize hassle with XFree86 libGL | Brian Paul |
2001-11-18 | API dispath updates | Brian Paul |
2001-09-14 | silence more warnings (Karl Schultz) | Brian Paul |
2001-06-15 | Added fi_type union typedef to glheader.h. | Brian Paul |
2001-06-04 | Adaptor code that lets tnl convert compiled (display list) cassettes back | Keith Whitwell |
2001-05-11 | Clean up _tnl_Begin/begin/hard_begin. | Keith Whitwell |
2001-05-11 | Clean up translation of array elements, copying of elts in pure-elt | 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-19 | Split driver struct into swrast/tnl/core components. | Keith Whitwell |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul |
2001-02-15 | Fix propogation of material values in VB's that don't reach the lighting | Keith Whitwell |
2001-01-24 | Lots of GLchan datatype changes. | Brian Paul |
2001-01-08 | Fixed 'IRound' to 'IROUND' in mmath.h | Keith Whitwell |
2001-01-05 | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell |
2001-01-02 | Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h) | Brian Paul |
2000-12-26 | Major rework of tnl module | Keith Whitwell |