From: Brian Paul Date: Tue, 5 Jan 2016 20:03:04 +0000 (-0700) Subject: svga: change svga_hw_view_state::dirty to boolean X-Git-Tag: upstream/17.1.0~13442 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc076588956d5b966913e7f8e47cbcb4bc5cd96b;p=platform%2Fupstream%2Fmesa.git svga: change svga_hw_view_state::dirty to boolean Since it's a true/false value. Reviewed-by: Charmaine Lee --- diff --git a/src/gallium/drivers/svga/svga_context.h b/src/gallium/drivers/svga/svga_context.h index d21b071..e4f29b8 100644 --- a/src/gallium/drivers/svga/svga_context.h +++ b/src/gallium/drivers/svga/svga_context.h @@ -314,7 +314,7 @@ struct svga_hw_view_state struct svga_sampler_view *v; unsigned min_lod; unsigned max_lod; - int dirty; + boolean dirty; }; /* Updated by calling svga_update_state( SVGA_STATE_HW_DRAW )