i915g: fix braino in the static state rework
For mip-map level rendering, both draw offset and size tend to change ... Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -131,7 +131,8 @@ static void update_framebuffer(struct i915_context *i915)
|
||||
i915->current.draw_offset = draw_offset;
|
||||
i915_set_flush_dirty(i915, I915_PIPELINE_FLUSH);
|
||||
i915->static_dirty |= I915_DST_RECT;
|
||||
} else if (i915->current.draw_size != draw_size) {
|
||||
}
|
||||
if (i915->current.draw_size != draw_size) {
|
||||
i915->current.draw_size = draw_size;
|
||||
i915->static_dirty |= I915_DST_RECT;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user