diff options
author | Jakob Bornecrantz <[email protected]> | 2011-02-21 23:39:10 +0000 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2011-02-24 00:26:02 +0000 |
commit | b9baad2aff6ddc5145d91cbfb81d083a21990a80 (patch) | |
tree | 57de062cd16243fc0fd51326e7e11c6ae89a7708 /src/gallium/drivers/i915/i915_context.c | |
parent | 69cfc16cb670804b272e88abac5ed3856bb70fa8 (diff) |
i915g: Lazy emit immediate state
Diffstat (limited to 'src/gallium/drivers/i915/i915_context.c')
-rw-r--r-- | src/gallium/drivers/i915/i915_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/i915/i915_context.c b/src/gallium/drivers/i915/i915_context.c index 78a32340ba7..99303fae36a 100644 --- a/src/gallium/drivers/i915/i915_context.c +++ b/src/gallium/drivers/i915/i915_context.c @@ -163,6 +163,7 @@ i915_create_context(struct pipe_screen *screen, void *priv) i915->dirty = ~0; i915->hardware_dirty = ~0; + i915->immediate_dirty = ~0; /* Batch stream debugging is a bit hacked up at the moment: */ |