From: Stéphane Marchesin Date: Sun, 9 Oct 2011 03:19:53 +0000 (-0700) Subject: i915g: Silence warning. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e125786be8e19a9606afb91cd7e8bc37d035b63f;p=mesa.git i915g: Silence warning. --- diff --git a/src/gallium/drivers/i915/i915_state_static.c b/src/gallium/drivers/i915/i915_state_static.c index 7f60311cebb..1ef6a0d68b0 100644 --- a/src/gallium/drivers/i915/i915_state_static.c +++ b/src/gallium/drivers/i915/i915_state_static.c @@ -198,7 +198,7 @@ static void update_dst_buf_vars(struct i915_context *i915) struct pipe_surface *depth_surface = i915->framebuffer.zsbuf; uint32_t dst_buf_vars, cformat, zformat; uint32_t early_z = 0; - uint32_t fixup; + uint32_t fixup = 0; int need_fixup; if (cbuf_surface)