| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -5/+5 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -3/+3 |
* | swrast: Remove support for rendering antialiased lines into a color-index buffer | Ian Romanick | 2010-03-03 | 1 | -41/+9 |
* | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | 2008-09-18 | 1 | -4/+4 |
* | Overhaul/simplify SWvertex and SWspan attribute handling. | Brian | 2007-05-20 | 1 | -29/+10 |
* | s/DO_TEXVAR/DO_ATTRIBS/ | Brian | 2007-04-24 | 1 | -3/+3 |
* | Merge SWvertex texcoord and varying fields into attrib[] array field. | Brian | 2007-02-05 | 1 | -31/+20 |
* | New SWspan and SWspanarrays typedefs. | Brian Paul | 2006-10-01 | 1 | -1/+1 |
* | additional wrapper updates, bug 4468 | Brian Paul | 2005-09-19 | 1 | -1/+1 |
* | Fix color index mode rendering. | Brian Paul | 2004-03-09 | 1 | -2/+15 |
* | Added ctx->Texture._EnabledCoordUnits bitfield. | Brian Paul | 2003-04-08 | 1 | -5/+3 |
* | include macros.h | Brian Paul | 2003-03-14 | 1 | -1/+2 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -2/+2 |
* | fix GLchan==GLfloat bug in solve_plane_chan (bug 694546) | Brian Paul | 2003-02-28 | 1 | -6/+10 |
* | fix a cast (bug 694546) | Brian Paul | 2003-02-27 | 1 | -4/+4 |
* | First batch of code for GL_NV_fragment_program. | Brian Paul | 2003-01-14 | 1 | -8/+9 |
* | struct sw_span is again allocated on the stack, but the arrays of span | Brian Paul | 2002-08-07 | 1 | -2/+2 |
* | Implemented GL_NV_texture_rectangle extension. | Brian Paul | 2002-06-15 | 1 | -3/+3 |
* | Allocate a sw_span struct in the swrast context instead of allocating it | Brian Paul | 2002-04-19 | 1 | -2/+2 |
* | sw_span can now hold x/y arrays of fragment positions - getting ready to | Brian Paul | 2002-02-02 | 1 | -9/+13 |
* | more compiler warning fixes | Karl Schultz | 2001-09-18 | 1 | -12/+12 |
* | fixed a number of multi-texture line bugs | Brian Paul | 2001-05-21 | 1 | -6/+17 |
* | Fix order of decomposition of quad. | Keith Whitwell | 2001-05-17 | 1 | -4/+4 |
* | fixed some divide by zero problems found w/ conform | Brian Paul | 2001-05-10 | 1 | -2/+5 |
* | fixed some divide by zero conformance problems | Brian Paul | 2001-04-10 | 1 | -8/+19 |
* | adjustment to coverage sample positions | Brian Paul | 2001-03-28 | 1 | -3/+3 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -2/+1 |
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul | 2001-03-07 | 1 | -3/+3 |
* | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul | 2001-01-23 | 1 | -3/+3 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -6/+6 |
* | Cleanup of derived state calculation prior to seperating software T&L | Keith Whitwell | 2000-11-13 | 1 | -2/+2 |
* | New implementation of antialiased lines. Mesa should now pass the remaining | Brian Paul | 2000-11-05 | 1 | -0/+509 |