i915g: Remove the i915_context->saved_* stuff.
authorStéphane Marchesin <marcheu@chromium.org>
Fri, 5 Oct 2012 00:37:37 +0000 (17:37 -0700)
committerStéphane Marchesin <marcheu@chromium.org>
Fri, 5 Oct 2012 19:45:01 +0000 (12:45 -0700)
commitdca9e3c4779936970dac796872a2399cd0437f63
tree300d52977a379f9320cf852268433e776ff396b3
parent98600c5ff674431fd325acec30ec42909c3ad8ed
i915g: Remove the i915_context->saved_* stuff.

When using u_blitter, the state was being saved from saved_*, but we
don't use that. So after u_blitter resumed we got some corrupted
state in.

So let's just remove the saved_* stuff. I thought it was weird but
harmless, it's actually broken.
src/gallium/drivers/i915/i915_context.h
src/gallium/drivers/i915/i915_state.c
src/gallium/drivers/i915/i915_surface.c