summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_context.c
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2010-03-11 18:40:25 +0100
committerRoland Scheidegger <sroland@vmware.com>2010-03-11 18:40:25 +0100
commitdfeab49a96fb520b5cb21b4cb5a8a5a0c1bf61e1 (patch)
tree3716f8496e05ac6fdf939ca27275a79b5273cf11 /src/gallium/drivers/cell/ppu/cell_context.c
parentd35ecca5ee231c072687578642e0c22c6c0590b1 (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.c1
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 afcea616d5..f6cb1fc9be 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);