more clean-ups
[mesa.git] / src / mesa / swrast / s_depth.c
2002-10-30 Brian Pauls/BZERO/_mesa_bzero/
2002-10-24 Brian PaulHeader file clean-up:
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-04-19 Brian Paulcasts to fix GLint/GLuint mismatches
2002-04-18 Brian Paulrestored writeAll = GL_FALSE test/assignment
2002-04-12 Brian PaulKlaus Niederkrueger's latest changes: use INIT_SPAN...
2002-03-19 Brian PaulUse MESA_PBUFFER_ALLOC/FREE macros to allocate all...
2002-03-16 Brian PaulLots of changes related to framebuffer/window buffer...
2002-02-06 Brian Paulfixed typo in depth_test_pixels(), should fix reported...
2002-02-04 Brian PaulClean-up and remove dead code related to depth/stecil...
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
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
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-08 Brian Paulfixed bugs in _mesa_clear_depth_buffer(), bug #131366
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
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.