projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8280b29
)
softpipe: implement pipe_context::bind_sampler_states()
author
Brian Paul
<brianp@vmware.com>
Thu, 12 Sep 2013 21:09:10 +0000
(15:09 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 3 Oct 2013 20:05:26 +0000
(14:05 -0600)
src/gallium/drivers/softpipe/sp_state_sampler.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_state_sampler.c
b/src/gallium/drivers/softpipe/sp_state_sampler.c
index aeb2b9da899f9f901afd61599d6ecbf0479bec87..ea592399fbe072e090ec868664dc17245e9a426c 100644
(file)
--- a/
src/gallium/drivers/softpipe/sp_state_sampler.c
+++ b/
src/gallium/drivers/softpipe/sp_state_sampler.c
@@
-232,6
+232,7
@@
void
softpipe_init_sampler_funcs(struct pipe_context *pipe)
{
pipe->create_sampler_state = softpipe_create_sampler_state;
+ pipe->bind_sampler_states = softpipe_bind_sampler_states;
pipe->bind_fragment_sampler_states = softpipe_bind_fragment_sampler_states;
pipe->bind_vertex_sampler_states = softpipe_bind_vertex_sampler_states;
pipe->bind_geometry_sampler_states = softpipe_bind_geometry_sampler_states;