Module: Mesa Branch: gallium-0.2 Commit: feb5a26bb1e39099abd1caf4a405776ea0124315 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=feb5a26bb1e39099abd1caf4a405776ea0124315
Author: Brian Paul <[EMAIL PROTECTED]> Date: Wed Oct 8 20:33:24 2008 -0600 cell: increase SPU_MAX_FRAGMENT_PROGRAM_INSTS --- src/gallium/drivers/cell/common.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/cell/common.h b/src/gallium/drivers/cell/common.h index d261c1a..5dc7560 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. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
