summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_depth.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-10mesa: Add a _mesa_problem to document a piglit failure on i965.Eric Anholt1-0/+6
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
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-09-05Don't cast the return value of malloc/reallocMatt Turner1-2/+2
2012-02-24swrast: remove MAX_WIDTH arrays in s_depth.cBrian Paul1-1/+9
2012-01-24swrast: make rowStride variable signed in put_z32_values()Brian Paul1-1/+1
2012-01-24swrast: use swrast_renderbuffer instead of gl_renderbufferBrian Paul1-4/+6
2012-01-24swrast: use gl_renderbuffer::StrideInBytes in depth/stencil codeBrian Paul1-4/+4
2012-01-24swrast: use _swrast_pixel_address() in more placesBrian Paul1-6/+14
2012-01-07swrast: fix Z testing of points/lines for 16-bit depth buffersBrian Paul1-7/+29
2012-01-02swrast: Remove dead code in _swrast_clear_depth_buffer()Paul Berry1-9/+0
2011-12-24swrast: use _swrast_pixel_address() helper functionBrian Paul1-14/+4
2011-12-24swrast: rewrite _swrast_read_depth_span_float()Brian Paul1-25/+4
2011-12-24mesa: rewrite _swrast_depth_bounds_test()Brian Paul1-82/+21
2011-12-24swrast: rewrite depth-testing codeBrian Paul1-1019/+208
2011-12-24swrast: stop using _swrast_get_values() in z/depth codeBrian Paul1-6/+75
2011-12-24swrast: do depth/stencil clearing with Map/UnmapRenderbuffer()Brian Paul1-38/+197
2011-11-15mesa: remove _swrast_ReadPixels()Brian Paul1-2/+1
2011-11-03swrast: Remove dead _swrast_read_depth_span_uint().Eric Anholt1-83/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-12/+12
2010-08-10swrast: Remove unnecessary header.Vinson Lee1-1/+0
2010-03-12Grammar and spelling fixesJeff Smith1-1/+1
2010-02-19mesa: replace _mesa_bzero() with memset()Brian Paul1-8/+8
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke1-1/+1
2010-01-15swrast: fix broken _swrast_depth_clamp_span()Brian Paul1-14/+27
2010-01-13swrast: Remove unnecessary header from s_depth.c.Vinson Lee1-1/+0
2009-10-29mesa: Mostly fix swrast's ARB_depth_clamp support.Eric Anholt1-9/+19
2009-10-28Merge branch 'texformat-rework'Brian Paul1-4/+9
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul1-4/+9
2009-10-07Merge branch 'mesa_7_6_branch'Nicolai Hähnle1-1/+3
2009-10-07swrast: s/GLfloat/GLuint/ in bzero()Brian Paul1-1/+1
2009-10-07swrast: add missing returnsBrian Paul1-0/+2
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt1-0/+27
2008-10-07mesa: pass 'mask', not NULL to renderbuffer->Put functionsBrian Paul1-10/+10
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-5/+5
2007-04-21Remove the !rb->Data check that was added a few months ago.Brian1-1/+1
2007-03-15add some rb->Data null ptr checks (bug 7205)Brian1-1/+1
2007-01-23fixes for C++ warnings/errorsBrian1-2/+2
2006-10-01New SWspan and SWspanarrays typedefs.Brian Paul1-4/+4
2006-04-06remove unused varBrian Paul1-2/+0
2006-04-06Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul1-2/+81
2006-03-29fix a GLuint vs GLushort test, new assertionsBrian Paul1-1/+4
2005-12-06C++ fixes, mostly casts (Stephane Conversy)Brian Paul1-2/+2
2005-11-16Use new gl_framebuffer _Depth/_StencilBuffer fields instead ofBrian Paul1-3/+3
2005-09-30minor improvementsBrian Paul1-1/+1
2005-09-22fix a debug messageBrian Paul1-1/+1
2005-09-21add missing scale factor in _swrast_read_depth_span_float()Brian Paul1-1/+1
2005-09-20some improvements to _swrast_clear_depth_buffer()Brian Paul1-16/+13