Files
blender/intern
Sergey Sharybin 933864da18 Fix #32951: Progressive refine crashing Blender when used with multiple cuda
Issue was caused by offline rendering could have been allocated the same tile
to different devices and in this case buffers would become invalid.

Made it more clear in the code, so now it's  flag for tile manager to indicate
whether tiles should always be allocated for the same device or not.

Also cleaned a way how tile index for progressive refine is calculating,
which is now avoids tricky computation based on tile coordinate and it's
dimensions.
2012-10-23 16:36:53 +00:00
..
2012-09-28 06:45:20 +00:00
2012-10-17 04:13:03 +00:00
2012-10-22 08:15:51 +00:00
2012-10-20 20:36:51 +00:00
2012-09-20 12:29:28 +00:00
2012-09-20 01:32:13 +00:00
2012-10-20 20:36:51 +00:00
2012-10-17 04:13:03 +00:00
2012-10-17 04:13:03 +00:00
2012-10-20 18:46:57 +00:00