diff options
author | Stéphane Marchesin <[email protected]> | 2011-10-08 20:19:53 -0700 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2011-10-08 20:19:53 -0700 |
commit | e125786be8e19a9606afb91cd7e8bc37d035b63f (patch) | |
tree | 293d3c4f4a79fa3b5cf8c2298884bdc75719ff1e /src/gallium | |
parent | 49fea2e039ca6bc1d134be09144d3ace3384255b (diff) |
i915g: Silence warning.
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/i915/i915_state_static.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |