Header file clean-up:
[mesa.git] / src / mesa / main / depth.c
2002-10-24 Brian PaulHeader file clean-up:
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2001-03-29 Brian PaulRemoved DD_Z_NEVER.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-22 Jouk Jansen Committing in .
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-29 Brian Paulmore minor header file re-org (moved CONST, ASSERT...
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-09-08 Brian Paulchanged gl_frame_buffer Xmax and Ymax to be exclusive...
2000-04-11 Brian Paulclip depth/stencil spans to window bounds
2000-04-04 Brian Pauluse BCOPY macro on FreeBSD
2000-03-19 Brian Paulfixed compiler warnings on BeOS R4
2000-03-17 Brian Paulremoved old Depth buffer pointer var
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-02-02 Brian Paulreplaced gl_ prefix with _mesa_ prefix on depth funcs
1999-12-10 Brian Paulchanges in hardware depth buffer support
1999-11-24 Brian Pauladded support for separate read/draw buffers per context
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-08 Brian Paulclean-up of header includes (Daryll)
1999-10-13 Brian Paulremoved GL_ prefix from memory macros
1999-10-11 Jouk Jansen#include <stdlib.h>
1999-10-10 Brian Paulnow using GL_MALLOC, GL_FREE
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-19 Keith WhitwellCleaning up
1999-09-10 Keith Whitwellnew DD_Z_NEVER flag
1999-08-19 jtgInitial revision