diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2007-08-08 11:35:47 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2007-08-08 12:30:27 +0100 |
commit | cf3fb4e3ef16ec1ab08fdbe418afe15c48df73fc (patch) | |
tree | 6902434be06b9a42ebce10d2c1ebe16af0bf5567 | |
parent | 7bf2e9e38329a332281011520413de720906447c (diff) |
Call init_state_funcs
-rw-r--r-- | src/mesa/pipe/i915simple/i915_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/i915simple/i915_context.c b/src/mesa/pipe/i915simple/i915_context.c index 1a21e931ae..87fccee9e5 100644 --- a/src/mesa/pipe/i915simple/i915_context.c +++ b/src/mesa/pipe/i915simple/i915_context.c @@ -169,6 +169,7 @@ struct pipe_context *i915_create( struct i915_winsys *winsys ) i915_init_buffer_functions(i915); i915_init_region_functions(i915); i915_init_surface_functions(i915); + i915_init_state_functions(i915); /* * XXX we could plug GL selection/feedback into the drawing pipeline |