Mesa (gallium-0.2): cell: increase SPU_MAX_FRAGMENT_PROGRAM_INSTS

Brian Paul brianp at kemper.freedesktop.org
Thu Oct 9 02:46:30 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: feb5a26bb1e39099abd1caf4a405776ea0124315
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=feb5a26bb1e39099abd1caf4a405776ea0124315

Author: Brian Paul <brian.paul at tungstengraphics.com>
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.




More information about the mesa-commit mailing list