diff options
author | Jakob Bornecrantz <[email protected]> | 2011-02-22 23:12:08 +0000 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2011-02-24 00:26:02 +0000 |
commit | 8fb0ecd0cf4a4d672c0744abb4a9f030b3a17527 (patch) | |
tree | 4168ca6917e29a112b6c5ca1557d0ff23d94f165 /src/gallium/drivers/i915/i915_context.h | |
parent | b9baad2aff6ddc5145d91cbfb81d083a21990a80 (diff) |
i915g: Lazy emit dynamic state
Diffstat (limited to 'src/gallium/drivers/i915/i915_context.h')
-rw-r--r-- | src/gallium/drivers/i915/i915_context.h | 1 |
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 0e53b0eafd5..2cf53424f06 100644 --- a/src/gallium/drivers/i915/i915_context.h +++ b/src/gallium/drivers/i915/i915_context.h @@ -236,6 +236,7 @@ struct i915_context { struct i915_state current; unsigned hardware_dirty; unsigned immediate_dirty; + unsigned dynamic_dirty; struct util_slab_mempool transfer_pool; }; |