vrend: red-blue swizzle implies GL blit

Fixes: f50c878d61
    vrend: factor out preparing the blit info

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Reviewed-by: Corentin Noël <corentin.noel@collabora.com>
macos/master
Gert Wollny 3 years ago
parent 3074ba26c0
commit 2a5fb800c6
  1. 1
      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 */

Loading…
Cancel
Save