Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa
[mesa.git] / src / mesa / swrast / s_stencil.c
2007-01-27 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-01-23 Briansilence C++ warnings
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-01 Brian PaulNew SWspan and SWspanarrays typedefs.
2005-12-06 Brian PaulC++ fixes, mostly casts (Stephane Conversy)
2005-11-16 Brian PaulUse new gl_framebuffer _Depth/_StencilBuffer fields...
2005-11-15 Brian PaulFix problem in stencil_and_ztest_span() when using...
2005-09-26 Brian PaulglDraw/CopyPixels of stencil data didn't obey the stenc...
2005-09-22 Brian PaulReplace gl_renderbuffer.ComponentSizes[] with separate...
2005-09-22 Brian Paulchanged a renderbuffer check
2005-09-20 Brian Paulremove STENCIL_MAX
2005-09-16 Brian PaulFix potential segfault when trying to read pixels outsi...
2005-09-13 Brian PaulOpenGL 2.0's two-sided stencil feature wasn't implement...
2005-09-13 Brian PaulClear either 8 or 16-bit stencil buffers.
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-11-27 Brian Paulnew comments and assertions
2004-06-02 Brian Paulfix stencil index bug (#964704)
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2002-10-24 Brian PaulHeader file clean-up:
2002-10-02 Brian Paulfinished up GL_EXT_stencil_two_side
2002-09-06 Brian PaulGL_EXT_stencil_two_side extension, not 100% complete...
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-04-20 Brian Paulfixed Width/Height cut&paste typo
2002-04-19 Brian Paulcasts to fix GLint/GLuint mismatches
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-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
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.