This looks good to me.
Marek
On Tue, Feb 28, 2012 at 4:29 AM, Brian Paul wrote:
> From: Brian Paul
>
> Assertions of the form assert(a && b) should be written as separate assertions
> so that you can actually tell which part is false when there's a failure.
> ---
> src/gallium/auxiliary/util/u
From: Brian Paul
Assertions of the form assert(a && b) should be written as separate assertions
so that you can actually tell which part is false when there's a failure.
---
src/gallium/auxiliary/util/u_blitter.c | 22 +++---
1 files changed, 11 insertions(+), 11 deletions(-)