From e6b33b6f35ab2f7b240ac902cc748d8e1a2fd4ef Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 10 Jan 2008 08:32:27 -0700 Subject: bump CELL_MAX_VERTS to 240 --- src/mesa/pipe/cell/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/pipe/cell/common.h') 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 { -- cgit v1.2.3