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
2016-07-15Bump maximum threads number to 1024Sergey Sharybin
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-07-01Cleanup: use swap math funcsCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-09-07Fix T40507: Blender Internal Render's Gather don't use node's emit color.Bastien Montagne
2014-06-13Code cleanup: spellingCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (render)Campbell Barton
2014-01-17Fix T37958: part of blender internal approximate AO / indirect light preprocessBrecht Van Lommel
2013-08-11use 'greater/less then or equal to' operators rather then adding 1.Campbell Barton
2013-08-07code cleanup: use NULL rather then zero for pointersCampbell Barton
2013-03-10More UI message i18n fixes and improvements...Bastien Montagne
2013-03-03code cleanup: ~400 duplicate lines for AO form factor math.Campbell Barton
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-23Fix #27834: AAO color bleeding failure case with raytraced shadows.Brecht Van Lommel
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-10-04style cleanup: comment blocksCampbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-07-08fix [#32020] Image will not render in second (any scene other than first) if ...Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-06-13code cleanup: use const float's where possible and specify vector size.Campbell Barton
2012-05-13code cleanup: use vector math function minmax_v3v3_v3() and other minor vecto...Campbell Barton
2012-05-12code cleanup: some style and use math defines, also small speedup for dynamic...Campbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22style cleanup: enforce macros using a semicolon.Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2012-01-22use inline BLI_math functions for dot product and length calculation.Campbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-08use some more logical BLI math functions & tracking used INT_MAX on a short.Campbell Barton
2011-11-06more macro --> bli math lib replacements.Campbell Barton
2011-11-06replace macros with math functions for render codeCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-12replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short too for typesafe copyin...Campbell Barton
2011-08-20floats were being promoted to doubles in quite a few cases (using gcc's -Wdou...Campbell Barton
2011-04-01Partial fix for #26673: sss + normal map wasn't compatible with previous vers...Brecht Van Lommel
2011-03-24Fix #26571: slow approximate AO with zero area faces.Brecht Van Lommel
2011-02-27doxygen: blender/render tagged.Nathan Letwory
2011-01-08fixed a case with occlusion where uninitialized variable could be used.Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-07-26replace macros VECCOPY and QUATCOPY with inline math functions no functional ...Campbell Barton
2010-04-15Merge various small changes from render branch:Brecht Van Lommel