s/TEXTURE/ATTRIBS/
[mesa.git] / src / mesa / swrast / s_depth.c
2007-04-21 BrianRemove the !rb->Data check that was added a few months...
2007-03-21 Brianmerge from master
2007-03-16 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-15 Brianadd some rb->Data null ptr checks (bug 7205)
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-23 Brianfixes for C++ warnings/errors
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-01 Brian PaulNew SWspan and SWspanarrays typedefs.
2006-04-06 Brian Paulremove unused var
2006-04-06 Brian PaulReplace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32...
2006-03-29 Brian Paulfix a GLuint vs GLushort test, new assertions
2005-12-06 Brian PaulC++ fixes, mostly casts (Stephane Conversy)
2005-11-16 Brian PaulUse new gl_framebuffer _Depth/_StencilBuffer fields...
2005-09-30 Brian Paulminor improvements
2005-09-22 Brian Paulfix a debug message
2005-09-21 Brian Pauladd missing scale factor in _swrast_read_depth_span_float()
2005-09-20 Brian Paulsome improvements to _swrast_clear_depth_buffer()
2005-09-16 Brian PaulFix potential segfault when trying to read pixels outsi...
2005-09-16 Brian Paulremove unused _swrast_read_depth_span()
2005-09-08 Brian Paulfix precision problem in depth clearing (bug 4395)
2005-05-15 Brian Paulfix GetRow parameters (Nicolai Haehnle)
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-11-27 Brian Paulnew comments and assertions
2004-09-24 Brian Paulpatches for clearing hw depth buffers from software...
2003-04-21 Brian PaulImplemented GL_EXT_depth_bounds_test.
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
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.