[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [49151] branches/soc-2011-tomato/intern/ cycles/device/device_cuda.cpp: Tomato Cycles: update buffers after sample wasfinished for CUDA devices

Sergey Sharybin sergey.vfx at gmail.com
Mon Jul 23 21:06:04 CEST 2012


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);




More information about the Bf-blender-cvs mailing list