summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_texture.h
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_texture.h
parentd35ecca5ee231c072687578642e0c22c6c0590b1 (diff)
cell: adapt to context texture transfers (untested)
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_texture.h')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_texture.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_texture.h b/src/gallium/drivers/cell/ppu/cell_texture.h
index 2be0579312..ac0b916775 100644
--- a/src/gallium/drivers/cell/ppu/cell_texture.h
+++ b/src/gallium/drivers/cell/ppu/cell_texture.h
@@ -95,5 +95,7 @@ cell_transfer(struct pipe_transfer *pt)
extern void
cell_init_screen_texture_funcs(struct pipe_screen *screen);
+extern void
+cell_init_texture_transfer_funcs(struct cell_context *cell);
#endif /* CELL_TEXTURE_H */