diff options
author | Brian <[email protected]> | 2008-01-30 11:49:26 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-01-30 11:49:26 -0700 |
commit | da6eac242d9b79ad77389b6ab579804bc0261005 (patch) | |
tree | 6c25684f4a3f809535fb18b4b5f1d60115b8f27d /src/mesa/pipe/cell/ppu | |
parent | eb0e0d38eae02df17e2c11503dc047718c1244ad (diff) |
Cell: move CELL_MAX_SPUS
Diffstat (limited to 'src/mesa/pipe/cell/ppu')
-rw-r--r-- | src/mesa/pipe/cell/ppu/cell_context.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 |