summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_stencil.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-12-24 08:54:25 -0700
committerBrian Paul <brianp@vmware.com>2011-12-24 08:54:25 -0700
commitfd104a84591ae854c5d6adc81e2dc31ef6ab9e8a (patch)
tree4af4daba5c5ead84b87db74a6f047f2e992db537 /src/mesa/swrast/s_stencil.h
parentfb758aab27268593fa6e186d746e8f72831b214d (diff)
downloadexternal_mesa3d-fd104a84591ae854c5d6adc81e2dc31ef6ab9e8a.zip
external_mesa3d-fd104a84591ae854c5d6adc81e2dc31ef6ab9e8a.tar.gz
external_mesa3d-fd104a84591ae854c5d6adc81e2dc31ef6ab9e8a.tar.bz2
swrast: do depth/stencil clearing with Map/UnmapRenderbuffer()
Another step toward getting rid of the renderbuffer PutRow/etc functions. v2: fix assorted depth/stencil clear bugs found by Eric Reviewed-by: José Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'src/mesa/swrast/s_stencil.h')
-rw-r--r--src/mesa/swrast/s_stencil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_stencil.h b/src/mesa/swrast/s_stencil.h
index 37f3c8d..113649a 100644
--- a/src/mesa/swrast/s_stencil.h
+++ b/src/mesa/swrast/s_stencil.h
@@ -47,7 +47,7 @@ _swrast_write_stencil_span( struct gl_context *ctx, GLint n, GLint x, GLint y,
extern void
-_swrast_clear_stencil_buffer( struct gl_context *ctx, struct gl_renderbuffer *rb );
+_swrast_clear_stencil_buffer(struct gl_context *ctx);
#endif