cell: added function prototypes to silence warnings
authorBrian <brian.paul@tungstengraphics.com>
Fri, 22 Feb 2008 15:52:24 +0000 (08:52 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 22 Feb 2008 15:52:57 +0000 (08:52 -0700)
src/gallium/drivers/cell/ppu/cell_context.h
src/gallium/drivers/cell/ppu/cell_flush.h

index 3b687bb868989de0b1187125c33f9e8cc2bec94d..1433a4925fa7a4788a8dd5a5308fe6a8071b84db 100644 (file)
@@ -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 */
index eda351b1cbc82ea0bf0a7738748b3cce87d561cb..7f940ae76b66093649714c779594f96071210500 100644 (file)
@@ -35,4 +35,8 @@ cell_flush(struct pipe_context *pipe, unsigned flags);
 extern void
 cell_flush_int(struct pipe_context *pipe, unsigned flags);
 
+extern void
+cell_flush_buffer_range(struct cell_context *cell, void *ptr,
+                       unsigned size);
+
 #endif