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