diff options
author | Brian Paul <[email protected]> | 2008-10-15 14:18:51 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-10-15 14:18:51 -0600 |
commit | 67f615681c569264eab1bc901473c86cfc54e480 (patch) | |
tree | 5ded76e30ad52f0800e21523a8f177384c852c49 /src/gallium/drivers/cell/common.h | |
parent | 0eb0b0a816764a323af7a8d2b5cb6792f886ce04 (diff) |
cell: use CELL_MAX_SPUS consistently.
Diffstat (limited to 'src/gallium/drivers/cell/common.h')
-rw-r--r-- | src/gallium/drivers/cell/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/common.h b/src/gallium/drivers/cell/common.h index 600f1b37a27..1f6f2d494bd 100644 --- a/src/gallium/drivers/cell/common.h +++ b/src/gallium/drivers/cell/common.h @@ -64,7 +64,7 @@ #define ROUNDUP16(k) (((k) + 0xf) & ~0xf) -#define CELL_MAX_SPUS 6 +#define CELL_MAX_SPUS 8 #define CELL_MAX_SAMPLERS 4 #define CELL_MAX_TEXTURE_LEVELS 12 /* 2k x 2k */ |