mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02: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>
(cherry picked from commit c0277d9539)
This commit is contained in:
parent
06b04a2a64
commit
831c7b1768
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