From: Stéphane Marchesin Date: Thu, 2 Jun 2011 03:51:59 +0000 (-0700) Subject: Gallium: fix indentation in u_blitter.c X-Git-Tag: 062012170305~5538 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cec2082ae515bc91e6b29084ba4b8deac28ef923;p=profile%2Fivi%2Fmesa.git Gallium: fix indentation in u_blitter.c --- diff --git a/src/gallium/auxiliary/util/u_blitter.c b/src/gallium/auxiliary/util/u_blitter.c index a4c3990..528f344 100644 --- a/src/gallium/auxiliary/util/u_blitter.c +++ b/src/gallium/auxiliary/util/u_blitter.c @@ -770,7 +770,7 @@ void util_blitter_copy_region(struct blitter_context *blitter, /* Check if we can sample from and render to the surfaces. */ /* (assuming copying a stencil buffer is not possible) */ - if ((!ignore_stencil && is_stencil) || + if ((!ignore_stencil && is_stencil) || !screen->is_format_supported(screen, dst->format, dst->target, dst->nr_samples, bind) || !screen->is_format_supported(screen, src->format, src->target,