Call init_state_funcs
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 8 Aug 2007 10:35:47 +0000 (11:35 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Wed, 8 Aug 2007 11:30:27 +0000 (12:30 +0100)
src/mesa/pipe/i915simple/i915_context.c

index 1a21e931ae0ceb9a32d3d43a5df9b01b0207d6a4..87fccee9e5df1325043d234c70eea29ab3c734e2 100644 (file)
@@ -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