From e125786be8e19a9606afb91cd7e8bc37d035b63f Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Marchesin?= Date: Sat, 8 Oct 2011 20:19:53 -0700 Subject: [PATCH] i915g: Silence warning. --- src/gallium/drivers/i915/i915_state_static.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2