From c0277d953975ddc232aa34a101955d8314c99b96 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Sun, 29 May 2011 17:52:29 +0200 Subject: [PATCH] swrast: BlitFramebuffer should not be killed by conditional rendering NOTE: This is a candidate for the 7.10 branch. Reviewed-by: Brian Paul --- src/mesa/swrast/s_blit.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mesa/swrast/s_blit.c b/src/mesa/swrast/s_blit.c index d943e09..3516a41 100644 --- a/src/mesa/swrast/s_blit.c +++ b/src/mesa/swrast/s_blit.c @@ -568,9 +568,6 @@ _swrast_BlitFramebuffer(struct gl_context *ctx, }; GLint i; - if (!_mesa_check_conditional_render(ctx)) - return; /* don't clear */ - if (!ctx->DrawBuffer->_NumColorDrawBuffers) return; -- 2.7.4