From: Jakob Bornecrantz Date: Wed, 23 Sep 2009 18:53:50 +0000 (-0700) Subject: i915g: Use boolean X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=60d72d9e45b08c14ea4195950302f93e52e03603;p=mesa.git i915g: Use boolean --- diff --git a/src/gallium/drivers/i915simple/i915_texture.c b/src/gallium/drivers/i915simple/i915_texture.c index 6a6c6542717..1d0329817d9 100644 --- a/src/gallium/drivers/i915simple/i915_texture.c +++ b/src/gallium/drivers/i915simple/i915_texture.c @@ -165,7 +165,7 @@ i915_scanout_layout(struct i915_texture *tex) struct pipe_texture *pt = &tex->base; if (pt->last_level > 0 || pt->block.size != 4) - return 0; + return FALSE; i915_miptree_set_level_info(tex, 0, 1, tex->base.width[0],