bump CELL_MAX_VERTS to 240
authorBrian <brian.paul@tungstengraphics.com>
Thu, 10 Jan 2008 15:32:27 +0000 (08:32 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 10 Jan 2008 18:26:20 +0000 (11:26 -0700)
src/mesa/pipe/cell/common.h

index 4c770f5..d7de0be 100644 (file)
@@ -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
 {