summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_stencil.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-15swrast: Use accessor for stencil reference valuesChris Forbes1-2/+4
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2012-02-24swrast: remove MAX_WIDTH arrays in stencil codeBrian Paul1-4/+11
2012-01-24swrast: use swrast_renderbuffer instead of gl_renderbufferBrian Paul1-2/+3
2012-01-24swrast: use stencil packing function in s_stencil.cBrian Paul1-1/+3
2012-01-24swrast: use gl_renderbuffer::StrideInBytes in depth/stencil codeBrian Paul1-2/+2
2012-01-24swrast: use _swrast_pixel_address() in more placesBrian Paul1-1/+1
2012-01-23swrast: Fix unsigned promotion in pointer arithmeticChad Versace1-3/+3
2011-12-24swrast: use _swrast_pixel_address() helper functionBrian Paul1-18/+4
2011-12-24swrast: rewrite stencil test codeBrian Paul1-858/+259
2011-12-24swrast: remove dead code in s_stencil.cBrian Paul1-33/+0
2011-12-24swrast: rewrite _swrast_read_stencil_span()Brian Paul1-5/+26
2011-12-24swrast: stop using _swrast_get_values() in stencil codeBrian Paul1-1/+30
2011-12-24swrast: replace GetRow() call with _mesa_unpack_ubyte_stencil_row()Brian Paul1-1/+5
2011-12-24swrast: do depth/stencil clearing with Map/UnmapRenderbuffer()Brian Paul1-84/+70
2011-11-15mesa: replace GLstencil with GLubyteBrian Paul1-93/+91
2011-10-01mesa: s/INLINE/inline/Brian Paul1-1/+1
2011-08-11swrast: don't try to do depth testing if there's no depth bufferBrian Paul1-1/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-10/+10
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke1-2/+2
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke1-4/+4
2009-08-30swrast: minor code consolidationBrian Paul1-7/+2
2009-01-23Track two sets of back-face stencil stateIan Romanick1-2/+4
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-3/+3
2007-09-18mesa: Always use the original mask to update stencil bufferXiang, Haihao1-2/+5
2007-07-11clean-up of stencil codeBrian1-50/+35
2007-04-21Remove the !rb->Data check that was added a few months ago.Brian1-1/+1
2007-04-19remove invalid assertion (span->facing may be set because of polygonmode)Brian1-2/+0
2007-03-15add some rb->Data null ptr checks (bug 7205)Brian1-1/+1
2007-01-23silence C++ warningsBrian1-5/+7
2006-10-01New SWspan and SWspanarrays typedefs.Brian Paul1-3/+3
2005-12-06C++ fixes, mostly casts (Stephane Conversy)Brian Paul1-5/+5
2005-11-16Use new gl_framebuffer _Depth/_StencilBuffer fields instead ofBrian Paul1-5/+5
2005-11-15Fix problem in stencil_and_ztest_span() when using h/w stencil buffer.Brian Paul1-4/+6
2005-09-26glDraw/CopyPixels of stencil data didn't obey the stencil write mask. Fixed.Brian Paul1-2/+18
2005-09-22Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits,Brian Paul1-1/+1
2005-09-22changed a renderbuffer checkBrian Paul1-2/+1
2005-09-20remove STENCIL_MAXBrian Paul1-4/+6
2005-09-16Fix potential segfault when trying to read pixels outside renderbuffer bounds.Brian Paul1-4/+6
2005-09-13OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.Brian Paul1-1/+1
2005-09-13Clear either 8 or 16-bit stencil buffers.Brian Paul1-27/+66
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-272/+145
2004-11-27new comments and assertionsBrian Paul1-0/+2
2004-06-02fix stencil index bug (#964704)Brian Paul1-4/+3
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul1-10/+10
2002-10-24Header file clean-up:Brian Paul1-2/+2