#ifndef CELL_BATCH_H
#define CELL_BATCH_H
+#include "pipe/p_compiler.h"
+
struct cell_context;
#include "cell_clear.h"
#include "cell_context.h"
#include "cell_batch.h"
+#include "cell_flush.h"
#include "cell_spu.h"
unsigned clearValue)
{
struct cell_context *cell = cell_context(pipe);
- uint i;
+ /*uint i;*/
uint surfIndex;
if (!cell->cbuf_map[0])
**************************************************************************/
-#ifndef CELL_SURFACE_H
-#define CELL_SURFACE_H
+#ifndef CELL_CLEAR_H
+#define CELL_CLEAR_H
struct pipe_context;
-#endif /* CELL_SURFACE_H */
+#endif /* CELL_CLEAR_H */
cell_is_format_supported( struct pipe_context *pipe,
enum pipe_format format, uint type )
{
- struct cell_context *cell = cell_context( pipe );
+ /*struct cell_context *cell = cell_context( pipe );*/
switch (type) {
case PIPE_TEXTURE:
#include "cell_context.h"
+#include "cell_batch.h"
#include "cell_flush.h"
#include "cell_spu.h"
#include "cell_render.h"