From 38e0d50edca119ccd58c6861158b5f76bf72c195 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 31 Oct 2002 00:31:35 +0000 Subject: call _mesa_flush_pb() in _swrast_render_finish() --- src/mesa/swrast/s_context.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c index 4cdb4f87fb..9710ed0e31 100644 --- a/src/mesa/swrast/s_context.c +++ b/src/mesa/swrast/s_context.c @@ -1,7 +1,7 @@ /* * Mesa 3-D graphics library - * Version: 4.0.3 + * Version: 4.0.4 * * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. * @@ -539,6 +539,7 @@ void _swrast_render_finish( GLcontext *ctx ) { SWcontext *swrast = SWRAST_CONTEXT(ctx); + _mesa_flush_pb(ctx); if (swrast->Driver.SpanRenderFinish) swrast->Driver.SpanRenderFinish( ctx ); } -- cgit v1.2.3