From 2a5fb800c6b0ce15ad37c2c698635e3e2d27b37c Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Tue, 19 Oct 2021 16:51:36 +0200 Subject: [PATCH] vrend: red-blue swizzle implies GL blit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: f50c878d6131c64df78565b7924d772aec9d668a vrend: factor out preparing the blit info Signed-off-by: Gert Wollny Reviewed-by: Corentin Noël --- src/vrend_renderer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vrend_renderer.c b/src/vrend_renderer.c index 8ad3112..05448c3 100644 --- a/src/vrend_renderer.c +++ b/src/vrend_renderer.c @@ -9141,6 +9141,7 @@ static void vrend_renderer_prepare_blit_extra_info(struct vrend_context *ctx, uint8_t temp = info->swizzle[0]; info->swizzle[0] = info->swizzle[2]; info->swizzle[2] = temp; + info->can_fbo_blit = false; } /* for scaled MS blits we either need extensions or hand roll */