more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)
[mesa.git] / src / mesa / main / depth.c
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