summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-30 11:49:26 -0700
committerBen Skeggs <skeggsb@gmail.com>2008-02-15 13:50:25 +1100
commit92d71f073006e05ef68e02dff92ae7ff40cfc470 (patch)
tree6634889f8b99fd807ab1542a11ea9423f104f177
parentee41d7afc922083de46cbdc491ee6052f3c4d45b (diff)
Cell: move CELL_MAX_SPUS
-rw-r--r--src/mesa/pipe/cell/common.h2
-rw-r--r--src/mesa/pipe/cell/ppu/cell_context.h3
2 files changed, 2 insertions, 3 deletions
diff --git a/src/mesa/pipe/cell/common.h b/src/mesa/pipe/cell/common.h
index 90aa46a5343..d5e86863d48 100644
--- a/src/mesa/pipe/cell/common.h
+++ b/src/mesa/pipe/cell/common.h
@@ -61,6 +61,8 @@
#define ROUNDUP16(k) (((k) + 0xf) & ~0xf)
+#define CELL_MAX_SPUS 6
+
#define TILE_SIZE 32
diff --git a/src/mesa/pipe/cell/ppu/cell_context.h b/src/mesa/pipe/cell/ppu/cell_context.h
index 7d234f3e452..65b89518ada 100644
--- a/src/mesa/pipe/cell/ppu/cell_context.h
+++ b/src/mesa/pipe/cell/ppu/cell_context.h
@@ -38,9 +38,6 @@
#include "pipe/cell/common.h"
-#define CELL_MAX_SPUS 6
-
-
struct cell_vbuf_render;
struct cell_vertex_shader_state