summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_stencil.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2009-08-30swrast: minor code consolidationBrian Paul
2009-01-23Track two sets of back-face stencil stateIan Romanick
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2007-09-18mesa: Always use the original mask to update stencil bufferXiang, Haihao
2007-07-11clean-up of stencil codeBrian
2007-04-21Remove the !rb->Data check that was added a few months ago.Brian
2007-04-19remove invalid assertion (span->facing may be set because of polygonmode)Brian
2007-03-15add some rb->Data null ptr checks (bug 7205)Brian
2007-01-23silence C++ warningsBrian
2006-10-01New SWspan and SWspanarrays typedefs.Brian Paul
2005-12-06C++ fixes, mostly casts (Stephane Conversy)Brian Paul
2005-11-16Use new gl_framebuffer _Depth/_StencilBuffer fields instead ofBrian Paul
2005-11-15Fix problem in stencil_and_ztest_span() when using h/w stencil buffer.Brian Paul
2005-09-26glDraw/CopyPixels of stencil data didn't obey the stencil write mask. Fixed.Brian Paul
2005-09-22Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits,Brian Paul
2005-09-22changed a renderbuffer checkBrian Paul
2005-09-20remove STENCIL_MAXBrian Paul
2005-09-16Fix potential segfault when trying to read pixels outside renderbuffer bounds.Brian Paul
2005-09-13OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.Brian Paul
2005-09-13Clear either 8 or 16-bit stencil buffers.Brian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2004-11-27new comments and assertionsBrian Paul
2004-06-02fix stencil index bug (#964704)Brian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-02finished up GL_EXT_stencil_two_sideBrian Paul
2002-09-06GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul
2002-08-07struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul
2002-04-20fixed Width/Height cut&paste typoBrian Paul
2002-04-19casts to fix GLint/GLuint mismatchesBrian Paul
2002-03-19Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and textureBrian Paul
2002-03-16Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul
2002-02-04Clean-up and remove dead code related to depth/stecil testing.Brian Paul
2002-02-02Converted line drawing over to new span code, pb no longer used.Brian Paul
2002-02-02sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul
2002-01-28More span clean-up, mostly texture-related.Brian Paul
2002-01-27LOTS of changes, building upon Klaus's work.Brian Paul
2002-01-21Klaus's latest patches and some clean-upBrian Paul
2002-01-08work-around for QNX compiler problemBrian Paul
2001-12-17first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul
2001-05-17fixed Width/Height typo (Jeff Hartmann)Brian Paul
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-23another fix in _mesa_stencil_and_ztest_pixels() for hardware fallbacksBrian Paul