Call init_state_funcs

This commit is contained in:
Keith Whitwell 2007-08-08 11:35:47 +01:00
parent 7bf2e9e383
commit cf3fb4e3ef

View 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