Revision: 49151
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=49151
Author:   nazgul
Date:     2012-07-23 19:06:04 +0000 (Mon, 23 Jul 2012)
Log Message:
-----------
Tomato Cycles: update buffers after sample wasfinished for CUDA devices

Modified Paths:
--------------
    branches/soc-2011-tomato/intern/cycles/device/device_cuda.cpp

Modified: branches/soc-2011-tomato/intern/cycles/device/device_cuda.cpp
===================================================================
--- branches/soc-2011-tomato/intern/cycles/device/device_cuda.cpp       
2012-07-23 18:45:29 UTC (rev 49150)
+++ branches/soc-2011-tomato/intern/cycles/device/device_cuda.cpp       
2012-07-23 19:06:04 UTC (rev 49151)
@@ -842,6 +842,7 @@
                                        }
 
                                        path_trace(tile, sample);
+                                       task->update_tile_sample(tile);
                                }
 
                                task->release_tile(tile);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to