| Commit message (Expand) | Author | Age | Files | Lines |
* | New mipmap lambda calculation. Previously, trilinear filtering could | Brian Paul | 2002-03-16 | 1 | -56/+15 |
* | sw_span can now hold x/y arrays of fragment positions - getting ready to | Brian Paul | 2002-02-02 | 1 | -7/+11 |
* | don't use affine/persp_textured_triangle funcs when CHAN_BITS > 8 | Brian Paul | 2002-01-30 | 1 | -3/+3 |
* | Still more texture/span simplification and clean-up. | Brian Paul | 2002-01-28 | 1 | -37/+6 |
* | More span improvements. Removed _mesa_write_monocolor_span(). | Brian Paul | 2002-01-28 | 1 | -37/+9 |
* | More span clean-up, mostly texture-related. | Brian Paul | 2002-01-28 | 1 | -105/+16 |
* | LOTS of changes, building upon Klaus's work. | Brian Paul | 2002-01-27 | 1 | -14/+31 |
* | Klaus's latest patches and some clean-up | Brian Paul | 2002-01-21 | 1 | -27/+27 |
* | latest changes from Klaus | Brian Paul | 2002-01-16 | 1 | -10/+3 |
* | fixed GL_REPLACE / GL_RGB bug | Brian Paul | 2002-01-09 | 1 | -2/+7 |
* | texture env color wasn't used correctly in GL_BLEND mode | Brian Paul | 2002-01-09 | 1 | -15/+15 |
* | fix a comment typo | Brian Paul | 2001-12-19 | 1 | -2/+2 |
* | have to clamp color+specular in _swrast_add_spec_terms_triangle()! (fixes Chi... | Brian Paul | 2001-12-19 | 1 | -5/+38 |
* | first checkpoint commit of Klaus's new span code (struct sw_span) | Brian Paul | 2001-12-17 | 1 | -141/+63 |
* | use v2 color, not v0 in flat_ci_triangle() | Brian Paul | 2001-11-28 | 1 | -2/+2 |
* | More span rendering optimizations from Klaus Niederkrueger | Brian Paul | 2001-11-19 | 1 | -336/+7 |
* | GL_ADD texture mode was incorrect, renamed some vars | Brian Paul | 2001-09-19 | 1 | -48/+49 |
* | silence compiler warnings (last batch for src) | Karl Schultz | 2001-09-19 | 1 | -14/+16 |
* | minor optimizations for flat shading (Klaus Niederkrueger) | Brian Paul | 2001-09-13 | 1 | -38/+79 |
* | Applied Klaus Niederkrueger's latest flat-shading clean-ups and some of my own. | Brian Paul | 2001-07-26 | 1 | -123/+7 |
* | GLchan and GL_ADD clamping changes (Klaus Niederkrueger) | Brian Paul | 2001-07-23 | 1 | -67/+68 |
* | more work on float colors (still not finished) | Brian Paul | 2001-07-14 | 1 | -31/+40 |
* | assorted changes for supporting GLfloat color channels (not done) | Brian Paul | 2001-07-13 | 1 | -40/+44 |
* | fixed flat shading bug in affine_ and persp_textured_triangle() functions | Brian Paul | 2001-07-09 | 1 | -12/+27 |
* | added missing \'s | Brian Paul | 2001-07-09 | 1 | -5/+5 |
* | optimized texture triangle updates (Klaus Niederkrueger) | Brian Paul | 2001-06-26 | 1 | -920/+289 |
* | Fix order of decomposition of quad. | Keith Whitwell | 2001-05-17 | 1 | -2/+2 |
* | use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon) | Brian Paul | 2001-05-16 | 1 | -13/+53 |
* | Apply antialiasing coverage factor to alpha after texture application, | Brian Paul | 2001-05-15 | 1 | -17/+17 |
* | New triangle rasterization code. Store per-span initial/step values in the | Brian Paul | 2001-05-14 | 1 | -986/+944 |
* | interpolate fog valus as floats, not fixed - fixed the swrast fog problem | Brian Paul | 2001-05-03 | 1 | -62/+57 |
* | Removed DD_Z_NEVER. | Brian Paul | 2001-03-29 | 1 | -2/+2 |
* | simplify test for specific texture formats | Brian Paul | 2001-03-28 | 1 | -5/+6 |
* | More texture format updates. Drivers now need only plug an appropriate | Gareth Hughes | 2001-03-28 | 1 | -4/+4 |
* | clean-up in _swrast_choose_triangle() | Brian Paul | 2001-03-22 | 1 | -68/+64 |
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 1 | -7/+8 |
* | Remove dead #define. | Keith Whitwell | 2001-03-17 | 1 | -2/+17 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -31/+31 |
* | do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is defined | Brian Paul | 2001-03-08 | 1 | -1/+16 |
* | More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work. | Brian Paul | 2001-03-08 | 1 | -2/+2 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -53/+48 |
* | optimized lambda calculation (Klaus Niederkrueger) | Brian Paul | 2001-03-03 | 1 | -187/+164 |
* | Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when | Keith Whitwell | 2001-02-16 | 1 | -8/+28 |
* | added divide by zero checks | Brian Paul | 2001-02-07 | 1 | -9/+9 |
* | Overhaul of texture image handling. | Brian Paul | 2001-02-06 | 1 | -30/+20 |
* | optimized lambda computation (Klaus Niederkrueger) | Brian Paul | 2001-01-29 | 1 | -10/+9 |
* | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul | 2001-01-23 | 1 | -3/+3 |
* | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell | 2001-01-05 | 1 | -28/+28 |
* | disabled two optimized textured triangle functions because of texcoord interp... | Brian Paul | 2000-12-12 | 1 | -4/+8 |
* | minor clean-ups | Brian Paul | 2000-11-21 | 1 | -30/+27 |