[Mesa-dev] [PATCH 2/6] swrast: BlitFramebuffer should not be killed by conditional rendering
Marek Olšák
maraeo at gmail.com
Sun May 29 09:42:15 PDT 2011
AFAIK.
NOTE: This is a candidate for the 7.10 branch.
---
src/mesa/swrast/s_blit.c | 3 ---
1 files changed, 0 insertions(+), 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;
--
1.7.4.1
More information about the mesa-dev
mailing list