Revision 9cfcddc by Campbell Barton October 6, 2014, 10:16 (GMT) |
Dyntopo: minor speedup collapsing edges |
Revision 9e53a97 by Bastien Montagne October 6, 2014, 08:30 (GMT) |
Fix T42093: segfault when trying to free unallocated depths zbuffer (border-zoom in 3DView). Thanks to jensverwiebe (jens verwiebe) for investigations too! |
Revision 77af624 by Campbell Barton October 6, 2014, 07:51 (GMT) |
Quiet warning on 32bit system |
Revision 1dd428f by Bastien Montagne October 5, 2014, 21:10 (GMT) |
Fix T41983: Array Modifier "Merge" bug? We messed up previous fix, in 'simplified' translated merge case... :( |
October 5, 2014, 16:35 (GMT) |
Cycles: Center Tile order had a slight offset to the left. Signed-off-by: Thomas Dinges |
Revision a1b27d6 by Thomas Dinges October 5, 2014, 16:10 (GMT) |
Fix T42081, OpenCL supports float3 since the 1.1 specification, not sure why we needed this. |
Revision d3a7f3f by Sergey Sharybin October 5, 2014, 15:43 (GMT) |
Cycles: Forgot to set WITH_CYCLES_DEBUG for OSL kernel |
Revision e4b910a by Sergey Sharybin October 5, 2014, 15:42 (GMT) |
Cycles: __KERNEL_DEBUG__ wasn't set for compile-time kernels |
Revision bce5b6b by Campbell Barton October 5, 2014, 15:18 (GMT) |
Fix tgz script (included all files in submodules) |
Revision 7fff7be by Campbell Barton October 5, 2014, 15:17 (GMT) |
Cleanup: sculpt float -> bool |
Revision 9241f12 by jens verwiebe October 5, 2014, 10:45 (GMT) |
OSX/Ghost: little code cleanup |
Revision 68f2066 by Sergey Sharybin October 5, 2014, 10:00 (GMT) |
Cycles: Make OpenCL folks happy to use __KERNEL_DEBUG__ Quite straightforward change, the only annoying thing is that we can't use indentation for include directive just because of the way headers inlineing works for OpenCL. Might do smarter job in path_source_replace_includes() but don't want to spend time on this yet. |
Revision 0106b94 by Sergey Sharybin October 5, 2014, 09:31 (GMT) |
Cycles: Fix for debug kernel not working with CUDA |
Revision 15af15e by Campbell Barton October 5, 2014, 08:33 (GMT) |
BLI_buffer: simplify buffer resize |
Revision a613290 by Thomas Dinges October 5, 2014, 02:13 (GMT) |
Cycles / CUDA: Workaround to make sm_52 (Maxwell) cards work. * sm_52 can run a sm_50 kernel, so tell runtime detection to use that until we build a dedicated sm_52 kernel. |
Revision dde740b by Thomas Dinges October 5, 2014, 01:53 (GMT) |
Cycles / CUDA: Change inline rules for BVH intersection functions. * On sm_30 and above there is no change (was not inlined already before), this just fixes a speed regression from yesterday. 6359c36ba407 * On sm_2x (tested with sm_21), I get a nice 8% speedup in the bmw scene with this. As a bonus, cubin compilation time and memory usage is significantly reduced. Regular cubin size went from 2.5MB to 2.0MB, Experimental one from 3.8MB to 2.5MB. |
Revision 24ddfe0 by Sergey Sharybin October 4, 2014, 14:31 (GMT) |
Previous scons fix is just wrong, there is a reason why lines were tried to be indented |
Revision 15969e8 by Sergey Sharybin October 4, 2014, 14:21 (GMT) |
Cycles: Fix wrong ifdef check around shadows record all |
Revision 4189a68 by Sergey Sharybin October 4, 2014, 14:20 (GMT) |
Fix bad RNA enum from the previous commit |
Revision 1a410fd by Thomas Dinges October 4, 2014, 14:07 (GMT) |
Another scons fix, wrong indentation. |
|
|
|


Master Commits
MiikaHweb | 2003-2021