Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-27CleanupCampbell Barton
2014-08-25BLI_kdopbvh: ifdef unused 'skip' memberCampbell Barton
2014-07-28WarningsCampbell Barton
2014-07-28Fix T40831: Shrink wrap modifier causes very high CPU usage when targeting me...Sergey Sharybin
2014-07-16BLI_kdopbvh: assert for bad inputCampbell Barton
2014-07-15BLI_kdopbvh: Replace realloc's with BLI_stackCampbell Barton
2014-04-26Avoid integer overflow in build_implicit_tree_helperCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-30Code cleanup: kdopbvh, move minmax init into functionCampbell Barton
2014-03-20Fix kdopbvh incorrect checks for failed allocsCampbell Barton
2014-03-19Code cleanup: unreachable break/returnCampbell Barton
2014-03-12Code cleanup: redundant normalize in bmbvh ray castCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2013-10-11code cleanup: use const's for static arraysCampbell Barton
2013-09-05remove error return value from BLI_bvhtree_insert, no callers were using.Campbell Barton
2013-09-05use strict flags for kdopbvh, also assert when invalid treetype is passed, ra...Campbell Barton
2013-07-20misc editsCampbell Barton
2013-05-19style cleanupCampbell Barton
2013-05-19code cleanup: simplify fast_ray_nearest_hit()Campbell Barton
2012-12-23code cleanupCampbell Barton
2012-12-15style cleanup: stop the style checker script from complaining about '!*ptr'Campbell Barton
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-11-07code cleanup: use min/max functions rather then macros.Campbell Barton
2012-11-01style cleanupCampbell Barton
2012-10-25add BLI_STATIC_ASSERT macro.Campbell Barton
2012-10-24use smaller type for kdopbvh - this change was made as a size optimization, a...Campbell Barton
2012-10-24use int's for kdopbvh start/stop axis since there were loops comparing with o...Campbell Barton
2012-10-24use min_ii/max_ii over MIN2 MAX2Campbell Barton
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-16code cleanup: use float sizes for function args.Campbell Barton
2012-09-30style cleanupCampbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-07-29add inline functions for max/min ints, good to use when the arguments are fun...Campbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-11code cleanup: use const for passing vectorsCampbell Barton
2012-07-08code cleanup: quiet uninitialized memory use warning for X11 - harmless in th...Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-05-28style cleanup: defines with bracesCampbell Barton
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-12style cleanup: whitespace, bli & makesdnaCampbell Barton
2012-04-29style cleanup: missed these from previous cleanupCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-04-12code cleanup: remove unused var for windows and style edit (remove spaces bet...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton