Mesa (master): i965: bump up BRW_EU_MAX_INSN

Brian Paul brianp at kemper.freedesktop.org
Fri Mar 6 23:24:25 UTC 2009


Module: Mesa
Branch: master
Commit: 2eacc4aafaa1a00135255f6025e82102dd4adbaa
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2eacc4aafaa1a00135255f6025e82102dd4adbaa

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Mar  6 15:39:14 2009 -0700

i965: bump up BRW_EU_MAX_INSN

This is the size of the intermediate instruction buffer.

---

 src/mesa/drivers/dri/i965/brw_eu.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_eu.h b/src/mesa/drivers/dri/i965/brw_eu.h
index b36a197..b15e840 100644
--- a/src/mesa/drivers/dri/i965/brw_eu.h
+++ b/src/mesa/drivers/dri/i965/brw_eu.h
@@ -97,7 +97,7 @@ struct brw_glsl_call;
 
 
 #define BRW_EU_MAX_INSN_STACK 5
-#define BRW_EU_MAX_INSN 1200
+#define BRW_EU_MAX_INSN 4000
 
 struct brw_compile {
    struct brw_instruction store[BRW_EU_MAX_INSN];




More information about the mesa-commit mailing list