diff options
author | Daniel Vetter <[email protected]> | 2011-03-12 00:16:35 +0100 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2011-03-12 20:32:30 +0100 |
commit | f6087955888ee089f986c19b576ef574c9e7bd06 (patch) | |
tree | e2f6ea68308c36b8bedaa09798e5ea6a3f73a260 /src/gallium/drivers/i915/i915_context.h | |
parent | d46c6084ce5b8c9d1d39aea0b391ea262a545343 (diff) |
i915g: don't recalculate fb dimension
The statetracker should do this for us correctly.
Signed-off-by: Daniel Vetter <[email protected]>
Diffstat (limited to 'src/gallium/drivers/i915/i915_context.h')
-rw-r--r-- | src/gallium/drivers/i915/i915_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/i915/i915_context.h b/src/gallium/drivers/i915/i915_context.h index 51a364b042c..e42c9dc923b 100644 --- a/src/gallium/drivers/i915/i915_context.h +++ b/src/gallium/drivers/i915/i915_context.h @@ -159,8 +159,6 @@ struct i915_state unsigned dst_buf_vars; uint32_t draw_offset; uint32_t draw_size; - /* for clears */ - uint16_t fb_height, fb_width; unsigned id; /* track lost context events */ }; |