diff options
author | Stéphane Marchesin <[email protected]> | 2011-06-01 20:51:59 -0700 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2011-06-06 12:35:59 -0700 |
commit | cec2082ae515bc91e6b29084ba4b8deac28ef923 (patch) | |
tree | 40eb1d77e4fff05bffe6de7f0d57fe00fb88573e /src | |
parent | 3103c08ae91f6bcd42a223a5fe7f9d38746565c4 (diff) |
Gallium: fix indentation in u_blitter.c
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/auxiliary/util/u_blitter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_blitter.c b/src/gallium/auxiliary/util/u_blitter.c index a4c399052fd..528f344a0f7 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, |