summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915/i915_context.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2011-03-12 00:16:35 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2011-03-12 20:32:30 +0100
commitf6087955888ee089f986c19b576ef574c9e7bd06 (patch)
treee2f6ea68308c36b8bedaa09798e5ea6a3f73a260 /src/gallium/drivers/i915/i915_context.h
parentd46c6084ce5b8c9d1d39aea0b391ea262a545343 (diff)
i915g: don't recalculate fb dimension
The statetracker should do this for us correctly. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'src/gallium/drivers/i915/i915_context.h')
-rw-r--r--src/gallium/drivers/i915/i915_context.h2
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 51a364b042..e42c9dc923 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 */
};