util: fix assertions in u_blitter.c code
authorBrian Paul <brianp@vmware.com>
Tue, 28 Feb 2012 03:28:09 +0000 (20:28 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 29 Feb 2012 15:39:20 +0000 (08:39 -0700)
commit9e68a8fa728c5d737a8b0c66aba066afddd67e9a
tree8f60b6f437d016b723f9eb67756f06e70aef1d33
parent84870e215667c999202be31057df6e31a0389bb7
util: fix assertions in u_blitter.c code

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.

Reviewed-by: Marek Olšák <maraeo@gmail.com>
src/gallium/auxiliary/util/u_blitter.c