projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1bcedc
)
svga: Update for renamed sampler/texture state setters.
author
Michal Krol
<michal@vmware.com>
Tue, 1 Dec 2009 07:40:53 +0000
(08:40 +0100)
committer
Michal Krol
<michal@vmware.com>
Tue, 1 Dec 2009 08:52:23 +0000
(09:52 +0100)
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 3eeca6b784b1a517efd39b7a4a4c2dfc785fe6ef..b4e57c5d15ba582666862312242f445b593efd9a 100644
(file)
--- a/
src/gallium/drivers/svga/svga_pipe_sampler.c
+++ b/
src/gallium/drivers/svga/svga_pipe_sampler.c
@@
-234,9
+234,9
@@
static void svga_set_sampler_textures(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_sampler_states;
svga->pipe.delete_sampler_state = svga_delete_sampler_state;
- svga->pipe.set_sampler_textures = svga_set_sampler_textures;
+ svga->pipe.set_
fragment_
sampler_textures = svga_set_sampler_textures;
}