summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-02-20 14:25:07 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-02-20 14:25:07 -0700
commitf6e1654e22d983ec9015fe4e7445e03df1227c71 (patch)
tree7c589c4273ff2bac2100edd8de921bfeb90e79ea /src
parentacd2253ae80d133bc84a5e78909ec72464e3f901 (diff)
cell: plug in cell_set_sampler_texture
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_pipe_state.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_pipe_state.c b/src/gallium/drivers/cell/ppu/cell_pipe_state.c
index aef50725e8..c5ddf6a09e 100644
--- a/src/gallium/drivers/cell/ppu/cell_pipe_state.c
+++ b/src/gallium/drivers/cell/ppu/cell_pipe_state.c
@@ -302,6 +302,8 @@ cell_init_state_functions(struct cell_context *cell)
cell->pipe.bind_sampler_state = cell_bind_sampler_state;
cell->pipe.delete_sampler_state = cell_delete_sampler_state;
+ cell->pipe.set_sampler_texture = cell_set_sampler_texture;
+
cell->pipe.create_depth_stencil_alpha_state = cell_create_depth_stencil_alpha_state;
cell->pipe.bind_depth_stencil_alpha_state = cell_bind_depth_stencil_alpha_state;
cell->pipe.delete_depth_stencil_alpha_state = cell_delete_depth_stencil_alpha_state;