Revision 3bf175f by Brecht Van Lommel 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. |
Revision 8361742 by Brecht Van Lommel August 5, 2013, 12:49 (GMT) |
Fix build warnings with clang and UNUSED_RESULT_ATTR (attribute declaration must precede definition). |
Revision 28f893f by Brecht Van Lommel August 5, 2013, 12:02 (GMT) |
Fix wrong cycles cmake + msvc build flags with relwithdebinfo and minsizerel. Patch by Karsten Schwenk. |
Revision 0e6048a by Campbell Barton August 5, 2013, 06:08 (GMT) |
fix for divide by zero when border render size causes zero pixel width |
Revision e5a885a by Campbell Barton August 5, 2013, 05:13 (GMT) |
fix for blender-internal viewport render looking fuzzy, don't filter the image |
Revision 0395b8e by Campbell Barton 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 |
Revision 37ff3a0 by Campbell Barton August 5, 2013, 04:35 (GMT) |
minor glitch with border drawing, use glRecti rather then glRectf, so rounding matches the border render |
Revision 2b3f97c by Campbell Barton August 5, 2013, 04:19 (GMT) |
use api function for rect intersection |
Revision d06fa3b by Thomas Dinges August 5, 2013, 01:24 (GMT) |
Code cleanup / Cycles: * Various string and comment fixes. |
Revision 2497084 by Campbell Barton 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. |
Revision fdc3365 by Campbell Barton August 4, 2013, 19:13 (GMT) |
code cleanup: remove redundant NULL checks |
Revision 5129112 by Campbell Barton August 4, 2013, 18:50 (GMT) |
add c++/guardedalloc to more freestyle classes, also remove redundant 'public:' |
Revision 78d69a1 by Campbell Barton 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 |
Revision 41721e1 by Campbell Barton August 4, 2013, 18:05 (GMT) |
fix for 2 memory leaks in dualcon library, quite bad since they leaked on every evaluation. |
Revision 35db9c5 by Campbell Barton August 4, 2013, 17:58 (GMT) |
Support WITH_CXX_GUARDEDALLOC for dualcon library |
Revision d2dbc0b by Campbell Barton 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. |
Revision aa43a97 by Campbell Barton August 4, 2013, 17:20 (GMT) |
fix memory leak in KX_ObstacleSimulation |
Revision 7e69784 by Campbell Barton August 4, 2013, 16:48 (GMT) |
fix for BL_ArmatureConstraint::UpdateTarget(), was getting the pose from the target, not the subtarget. |
Revision c26754f by Thomas Dinges August 4, 2013, 12:40 (GMT) |
Cycles / OpenCL: * Was broken after Blackbody merge, forgot to rename a struct... |
Revision a270481 by Campbell Barton August 4, 2013, 04:30 (GMT) |
add missing NULL check in RB_dworld_export if fopen fails. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021