diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2002-02-04 15:59:29 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2002-02-04 15:59:29 +0000 |
commit | 79c2f534916046fab91f53ebd37f705bd25f7dcb (patch) | |
tree | f64d08207452d92bf94fd905d96c542dbf30682a /src/mesa/swrast/s_depth.h | |
parent | ac8c241e6419f1bd85aa37849a8d7b3c050ff97b (diff) |
Clean-up and remove dead code related to depth/stecil testing.
Diffstat (limited to 'src/mesa/swrast/s_depth.h')
-rw-r--r-- | src/mesa/swrast/s_depth.h | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/src/mesa/swrast/s_depth.h b/src/mesa/swrast/s_depth.h index 24f813a7c6..610835c10d 100644 --- a/src/mesa/swrast/s_depth.h +++ b/src/mesa/swrast/s_depth.h @@ -1,10 +1,10 @@ -/* $Id: s_depth.h,v 1.4 2001/12/17 04:54:35 brianp Exp $ */ +/* $Id: s_depth.h,v 1.5 2002/02/04 15:59:29 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.5 + * Version: 4.1 * - * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -37,16 +37,10 @@ extern GLvoid * _mesa_zbuffer_address(GLcontext *ctx, GLint x, GLint y); -extern GLuint -_old_depth_test_span( GLcontext *ctx, GLuint n, GLint x, GLint y, - const GLdepth z[], GLubyte mask[] ); + extern GLuint _mesa_depth_test_span( GLcontext *ctx, struct sw_span *span); -extern void -_mesa_depth_test_pixels( GLcontext *ctx, - GLuint n, const GLint x[], const GLint y[], - const GLdepth z[], GLubyte mask[] ); extern void @@ -67,5 +61,4 @@ extern void _mesa_clear_depth_buffer( GLcontext* ctx ); - #endif |