mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
Call init_state_funcs
This commit is contained in:
parent
7bf2e9e383
commit
cf3fb4e3ef
1 changed files with 1 additions and 0 deletions
|
|
@ -169,6 +169,7 @@ struct pipe_context *i915_create( struct i915_winsys *winsys )
|
||||||
i915_init_buffer_functions(i915);
|
i915_init_buffer_functions(i915);
|
||||||
i915_init_region_functions(i915);
|
i915_init_region_functions(i915);
|
||||||
i915_init_surface_functions(i915);
|
i915_init_surface_functions(i915);
|
||||||
|
i915_init_state_functions(i915);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* XXX we could plug GL selection/feedback into the drawing pipeline
|
* XXX we could plug GL selection/feedback into the drawing pipeline
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue