diff options
author | Keith Whitwell <[email protected]> | 2007-08-09 16:43:44 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-08-09 16:44:22 +0100 |
commit | e23966f3de81342f7bd11f1e79c04022b5f0193f (patch) | |
tree | e9c4b6db6bf0eebcdc68b4d26a758cbb916e5ae4 /src/mesa/pipe/i915simple/i915_state.h | |
parent | 3bf25e5516c3c2688d5e1b3b1e120c970b8076c2 (diff) |
Some basic state - blend and ztest sort of work.
Diffstat (limited to 'src/mesa/pipe/i915simple/i915_state.h')
-rw-r--r-- | src/mesa/pipe/i915simple/i915_state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/i915simple/i915_state.h b/src/mesa/pipe/i915simple/i915_state.h index c9b9f15d398..e26e8f6b0b5 100644 --- a/src/mesa/pipe/i915simple/i915_state.h +++ b/src/mesa/pipe/i915simple/i915_state.h @@ -33,6 +33,7 @@ struct i915_context; +void i915_update_immediate( struct i915_context *i915 ); void i915_update_derived( struct i915_context *i915 ); void i915_emit_hardware_state( struct i915_context *i915 ); |