summaryrefslogtreecommitdiff
path: root/src/mesa/main/stencil.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-04-11 20:42:22 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-04-11 20:42:22 +0000
commitd0130a989a3b331eb8114f1ee4addb95ce31e0e2 (patch)
tree5e04dc0ace3827b6ac5367da1b6d1b06c60a5249 /src/mesa/main/stencil.h
parent4fe34b27f641459acae8150cde927eb4952277ad (diff)
clip depth/stencil spans to window bounds
Diffstat (limited to 'src/mesa/main/stencil.h')
-rw-r--r--src/mesa/main/stencil.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mesa/main/stencil.h b/src/mesa/main/stencil.h
index 860a4774e9..b27be16e27 100644
--- a/src/mesa/main/stencil.h
+++ b/src/mesa/main/stencil.h
@@ -1,10 +1,10 @@
-/* $Id: stencil.h,v 1.4 1999/12/13 04:08:27 joukj Exp $ */
+/* $Id: stencil.h,v 1.5 2000/04/11 20:42:22 brianp Exp $ */
/*
* Mesa 3-D graphics library
* Version: 3.3
*
- * Copyright (C) 1999 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2000 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"),
@@ -64,13 +64,13 @@ gl_stencil_and_depth_test_pixels( GLcontext *ctx, GLuint n,
extern void
-gl_read_stencil_span( GLcontext *ctx, GLint n, GLint x, GLint y,
- GLstencil stencil[] );
+_mesa_read_stencil_span( GLcontext *ctx, GLint n, GLint x, GLint y,
+ GLstencil stencil[] );
extern void
-gl_write_stencil_span( GLcontext *ctx, GLint n, GLint x, GLint y,
- const GLstencil stencil[] );
+_mesa_write_stencil_span( GLcontext *ctx, GLint n, GLint x, GLint y,
+ const GLstencil stencil[] );
extern void gl_alloc_stencil_buffer( GLcontext *ctx );