diff options
author | Roland Scheidegger <[email protected]> | 2010-03-11 18:40:25 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2010-03-11 18:40:25 +0100 |
commit | dfeab49a96fb520b5cb21b4cb5a8a5a0c1bf61e1 (patch) | |
tree | 3716f8496e05ac6fdf939ca27275a79b5273cf11 /src/gallium/drivers/cell/ppu/cell_context.c | |
parent | d35ecca5ee231c072687578642e0c22c6c0590b1 (diff) |
cell: adapt to context texture transfers (untested)
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_context.c')
-rw-r--r-- | src/gallium/drivers/cell/ppu/cell_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_context.c b/src/gallium/drivers/cell/ppu/cell_context.c index afcea616d59..f6cb1fc9be7 100644 --- a/src/gallium/drivers/cell/ppu/cell_context.c +++ b/src/gallium/drivers/cell/ppu/cell_context.c @@ -158,6 +158,7 @@ cell_create_context(struct pipe_screen *screen, cell_init_shader_functions(cell); cell_init_surface_functions(cell); cell_init_vertex_functions(cell); + cell_init_texture_transfer_funcs(cell); cell->draw = cell_draw_create(cell); |