diff options
author | Brian Paul <[email protected]> | 2002-10-02 23:24:04 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-10-02 23:24:04 +0000 |
commit | be99e845bd7979fe46d38d9b294c1ba0a0aa95b8 (patch) | |
tree | 894e2807945dacf81c906a749a17534e62825489 /src/mesa/swrast/s_stencil.h | |
parent | 0adce5d0ed20910a41c2115e4dd0173fdcc53cdb (diff) |
finished up GL_EXT_stencil_two_side
Diffstat (limited to 'src/mesa/swrast/s_stencil.h')
-rw-r--r-- | src/mesa/swrast/s_stencil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_stencil.h b/src/mesa/swrast/s_stencil.h index ec76edaf78b..b174f2e01e1 100644 --- a/src/mesa/swrast/s_stencil.h +++ b/src/mesa/swrast/s_stencil.h @@ -1,4 +1,4 @@ -/* $Id: s_stencil.h,v 1.8 2002/09/06 02:56:09 brianp Exp $ */ +/* $Id: s_stencil.h,v 1.9 2002/10/02 23:24:04 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -35,7 +35,7 @@ extern GLboolean -_mesa_stencil_and_ztest_span(GLcontext *ctx, struct sw_span *span, GLuint face); +_mesa_stencil_and_ztest_span(GLcontext *ctx, struct sw_span *span); |