Browse Source

svga: implement pipe_context::bind_sampler_states()

tags/mesa-10.1-devel
Brian Paul 12 years ago
parent
commit
0de99d52b7
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/gallium/drivers/svga/svga_pipe_sampler.c

+ 1
- 0
src/gallium/drivers/svga/svga_pipe_sampler.c View File

@@ -309,6 +309,7 @@ svga_set_fragment_sampler_views(struct pipe_context *pipe,
void svga_init_sampler_functions( struct svga_context *svga )
{
svga->pipe.create_sampler_state = svga_create_sampler_state;
svga->pipe.bind_sampler_states = svga_bind_sampler_states;
svga->pipe.bind_fragment_sampler_states = svga_bind_fragment_sampler_states;
svga->pipe.delete_sampler_state = svga_delete_sampler_state;
svga->pipe.set_fragment_sampler_views = svga_set_fragment_sampler_views;

Loading…
Cancel
Save