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>
This commit is contained in:
Marek Olšák 2011-05-29 17:52:29 +02:00
parent 1c95c3ef9c
commit c0277d9539

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;