From: Brian Date: Wed, 30 Jan 2008 18:49:26 +0000 (-0700) Subject: Cell: move CELL_MAX_SPUS X-Git-Tag: android-x86-1.6~16^2~1465^2~390^2~2784 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=da6eac242d9b79ad77389b6ab579804bc0261005;p=android-x86%2Fexternal-mesa.git Cell: move CELL_MAX_SPUS --- 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