summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_execute.h
diff options
context:
space:
mode:
authorMichal Krol <mjkrol@gmail.org>2005-05-25 14:19:24 +0000
committerMichal Krol <mjkrol@gmail.org>2005-05-25 14:19:24 +0000
commit1de60fe47f83b4397601b258c8587046085bca51 (patch)
tree4d6b6f4c685e99a2cc3c341107abc6527eb9bc81 /src/mesa/shader/slang/slang_execute.h
parentc16264b13857abc9ede2c4c795a8555298c1a153 (diff)
ncrease stack size
Diffstat (limited to 'src/mesa/shader/slang/slang_execute.h')
-rw-r--r--src/mesa/shader/slang/slang_execute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/slang/slang_execute.h b/src/mesa/shader/slang/slang_execute.h
index 119fd5135c..8ff1eb17c5 100644
--- a/src/mesa/shader/slang/slang_execute.h
+++ b/src/mesa/shader/slang/slang_execute.h
@@ -29,7 +29,7 @@
extern "C" {
#endif
-#define SLANG_MACHINE_STACK_SIZE 64
+#define SLANG_MACHINE_STACK_SIZE 1024
typedef struct slang_machine_
{