svga: change svga_hw_view_state::dirty to boolean

Since it's a true/false value.

Reviewed-by: Charmaine Lee <charmainel@vmware.com>
This commit is contained in:
Brian Paul
2016-01-05 13:03:04 -07:00
parent 077aa3be93
commit fc07658895
+1 -1
View File
@@ -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 )