summaryrefslogtreecommitdiff
path: root/src/mesa/main/depth.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-24mesa: don't flush vertices and don't flag _NEW_DEPTH in ClearDepthMarek Olšák1-7/+1
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-4/+0
2012-03-12mesa: remove ctx->Driver.ClearDepth(), ClearStencil() driver hooksBrian Paul1-2/+0
2011-02-08mesa: add/update VERBOSE_API loggingBrian Paul1-0/+6
2011-01-14mesa: Add support for glDepthRangef and glClearDepthf.Eric Anholt1-0/+6
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2009-10-23mesa: remove misplaced VERBOSE_TEXTURE testsBrian Paul1-2/+2
2007-06-11remove dead codeBrian1-30/+4
2005-08-25removed GL_HP_occlusion_test extensionBrian Paul1-2/+1
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-1/+4
2005-01-26just comments/clean-upBrian Paul1-3/+9
2004-08-14fix some memory leaks (bug #1002030)Brian Paul1-8/+2
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-4/+4
2003-10-09Eric's mesa-depth32.diffKeith Whitwell1-3/+4
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz1-2/+2
2003-07-18Fix up some loose ends from the last big check-in.Brian Paul1-1/+2
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-0/+42
2003-04-21Implemented GL_EXT_depth_bounds_test.Brian Paul1-4/+28
2002-10-24Header file clean-up:Brian Paul1-7/+2
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul1-3/+3
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul1-5/+5
2001-03-29Removed DD_Z_NEVER.Brian Paul1-6/+1
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-11/+9
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-3/+3
2000-12-26Major rework of tnl moduleKeith Whitwell1-41/+45
2000-11-22 Committing in .Jouk Jansen1-6/+6
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell1-3/+3
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell1-1601/+1
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell1-5/+6
2000-10-29more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)Brian Paul1-1/+2
2000-09-26First batch of OpenGL SI related changes:Brian Paul1-15/+15
2000-09-08changed gl_frame_buffer Xmax and Ymax to be exclusive boundary valuesBrian Paul1-3/+3
2000-04-11clip depth/stencil spans to window boundsBrian Paul1-3/+99
2000-04-04use BCOPY macro on FreeBSDBrian Paul1-26/+38
2000-03-19fixed compiler warnings on BeOS R4Brian Paul1-2/+2
2000-03-17removed old Depth buffer pointer varBrian Paul1-6/+4
2000-03-03runtime selectable depth buffer depthBrian Paul1-77/+645
2000-02-02replaced gl_ prefix with _mesa_ prefix on depth funcsBrian Paul1-10/+14
1999-12-10changes in hardware depth buffer supportBrian Paul1-255/+417
1999-11-24added support for separate read/draw buffers per contextBrian Paul1-17/+17
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-21/+13
1999-11-08clean-up of header includes (Daryll)Brian Paul1-4/+1
1999-10-13removed GL_ prefix from memory macrosBrian Paul1-3/+3
1999-10-11#include <stdlib.h>Jouk Jansen1-1/+2
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul1-4/+3
1999-10-08Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1-1/+7