Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
[mesa.git] / src / mesa / swrast / s_stencil.c
2002-02-02 Brian PaulConverted line drawing over to new span code, pb no...
2002-02-02 Brian Paulsw_span can now hold x/y arrays of fragment positions...
2002-01-28 Brian PaulMore span clean-up, mostly texture-related.
2002-01-27 Brian PaulLOTS of changes, building upon Klaus's work.
2002-01-21 Brian PaulKlaus's latest patches and some clean-up
2002-01-08 Brian Paulwork-around for QNX compiler problem
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
2001-05-17 Brian Paulfixed Width/Height typo (Jeff Hartmann)
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-23 Brian Paulanother fix in _mesa_stencil_and_ztest_pixels() for...
2001-02-23 Brian Paulfixed bug in _mesa_stencil_and_ztest_pixels() found...
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2000-11-28 Brian Paulfixed parameter mis-ordering bug in Driver.StencilSpan...
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.