summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_depth.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* swrast: do depth/stencil clearing with Map/UnmapRenderbuffer()Brian Paul2011-12-241-1/+4
* swrast: Remove dead _swrast_read_depth_span_uint().Eric Anholt2011-11-031-5/+0
* swrast: MapRenderbuffer in separate depth/stencil readpixels fastpathEric Anholt2011-11-031-1/+0
* swrast: Clean up header file inclusion in s_depth.h.Vinson Lee2010-12-241-1/+4
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-6/+6
* swrast: Clean up header file inclusion in s_depth.h.Vinson Lee2010-08-071-1/+2
* mesa: Add support for ARB_depth_clamp.Eric Anholt2009-09-081-0/+2
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-1/+0
* New SWspan and SWspanarrays typedefs.Brian Paul2006-10-011-2/+2
* Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul2006-04-061-2/+7
* Fix potential segfault when trying to read pixels outside renderbuffer bounds.Brian Paul2005-09-161-6/+1
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-15/+7
* Implemented GL_EXT_depth_bounds_test.Brian Paul2003-04-211-5/+5
* replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul2003-03-251-7/+7
* Move span stuff from swrast.h to s_context.h (it's private).Brian Paul2003-02-231-2/+2
* Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul2002-03-161-3/+3
* Clean-up and remove dead code related to depth/stecil testing.Brian Paul2002-02-041-11/+4
* first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul2001-12-171-3/+5
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-3/+3
* Committing in .Jouk Jansen2000-11-221-6/+6
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+69