summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_stencil.c
Commit message (Expand)AuthorAgeFilesLines
* Header file clean-up:Brian Paul2002-10-241-2/+2
* finished up GL_EXT_stencil_two_sideBrian Paul2002-10-021-4/+6
* GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul2002-09-061-73/+83
* struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul2002-08-071-5/+5
* fixed Width/Height cut&paste typoBrian Paul2002-04-201-3/+3
* casts to fix GLint/GLuint mismatchesBrian Paul2002-04-191-9/+12
* Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and textureBrian Paul2002-03-191-4/+4
* Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul2002-03-161-11/+9
* Clean-up and remove dead code related to depth/stecil testing.Brian Paul2002-02-041-106/+92
* Converted line drawing over to new span code, pb no longer used.Brian Paul2002-02-021-19/+18
* sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul2002-02-021-55/+17
* More span clean-up, mostly texture-related.Brian Paul2002-01-281-2/+2
* LOTS of changes, building upon Klaus's work.Brian Paul2002-01-271-6/+7
* Klaus's latest patches and some clean-upBrian Paul2002-01-211-2/+2
* work-around for QNX compiler problemBrian Paul2002-01-081-7/+9
* first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul2001-12-171-3/+58
* fixed Width/Height typo (Jeff Hartmann)Brian Paul2001-05-171-2/+2
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-26/+32
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-12/+11
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-2/+2
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-6/+6
* another fix in _mesa_stencil_and_ztest_pixels() for hardware fallbacksBrian Paul2001-02-231-6/+3
* fixed bug in _mesa_stencil_and_ztest_pixels() found w/ DRI mga driverBrian Paul2001-02-231-26/+29
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-2/+2
* fixed parameter mis-ordering bug in Driver.StencilSpan callsBrian Paul2000-11-281-7/+7
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-12/+12
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-1/+2
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+1303