Module: Mesa
Branch: master
Commit: cec2082ae515bc91e6b29084ba4b8deac28ef923
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=cec2082ae515bc91e6b29084ba4b8deac28ef923

Author: Stéphane Marchesin <marc...@chromium.org>
Date:   Wed Jun  1 20:51:59 2011 -0700

Gallium: fix indentation in u_blitter.c

---

 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 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,

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to