| Commit message (Expand) | Author | Age | Files | Lines |
* | fix stencil index bug (#964704) | Brian Paul | 2004-06-02 | 1 | -4/+3 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | replace _mesa_ prefix with _swrast_, remove s_histogram.[ch] | Brian Paul | 2003-03-25 | 1 | -10/+10 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -2/+2 |
* | finished up GL_EXT_stencil_two_side | Brian Paul | 2002-10-02 | 1 | -4/+6 |
* | GL_EXT_stencil_two_side extension, not 100% complete yet. | Brian Paul | 2002-09-06 | 1 | -73/+83 |
* | struct sw_span is again allocated on the stack, but the arrays of span | Brian Paul | 2002-08-07 | 1 | -5/+5 |
* | fixed Width/Height cut&paste typo | Brian Paul | 2002-04-20 | 1 | -3/+3 |
* | casts to fix GLint/GLuint mismatches | Brian Paul | 2002-04-19 | 1 | -9/+12 |
* | Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and texture | Brian Paul | 2002-03-19 | 1 | -4/+4 |
* | Lots of changes related to framebuffer/window buffer resizing. Basically, | Brian Paul | 2002-03-16 | 1 | -11/+9 |
* | Clean-up and remove dead code related to depth/stecil testing. | Brian Paul | 2002-02-04 | 1 | -106/+92 |
* | Converted line drawing over to new span code, pb no longer used. | Brian Paul | 2002-02-02 | 1 | -19/+18 |
* | sw_span can now hold x/y arrays of fragment positions - getting ready to | Brian Paul | 2002-02-02 | 1 | -55/+17 |
* | More span clean-up, mostly texture-related. | Brian Paul | 2002-01-28 | 1 | -2/+2 |
* | LOTS of changes, building upon Klaus's work. | Brian Paul | 2002-01-27 | 1 | -6/+7 |
* | Klaus's latest patches and some clean-up | Brian Paul | 2002-01-21 | 1 | -2/+2 |
* | work-around for QNX compiler problem | Brian Paul | 2002-01-08 | 1 | -7/+9 |
* | first checkpoint commit of Klaus's new span code (struct sw_span) | Brian Paul | 2001-12-17 | 1 | -3/+58 |
* | fixed Width/Height typo (Jeff Hartmann) | Brian Paul | 2001-05-17 | 1 | -2/+2 |
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 1 | -26/+32 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -12/+11 |
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul | 2001-03-07 | 1 | -2/+2 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -6/+6 |
* | another fix in _mesa_stencil_and_ztest_pixels() for hardware fallbacks | Brian Paul | 2001-02-23 | 1 | -6/+3 |
* | fixed bug in _mesa_stencil_and_ztest_pixels() found w/ DRI mga driver | Brian Paul | 2001-02-23 | 1 | -26/+29 |
* | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul | 2001-01-23 | 1 | -2/+2 |
* | fixed parameter mis-ordering bug in Driver.StencilSpan calls | Brian Paul | 2000-11-28 | 1 | -7/+7 |
* | Cleanup of derived state calculation prior to seperating software T&L | Keith Whitwell | 2000-11-13 | 1 | -12/+12 |
* | Reorganized software rasterizer as a module which manages its own state, | Keith Whitwell | 2000-11-05 | 1 | -1/+2 |
* | Moved software rasterizer functionality to new directory. | Keith Whitwell | 2000-10-31 | 1 | -0/+1303 |