summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_context.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-02-22 08:52:24 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-02-22 08:52:57 -0700
commit0bb53709e837ac709f31ace8852599e885f4d090 (patch)
tree16fc6de812a0912cd7b9099c5eac926791c97021 /src/gallium/drivers/cell/ppu/cell_context.h
parentb4d050ffccf46e5e7b40d8a2f3868cc73fcf110e (diff)
cell: added function prototypes to silence warnings
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_context.h')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_context.h b/src/gallium/drivers/cell/ppu/cell_context.h
index 3b687bb868..1433a4925f 100644
--- a/src/gallium/drivers/cell/ppu/cell_context.h
+++ b/src/gallium/drivers/cell/ppu/cell_context.h
@@ -134,6 +134,8 @@ extern void
cell_vertex_shader_queue_flush(struct draw_context *draw);
+/* XXX find a better home for this */
+extern void cell_update_vertex_fetch(struct draw_context *draw);
#endif /* CELL_CONTEXT_H */