diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-01-30 11:49:26 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-01-30 11:49:26 -0700 |
commit | da6eac242d9b79ad77389b6ab579804bc0261005 (patch) | |
tree | 6c25684f4a3f809535fb18b4b5f1d60115b8f27d /src/mesa/pipe/cell/common.h | |
parent | eb0e0d38eae02df17e2c11503dc047718c1244ad (diff) |
Cell: move CELL_MAX_SPUS
Diffstat (limited to 'src/mesa/pipe/cell/common.h')
-rw-r--r-- | src/mesa/pipe/cell/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/pipe/cell/common.h b/src/mesa/pipe/cell/common.h index 90aa46a534..d5e86863d4 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 |