summaryrefslogtreecommitdiff
path: root/src/mesa/main/depth.c
AgeCommit message (Expand)Author
2001-03-29Removed DD_Z_NEVER.Brian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-22 Committing in .Jouk Jansen
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-29more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)Brian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-09-08changed gl_frame_buffer Xmax and Ymax to be exclusive boundary valuesBrian Paul
2000-04-11clip depth/stencil spans to window boundsBrian Paul
2000-04-04use BCOPY macro on FreeBSDBrian Paul
2000-03-19fixed compiler warnings on BeOS R4Brian Paul
2000-03-17removed old Depth buffer pointer varBrian Paul
2000-03-03runtime selectable depth buffer depthBrian Paul
2000-02-02replaced gl_ prefix with _mesa_ prefix on depth funcsBrian Paul
1999-12-10changes in hardware depth buffer supportBrian Paul
1999-11-24added support for separate read/draw buffers per contextBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-10-13removed GL_ prefix from memory macrosBrian Paul
1999-10-11#include <stdlib.h>Jouk Jansen
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-09-19Cleaning upKeith Whitwell
1999-09-10new DD_Z_NEVER flagKeith Whitwell
1999-08-19Initial revisionjtg