diff options
author | Keith Whitwell <[email protected]> | 2007-08-09 12:02:45 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-08-09 15:46:15 +0100 |
commit | 277e4989f348913e3852f3d8c4efb82ba1380fcb (patch) | |
tree | 499f6a10de84f1d84dfd52db74091c9de53f490d /src/mesa/pipe/i915simple/i915_context.h | |
parent | fb8caffea8ac9a8f8e2ee63959264abe8eb36c59 (diff) |
Don't reemit hardware state *every* primitive.
Diffstat (limited to 'src/mesa/pipe/i915simple/i915_context.h')
-rw-r--r-- | src/mesa/pipe/i915simple/i915_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/i915simple/i915_context.h b/src/mesa/pipe/i915simple/i915_context.h index dab54231904..c298f0f581e 100644 --- a/src/mesa/pipe/i915simple/i915_context.h +++ b/src/mesa/pipe/i915simple/i915_context.h @@ -56,6 +56,7 @@ struct i915_context struct pipe_mipmap_tree *texture[PIPE_MAX_SAMPLERS]; struct pipe_viewport_state viewport; GLuint dirty; + GLuint hw_dirty; GLuint *batch_start; |