diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-04 19:00:56 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-04 19:00:56 -0600 |
commit | 2ebeab0422e6f492e9f40eebf2be92067de9d6f1 (patch) | |
tree | 8fb7162c0cb61897593930900f7f0870b9fcf280 /src/gallium/drivers/cell/ppu/cell_state.h | |
parent | 5cf2e226548f08c4b79a4eb289fd636a00079fb3 (diff) |
cell: more cell_init_*_functions()
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_state.h')
-rw-r--r-- | src/gallium/drivers/cell/ppu/cell_state.h | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_state.h b/src/gallium/drivers/cell/ppu/cell_state.h index 82580ea35a..a7771a55a3 100644 --- a/src/gallium/drivers/cell/ppu/cell_state.h +++ b/src/gallium/drivers/cell/ppu/cell_state.h @@ -48,19 +48,17 @@ #define CELL_NEW_VERTEX_INFO 0x8000 -void cell_set_vertex_elements(struct pipe_context *, - unsigned count, - const struct pipe_vertex_element *); +extern void +cell_update_derived( struct cell_context *softpipe ); -void cell_set_vertex_buffers(struct pipe_context *, - unsigned count, - const struct pipe_vertex_buffer *); -void cell_update_derived( struct cell_context *softpipe ); +extern void +cell_init_shader_functions(struct cell_context *cell); -void -cell_init_shader_functions(struct cell_context *cell); +extern void +cell_init_vertex_functions(struct cell_context *cell); + #endif /* CELL_STATE_H */ |