From: Brian Paul Date: Thu, 9 Oct 2008 02:33:24 +0000 (-0600) Subject: cell: increase SPU_MAX_FRAGMENT_PROGRAM_INSTS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=feb5a26bb1e39099abd1caf4a405776ea0124315;p=mesa.git cell: increase SPU_MAX_FRAGMENT_PROGRAM_INSTS --- diff --git a/src/gallium/drivers/cell/common.h b/src/gallium/drivers/cell/common.h index d261c1a6408..5dc756023fb 100644 --- a/src/gallium/drivers/cell/common.h +++ b/src/gallium/drivers/cell/common.h @@ -128,7 +128,7 @@ struct cell_command_fragment_ops /** Max instructions for fragment programs */ -#define SPU_MAX_FRAGMENT_PROGRAM_INSTS 128 +#define SPU_MAX_FRAGMENT_PROGRAM_INSTS 512 /** * Command to send a fragment program to SPUs.