[Mesa-dev] [PATCH 1/4] Gallium: fix indentation in u_blitter.c

Stéphane Marchesin stephane.marchesin at gmail.com
Sat Jun 4 11:35:53 PDT 2011


2011/6/4 Brian Paul <brian.e.paul at gmail.com>:
> 2011/6/3 Stéphane Marchesin <marcheu at chromium.org>:
>> ---
>>  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,
>> --
>> 1.7.5.3.367.ga9930
>
> For the series, Reviewed-by: Brian Paul <brianp at vmware.com>
>
> Do you have git-commit?
>

Yes I do, but more will come in the next days, so I'll push all my patches then.

Stéphane


More information about the mesa-dev mailing list