projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ef9fc7
)
svga: implement pipe_context::bind_sampler_states()
author
Brian Paul
<brianp@vmware.com>
Thu, 12 Sep 2013 21:08:42 +0000
(15:08 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 3 Oct 2013 20:05:26 +0000
(14:05 -0600)
src/gallium/drivers/svga/svga_pipe_sampler.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/svga/svga_pipe_sampler.c
b/src/gallium/drivers/svga/svga_pipe_sampler.c
index 03d604d97c5bd33f32841e2816734dcc9b754cef..9603e0cf0a91b5b8fd03e07f5f8c2085ae23f9f8 100644
(file)
--- a/
src/gallium/drivers/svga/svga_pipe_sampler.c
+++ b/
src/gallium/drivers/svga/svga_pipe_sampler.c
@@
-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;