Blender Git Commits

Blender Git "master" branch commits.

Page: 2771 / 5574

October 6, 2014, 10:16 (GMT)
Dyntopo: minor speedup collapsing edges
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!
October 6, 2014, 07:51 (GMT)
Quiet warning on 32bit system
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
October 5, 2014, 16:10 (GMT)
Fix T42081, OpenCL supports float3 since the 1.1 specification, not sure why we needed this.
October 5, 2014, 15:43 (GMT)
Cycles: Forgot to set WITH_CYCLES_DEBUG for OSL kernel
October 5, 2014, 15:42 (GMT)
Cycles: __KERNEL_DEBUG__ wasn't set for compile-time kernels
October 5, 2014, 15:18 (GMT)
Fix tgz script (included all files in submodules)
October 5, 2014, 15:17 (GMT)
Cleanup: sculpt float -> bool
October 5, 2014, 10:45 (GMT)
OSX/Ghost: little code cleanup
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.
October 5, 2014, 09:31 (GMT)
Cycles: Fix for debug kernel not working with CUDA
October 5, 2014, 08:33 (GMT)
BLI_buffer: simplify buffer resize
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.
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.
October 4, 2014, 14:31 (GMT)
Previous scons fix is just wrong, there is a reason why lines were tried to be indented
October 4, 2014, 14:21 (GMT)
Cycles: Fix wrong ifdef check around shadows record all
October 4, 2014, 14:20 (GMT)
Fix bad RNA enum from the previous commit
October 4, 2014, 14:07 (GMT)
Another scons fix, wrong indentation.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021