swrast: BlitFramebuffer should not be killed by conditional rendering

NOTE: This is a candidate for the 7.10 branch.

Reviewed-by: Brian Paul <brianp@vmware.com>
(cherry picked from commit c0277d9539)
This commit is contained in:
Marek Olšák 2011-05-29 17:52:29 +02:00
parent 06b04a2a64
commit 831c7b1768

View file

@ -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;