summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_accum.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-11-27 22:44:35 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-11-27 22:44:35 +0000
commit118a8bad73bda88fc54f802b2beeb687c8ddb45a (patch)
tree7878fb4d61acdd86618d39d2e0cdb03cb51a5534 /src/mesa/swrast/s_accum.c
parent29926a11b16ec7a235947d95e9a46777605dd30e (diff)
new comments and assertions
Diffstat (limited to 'src/mesa/swrast/s_accum.c')
-rw-r--r--src/mesa/swrast/s_accum.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/swrast/s_accum.c b/src/mesa/swrast/s_accum.c
index d20622e671..55ba831059 100644
--- a/src/mesa/swrast/s_accum.c
+++ b/src/mesa/swrast/s_accum.c
@@ -70,6 +70,8 @@ _swrast_alloc_accum_buffer( GLframebuffer *buffer )
GET_CURRENT_CONTEXT(ctx);
GLint n;
+ ASSERT(buffer->UseSoftwareAccumBuffer);
+
if (buffer->Accum) {
MESA_PBUFFER_FREE( buffer->Accum );
buffer->Accum = NULL;