Age | Commit message (Expand) | Author | Files | Lines |
2009-01-30 | swrast: replace macro with inline function | Brian Paul | 1 | -2/+2 |
2008-09-18 | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | 1 | -4/+4 |
2007-10-24 | Implement gl_PointCoord attribute for GLSL fragment shaders. | Brian | 1 | -1/+0 |
2007-05-20 | Overhaul/simplify SWvertex and SWspan attribute handling. | Brian | 1 | -194/+141 |
2007-02-02 | Replace color, z, w, texture interpolants with new generic attrib interpolants. | Brian | 1 | -10/+10 |
2007-02-02 | New span attrStart/attrStepX/attrStepY fields to replace fog, specular, etc. ... | Brian | 1 | -10/+10 |
2007-02-01 | New SWspanarrays attribs[] array. | Brian | 1 | -9/+9 |
2006-10-19 | remove temp code | Brian Paul | 1 | -22/+15 |
2006-10-17 | fix fog color bug | Brian Paul | 1 | -3/+18 |
2006-10-01 | New SWspan and SWspanarrays typedefs. | Brian Paul | 1 | -2/+2 |
2006-09-25 | Initial work for supporting different renderbuffer color depths at runtime. | Brian Paul | 1 | -90/+139 |
2005-09-19 | additional wrapper updates, bug 4468 | Brian Paul | 1 | -6/+6 |
2005-01-17 | use FABSF(fogCoord) to fix fog calculation problem (Soju Matsumoto) | Brian Paul | 1 | -3/+3 |
2004-10-13 | Fix minor fog / fragment program state bug. | Brian Paul | 1 | -6/+3 |
2004-02-17 | A few more tweaks to fog code. | Brian Paul | 1 | -4/+8 |
2004-02-17 | A bit of an overhaul of the fog code. | Brian Paul | 1 | -189/+202 |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 1 | -1/+0 |
2003-03-25 | replace _mesa_ prefix with _swrast_, remove s_histogram.[ch] | Brian Paul | 1 | -7/+7 |
2003-03-01 | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 1 | -2/+1 |
2002-08-07 | struct sw_span is again allocated on the stack, but the arrays of span | Brian Paul | 1 | -10/+16 |
2002-02-17 | Simplified fog code. | Brian Paul | 1 | -146/+80 |
2002-02-02 | Converted line drawing over to new span code, pb no longer used. | Brian Paul | 1 | -92/+7 |
2002-01-28 | More span improvements. Removed _mesa_write_monocolor_span(). | Brian Paul | 1 | -4/+4 |
2002-01-28 | More span clean-up, mostly texture-related. | Brian Paul | 1 | -9/+2 |
2002-01-27 | LOTS of changes, building upon Klaus's work. | Brian Paul | 1 | -17/+20 |
2002-01-21 | Klaus's latest patches and some clean-up | Brian Paul | 1 | -13/+73 |
2001-12-18 | Replace old matrix stacks with new code based on struct matrix_stack. | Brian Paul | 1 | -4/+5 |
2001-12-17 | first checkpoint commit of Klaus's new span code (struct sw_span) | Brian Paul | 1 | -7/+111 |
2001-09-19 | silence compiler warnings (last batch for src) | Karl Schultz | 1 | -12/+12 |
2001-06-18 | fix glDraw/CopyPixels w/ fog bug. minor fog code clean-ups. | Brian Paul | 1 | -22/+56 |
2001-05-03 | interpolate fog valus as floats, not fixed - fixed the swrast fog problem | Brian Paul | 1 | -28/+17 |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 1 | -13/+12 |
2001-03-07 | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul | 1 | -2/+2 |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 1 | -2/+2 |
2001-01-03 | added divide by zero checks | Brian Paul | 1 | -3/+12 |
2001-01-03 | More color macro clean-ups. | Brian Paul | 1 | -4/+6 |
2001-01-02 | minor GLchan-related changes | Brian Paul | 1 | -9/+22 |
2000-12-15 | minor fog clean-ups (Klaus Niederkrueger) | Brian Paul | 1 | -16/+19 |
2000-12-13 | replaced GLfixed with GLfloat in _mesa_fog_ci_pixels() (Klaus Niederkrueger) | Brian Paul | 1 | -2/+2 |
2000-11-15 | rewrite of _mesa_win_fog_coords_from_z() so that both perspective and orthogr... | Brian Paul | 1 | -24/+85 |
2000-11-05 | Reorganized software rasterizer as a module which manages its own state, | Keith Whitwell | 1 | -3/+4 |
2000-10-31 | Moved software rasterizer functionality to new directory. | Keith Whitwell | 1 | -0/+188 |