summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915/i915_context.h
diff options
context:
space:
mode:
authorJakob Bornecrantz <wallbraker@gmail.com>2011-02-21 23:39:10 +0000
committerJakob Bornecrantz <wallbraker@gmail.com>2011-02-24 00:26:02 +0000
commitb9baad2aff6ddc5145d91cbfb81d083a21990a80 (patch)
tree57de062cd16243fc0fd51326e7e11c6ae89a7708 /src/gallium/drivers/i915/i915_context.h
parent69cfc16cb670804b272e88abac5ed3856bb70fa8 (diff)
i915g: Lazy emit immediate state
Diffstat (limited to 'src/gallium/drivers/i915/i915_context.h')
-rw-r--r--src/gallium/drivers/i915/i915_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/i915/i915_context.h b/src/gallium/drivers/i915/i915_context.h
index 7f49dc96d5..0e53b0eafd 100644
--- a/src/gallium/drivers/i915/i915_context.h
+++ b/src/gallium/drivers/i915/i915_context.h
@@ -235,6 +235,7 @@ struct i915_context {
struct i915_state current;
unsigned hardware_dirty;
+ unsigned immediate_dirty;
struct util_slab_mempool transfer_pool;
};