Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 3113 / 5574

August 5, 2013, 12:49 (GMT)
Cycles OSL: image texture lookup optimization, acquire the per thread handle
for texture system in advance. Patch by Martijn Berger, with some tweaks.

There was about a 10% performance improvement on OS X in my tests with the
images.blend test file. This may be less on other platforms because OS X has
particularly slow mutex locks.
August 5, 2013, 12:49 (GMT)
Fix build warnings with clang and UNUSED_RESULT_ATTR (attribute declaration must precede definition).
August 5, 2013, 12:02 (GMT)
Fix wrong cycles cmake + msvc build flags with relwithdebinfo and minsizerel.
Patch by Karsten Schwenk.
August 5, 2013, 06:08 (GMT)
fix for divide by zero when border render size causes zero pixel width
August 5, 2013, 05:13 (GMT)
fix for blender-internal viewport render looking fuzzy, don't filter the image
August 5, 2013, 04:52 (GMT)
border render with cycles had 1 pixel offset on the top-right edge of the image, issue was caused by wmSubWindowScissorSet adding 1 to the ar->drawrct, now only add the padding when drawing the entire area
August 5, 2013, 04:35 (GMT)
minor glitch with border drawing, use glRecti rather then glRectf, so rounding matches the border render
August 5, 2013, 04:19 (GMT)
use api function for rect intersection
August 5, 2013, 01:24 (GMT)
Code cleanup / Cycles:
* Various string and comment fixes.
August 4, 2013, 19:40 (GMT)
mempool api cleanup: differentiate mempool functions that allocate a pointer lookup table from allocating the data as a contiguous array,
call these functions BLI_mempool_as_table(), BLI_mempool_as_array(), the N prefixed versions of these functions return newly allocated arrays.
August 4, 2013, 19:13 (GMT)
code cleanup: remove redundant NULL checks
August 4, 2013, 18:50 (GMT)
add c++/guardedalloc to more freestyle classes, also remove redundant 'public:'
August 4, 2013, 18:12 (GMT)
code cleanup: replace strcpy with BLI_strncpy for fixed size strings, and correct some harmless but incorrect sizeof() use
August 4, 2013, 18:05 (GMT)
fix for 2 memory leaks in dualcon library, quite bad since they leaked on every evaluation.
August 4, 2013, 17:58 (GMT)
Support WITH_CXX_GUARDEDALLOC for dualcon library
August 4, 2013, 17:30 (GMT)
more consistent use of checks of BLI_open(), check 'fd < 0' rather then -1. packedfile incorrectly treated 0 as an error value. best not be vague/sloppy with this.
August 4, 2013, 17:20 (GMT)
fix memory leak in KX_ObstacleSimulation
August 4, 2013, 16:48 (GMT)
fix for BL_ArmatureConstraint::UpdateTarget(), was getting the pose from the target, not the subtarget.
August 4, 2013, 12:40 (GMT)
Cycles / OpenCL:
* Was broken after Blackbody merge, forgot to rename a struct...

August 4, 2013, 04:30 (GMT)
add missing NULL check in RB_dworld_export if fopen fails.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021