[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [45772] branches/soc-2011-tomato/intern/ cycles/kernel/svm/svm_types.h: Cycles: increase SVM stack size to allow more complex node setups, did not

Brecht Van Lommel brechtvanlommel at pandora.be
Thu Apr 19 11:03:43 CEST 2012


Revision: 45772
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=45772
Author:   blendix
Date:     2012-04-19 09:03:43 +0000 (Thu, 19 Apr 2012)
Log Message:
-----------
Cycles: increase SVM stack size to allow more complex node setups, did not
find any slowdowns with the increased size.

Modified Paths:
--------------
    branches/soc-2011-tomato/intern/cycles/kernel/svm/svm_types.h

Modified: branches/soc-2011-tomato/intern/cycles/kernel/svm/svm_types.h
===================================================================
--- branches/soc-2011-tomato/intern/cycles/kernel/svm/svm_types.h	2012-04-19 07:00:29 UTC (rev 45771)
+++ branches/soc-2011-tomato/intern/cycles/kernel/svm/svm_types.h	2012-04-19 09:03:43 UTC (rev 45772)
@@ -24,7 +24,7 @@
 /* Stack */
 
 /* SVM stack has a fixed size */
-#define SVM_STACK_SIZE 64
+#define SVM_STACK_SIZE 255
 /* SVM stack offsets with this value indicate that it's not on the stack */
 #define SVM_STACK_INVALID 255 
 




More information about the Bf-blender-cvs mailing list