mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 10:20:09 +01:00
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:
parent
1c95c3ef9c
commit
c0277d9539
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue