mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
ilo: don't hook up old bind_*_sampler_states() functions
This commit is contained in:
parent
2d0effaa10
commit
5807105ad7
1 changed files with 0 additions and 4 deletions
|
|
@ -1260,10 +1260,6 @@ ilo_init_state_functions(struct ilo_context *ilo)
|
|||
ilo->base.delete_blend_state = ilo_delete_blend_state;
|
||||
ilo->base.create_sampler_state = ilo_create_sampler_state;
|
||||
ilo->base.bind_sampler_states = ilo_bind_sampler_states2;
|
||||
ilo->base.bind_fragment_sampler_states = ilo_bind_fragment_sampler_states;
|
||||
ilo->base.bind_vertex_sampler_states = ilo_bind_vertex_sampler_states;
|
||||
ilo->base.bind_geometry_sampler_states = ilo_bind_geometry_sampler_states;
|
||||
ilo->base.bind_compute_sampler_states = ilo_bind_compute_sampler_states;
|
||||
ilo->base.delete_sampler_state = ilo_delete_sampler_state;
|
||||
ilo->base.create_rasterizer_state = ilo_create_rasterizer_state;
|
||||
ilo->base.bind_rasterizer_state = ilo_bind_rasterizer_state;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue