summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-06-04 22:09:27 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-06-04 22:09:27 +0000
commitdf5e2b934bc18cd17ac512e6746df64019014a7d (patch)
treef03917a11c28d9c98a54548e9a058984307e8639 /src/mesa/swrast
parentd96dd3cd49658669833c8110b2f2e8938fe6a544 (diff)
set OLD_RENDERBUFFER=0, need to clean up a few more things before totally removing that
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r--src/mesa/swrast/s_span.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_span.c b/src/mesa/swrast/s_span.c
index bc207af64a..bb16a8938b 100644
--- a/src/mesa/swrast/s_span.c
+++ b/src/mesa/swrast/s_span.c
@@ -987,7 +987,7 @@ _swrast_write_index_span( GLcontext *ctx, struct sw_span *span)
}
}
-#if OLD_RENDERBUFFER
+#if OLD_RENDERBUFFER || NEW_RENDERBUFFER
/* restore default dest buffer */
_swrast_use_draw_buffer(ctx);
#endif