index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
depth.c
Age
Commit message (
Expand
)
Author
2007-06-11
remove dead code
Brian
2005-08-25
removed GL_HP_occlusion_test extension
Brian Paul
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-01-26
just comments/clean-up
Brian Paul
2004-08-14
fix some memory leaks (bug #1002030)
Brian Paul
2003-10-21
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-10-09
Eric's mesa-depth32.diff
Keith Whitwell
2003-08-30
Silence compiler warnings about implicit casts or conversions by supplying ex...
Karl Schultz
2003-07-18
Fix up some loose ends from the last big check-in.
Brian Paul
2003-07-17
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-04-21
Implemented GL_EXT_depth_bounds_test.
Brian Paul
2002-10-24
Header file clean-up:
Brian Paul
2002-06-15
Added ctx parameter to _mesa_debug()
Brian Paul
2002-06-13
New _mesa_debug() function to replace fprintf() calls.
Brian Paul
2001-03-29
Removed DD_Z_NEVER.
Brian Paul
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-11-22
Committing in .
Jouk Jansen
2000-11-05
- Changes for new software rasterizer modules
Keith Whitwell
2000-10-31
Moved the software rasterizer to a new directory.
Keith Whitwell
2000-10-30
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
2000-10-29
more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)
Brian Paul
2000-09-26
First batch of OpenGL SI related changes:
Brian Paul
2000-09-08
changed gl_frame_buffer Xmax and Ymax to be exclusive boundary values
Brian Paul
2000-04-11
clip depth/stencil spans to window bounds
Brian Paul
2000-04-04
use BCOPY macro on FreeBSD
Brian Paul
2000-03-19
fixed compiler warnings on BeOS R4
Brian Paul
2000-03-17
removed old Depth buffer pointer var
Brian Paul
2000-03-03
runtime selectable depth buffer depth
Brian Paul
2000-02-02
replaced gl_ prefix with _mesa_ prefix on depth funcs
Brian Paul
1999-12-10
changes in hardware depth buffer support
Brian Paul
1999-11-24
added support for separate read/draw buffers per context
Brian Paul
1999-11-11
first big check-in of new Mesa 3.3 code
Brian Paul
1999-11-08
clean-up of header includes (Daryll)
Brian Paul
1999-10-13
removed GL_ prefix from memory macros
Brian Paul
1999-10-11
#include <stdlib.h>
Jouk Jansen
1999-10-10
now using GL_MALLOC, GL_FREE
Brian Paul
1999-10-08
Fixed includes & added a few hooks for the DRI.
Keith Whitwell
1999-09-19
Cleaning up
Keith Whitwell
1999-09-10
new DD_Z_NEVER flag
Keith Whitwell
1999-08-19
Initial revision
jtg