| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | swrast: Fix fixed-function fragment processing | Chad Versace | 2012-01-27 | 1 | -1/+1 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -7/+7 |
* | swrast: simplify assertion to silence warning | Brian Paul | 2011-04-05 | 1 | -6/+1 |
* | mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlines | Brian Paul | 2011-03-11 | 1 | -1/+2 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -3/+3 |
* | swrast: remove duplicated include | Nicolas Kaiser | 2010-09-30 | 1 | -1/+0 |
* | swrast: remove unused compute_coveragei() function | Brian Paul | 2010-03-17 | 1 | -82/+0 |
* | swrast: Remove support for rendering antialiased triangles into a color-index... | Ian Romanick | 2010-03-03 | 1 | -19/+1 |
* | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | 2008-09-18 | 1 | -6/+6 |
* | Overhaul/simplify SWvertex and SWspan attribute handling. | Brian | 2007-05-20 | 1 | -65/+24 |
* | s/DO_TEXVAR/DO_ATTRIBS/ | Brian | 2007-04-24 | 1 | -2/+2 |
* | Merge SWvertex texcoord and varying fields into attrib[] array field. | Brian | 2007-02-05 | 1 | -44/+8 |
* | remove unneeded #include | Brian Paul | 2005-11-05 | 1 | -1/+0 |
* | Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span(). | Brian Paul | 2004-12-18 | 1 | -2/+2 |
* | Update NEED_SECONDARY_COLOR macro to test if either vertex/fragment | Brian Paul | 2003-12-09 | 1 | -0/+1 |
* | Assorted casts to silence g++ warnings. | Brian Paul | 2003-09-19 | 1 | -0/+1 |
* | Add include for context.h to define NEED_SECONDARY_COLOR. | Karl Schultz | 2003-09-19 | 1 | -0/+1 |
* | Move away from using the ctx->_TriangleCaps bitfield. | Brian Paul | 2003-09-18 | 1 | -1/+1 |
* | Added ctx->Texture._EnabledCoordUnits bitfield. | Brian Paul | 2003-04-08 | 1 | -5/+3 |
* | replace _mesa_ prefix with _swrast_, remove s_histogram.[ch] | Brian Paul | 2003-03-25 | 1 | -2/+2 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -2/+1 |
* | optimize compute_coveragef (Evgeny Kotsuba) | Brian Paul | 2003-01-25 | 1 | -18/+28 |
* | improved solve_plane_chan() (Evgeny Kotsuba) | Brian Paul | 2003-01-22 | 1 | -6/+10 |
* | use COPY_CHAN4 macro | Brian Paul | 2003-01-20 | 1 | -3/+4 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -2/+3 |
* | Add casts to quiet compiler warnings. | Karl Schultz | 2002-10-18 | 1 | -3/+3 |
* | Implemented GL_NV_texture_rectangle extension. | Brian Paul | 2002-06-15 | 1 | -4/+4 |
* | New mipmap lambda calculation. Previously, trilinear filtering could | Brian Paul | 2002-03-16 | 1 | -17/+29 |
* | LOTS of changes, building upon Klaus's work. | Brian Paul | 2002-01-27 | 1 | -1/+2 |
* | first checkpoint commit of Klaus's new span code (struct sw_span) | Brian Paul | 2001-12-17 | 1 | -5/+12 |
* | improved AA subpixel sample positions (Ray Tice) | Brian Paul | 2001-11-13 | 1 | -38/+51 |
* | silence compiler warnings (last batch for src) | Karl Schultz | 2001-09-19 | 1 | -2/+2 |
* | removed unused var | Brian Paul | 2001-05-29 | 1 | -2/+1 |
* | Fix order of decomposition of quad. | Keith Whitwell | 2001-05-17 | 1 | -3/+3 |
* | use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon) | Brian Paul | 2001-05-16 | 1 | -1/+2 |
* | minor clean-ups and more comments | Brian Paul | 2001-05-15 | 1 | -1/+7 |
* | 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 | -4/+7 |
* | Removed DD_Z_NEVER. | Brian Paul | 2001-03-29 | 1 | -2/+2 |
* | adjustment to coverage sample positions | Brian Paul | 2001-03-28 | 1 | -32/+33 |
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 1 | -2/+2 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -5/+5 |
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul | 2001-03-07 | 1 | -2/+2 |
* | Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when | Keith Whitwell | 2001-02-16 | 1 | -10/+7 |
* | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul | 2001-01-23 | 1 | -3/+3 |
* | Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h) | Brian Paul | 2001-01-02 | 1 | -1/+2 |