summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_depth.c
Commit message (Expand)AuthorAgeFilesLines
* swrast: fix EXT_depth_bounds_testMarek Olšák2015-08-141-2/+12
* mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORMBrian Paul2014-03-101-2/+2
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-091-7/+7
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-15/+15
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-8/+8
* mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter2014-01-201-5/+5
* mesa: Add a _mesa_problem to document a piglit failure on i965.Eric Anholt2013-06-101-0/+6
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-2/+2
* swrast: remove MAX_WIDTH arrays in s_depth.cBrian Paul2012-02-241-1/+9
* swrast: make rowStride variable signed in put_z32_values()Brian Paul2012-01-241-1/+1
* swrast: use swrast_renderbuffer instead of gl_renderbufferBrian Paul2012-01-241-4/+6
* swrast: use gl_renderbuffer::StrideInBytes in depth/stencil codeBrian Paul2012-01-241-4/+4
* swrast: use _swrast_pixel_address() in more placesBrian Paul2012-01-241-6/+14
* swrast: fix Z testing of points/lines for 16-bit depth buffersBrian Paul2012-01-071-7/+29
* swrast: Remove dead code in _swrast_clear_depth_buffer()Paul Berry2012-01-021-9/+0
* swrast: use _swrast_pixel_address() helper functionBrian Paul2011-12-241-14/+4
* swrast: rewrite _swrast_read_depth_span_float()Brian Paul2011-12-241-25/+4
* mesa: rewrite _swrast_depth_bounds_test()Brian Paul2011-12-241-82/+21
* swrast: rewrite depth-testing codeBrian Paul2011-12-241-1019/+208
* swrast: stop using _swrast_get_values() in z/depth codeBrian Paul2011-12-241-6/+75
* swrast: do depth/stencil clearing with Map/UnmapRenderbuffer()Brian Paul2011-12-241-38/+197
* mesa: remove _swrast_ReadPixels()Brian Paul2011-11-151-2/+1
* swrast: Remove dead _swrast_read_depth_span_uint().Eric Anholt2011-11-031-83/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-12/+12
* swrast: Remove unnecessary header.Vinson Lee2010-08-101-1/+0
* Grammar and spelling fixesJeff Smith2010-03-121-1/+1
* mesa: replace _mesa_bzero() with memset()Brian Paul2010-02-191-8/+8
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-191-1/+1
* swrast: fix broken _swrast_depth_clamp_span()Brian Paul2010-01-151-14/+27
* swrast: Remove unnecessary header from s_depth.c.Vinson Lee2010-01-131-1/+0
* mesa: Mostly fix swrast's ARB_depth_clamp support.Eric Anholt2009-10-291-9/+19
* Merge branch 'texformat-rework'Brian Paul2009-10-281-4/+9
|\
| * mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-4/+9
* | Merge branch 'mesa_7_6_branch'Nicolai Hähnle2009-10-071-1/+3
|\ \ | |/ |/|
| * swrast: s/GLfloat/GLuint/ in bzero()Brian Paul2009-10-071-1/+1
| * swrast: add missing returnsBrian Paul2009-10-071-0/+2
* | mesa: Add support for ARB_depth_clamp.Eric Anholt2009-09-081-0/+27
|/
* mesa: pass 'mask', not NULL to renderbuffer->Put functionsBrian Paul2008-10-071-10/+10
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-5/+5
* Remove the !rb->Data check that was added a few months ago.Brian2007-04-211-1/+1
* add some rb->Data null ptr checks (bug 7205)Brian2007-03-151-1/+1
* fixes for C++ warnings/errorsBrian2007-01-231-2/+2
* New SWspan and SWspanarrays typedefs.Brian Paul2006-10-011-4/+4
* remove unused varBrian Paul2006-04-061-2/+0
* Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul2006-04-061-2/+81
* fix a GLuint vs GLushort test, new assertionsBrian Paul2006-03-291-1/+4