From: Brian Date: Thu, 10 Jan 2008 15:32:27 +0000 (-0700) Subject: bump CELL_MAX_VERTS to 240 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e6b33b6f35ab2f7b240ac902cc748d8e1a2fd4ef;p=mesa.git bump CELL_MAX_VERTS to 240 --- diff --git a/src/mesa/pipe/cell/common.h b/src/mesa/pipe/cell/common.h index 4c770f5c322..d7de0beece2 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 {