Re: [Mesa-dev] [PATCH 2/7] util: fix assertions in u_blitter.c code

2012-02-28 Thread Marek Olšák
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

[Mesa-dev] [PATCH 2/7] util: fix assertions in u_blitter.c code

2012-02-27 Thread Brian Paul
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(-)