diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-02-20 14:30:50 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-02-20 14:30:50 -0700 |
commit | 64683473753de6eb978245e348e9b20cd1d42883 (patch) | |
tree | 21025b40be17774abd8995c7e7664976f0a59a82 /src/gallium/drivers/cell/ppu/cell_pipe_state.c | |
parent | 9e57e70b42471ff587441fb8c1b5de728521fafd (diff) |
cell: init shader-related functions in cell_init_shader_functions()
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_pipe_state.c')
-rw-r--r-- | src/gallium/drivers/cell/ppu/cell_pipe_state.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_pipe_state.c b/src/gallium/drivers/cell/ppu/cell_pipe_state.c index c5ddf6a09e..35e88f79b1 100644 --- a/src/gallium/drivers/cell/ppu/cell_pipe_state.c +++ b/src/gallium/drivers/cell/ppu/cell_pipe_state.c @@ -314,7 +314,6 @@ cell_init_state_functions(struct cell_context *cell) cell->pipe.set_blend_color = cell_set_blend_color; cell->pipe.set_clip_state = cell_set_clip_state; - cell->pipe.set_constant_buffer = cell_set_constant_buffer; cell->pipe.set_framebuffer_state = cell_set_framebuffer_state; |