diff options
author | Brian Paul <[email protected]> | 2005-06-04 22:09:27 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-06-04 22:09:27 +0000 |
commit | df5e2b934bc18cd17ac512e6746df64019014a7d (patch) | |
tree | f03917a11c28d9c98a54548e9a058984307e8639 /src/mesa/swrast | |
parent | d96dd3cd49658669833c8110b2f2e8938fe6a544 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_span.c b/src/mesa/swrast/s_span.c index bc207af64a9..bb16a8938b6 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 |