diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-01-10 08:32:27 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-01-10 11:26:20 -0700 |
commit | e6b33b6f35ab2f7b240ac902cc748d8e1a2fd4ef (patch) | |
tree | 8aa97cdeb7b99d44f596c664d81b6fcbacfbb260 /src/mesa/pipe | |
parent | 3d9c84c1b88d30115682763d2762a3c2bf4e5ff3 (diff) |
bump CELL_MAX_VERTS to 240
Diffstat (limited to 'src/mesa/pipe')
-rw-r--r-- | src/mesa/pipe/cell/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/cell/common.h b/src/mesa/pipe/cell/common.h index 4c770f5c32..d7de0beece 100644 --- a/src/mesa/pipe/cell/common.h +++ b/src/mesa/pipe/cell/common.h @@ -103,7 +103,7 @@ struct cell_init_info /** Temporary */ -#define CELL_MAX_VERTS 48 +#define CELL_MAX_VERTS 240 #define CELL_MAX_ATTRIBS 2 struct cell_prim_buffer { |