summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/depth.c
Commit message (Expand)AuthorAgeFilesLines
* remove dead codeBrian2007-06-111-30/+4
* removed GL_HP_occlusion_test extensionBrian Paul2005-08-251-2/+1
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-1/+4
* just comments/clean-upBrian Paul2005-01-261-3/+9
* fix some memory leaks (bug #1002030)Brian Paul2004-08-141-8/+2
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-4/+4
* Eric's mesa-depth32.diffKeith Whitwell2003-10-091-3/+4
* Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz2003-08-301-2/+2
* Fix up some loose ends from the last big check-in.Brian Paul2003-07-181-1/+2
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-0/+42
* Implemented GL_EXT_depth_bounds_test.Brian Paul2003-04-211-4/+28
* Header file clean-up:Brian Paul2002-10-241-7/+2
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-3/+3
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-131-5/+5
* Removed DD_Z_NEVER.Brian Paul2001-03-291-6/+1
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-11/+9
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-3/+3
* Major rework of tnl moduleKeith Whitwell2000-12-261-41/+45
* Committing in .Jouk Jansen2000-11-221-6/+6
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-051-3/+3
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-1601/+1
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-5/+6
* more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)Brian Paul2000-10-291-1/+2
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-15/+15
* changed gl_frame_buffer Xmax and Ymax to be exclusive boundary valuesBrian Paul2000-09-081-3/+3
* clip depth/stencil spans to window boundsBrian Paul2000-04-111-3/+99
* use BCOPY macro on FreeBSDBrian Paul2000-04-041-26/+38
* fixed compiler warnings on BeOS R4Brian Paul2000-03-191-2/+2
* removed old Depth buffer pointer varBrian Paul2000-03-171-6/+4
* runtime selectable depth buffer depthBrian Paul2000-03-031-77/+645
* replaced gl_ prefix with _mesa_ prefix on depth funcsBrian Paul2000-02-021-10/+14
* changes in hardware depth buffer supportBrian Paul1999-12-101-255/+417
* added support for separate read/draw buffers per contextBrian Paul1999-11-241-17/+17
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-21/+13
* clean-up of header includes (Daryll)Brian Paul1999-11-081-4/+1
* removed GL_ prefix from memory macrosBrian Paul1999-10-131-3/+3
* #include <stdlib.h>Jouk Jansen1999-10-111-1/+2
* now using GL_MALLOC, GL_FREEBrian Paul1999-10-101-4/+3
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-1/+7
* Cleaning upKeith Whitwell1999-09-191-1/+2
* new DD_Z_NEVER flagKeith Whitwell1999-09-101-3/+12
* Initial revisionjtg1999-08-191-0/+879