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
2015-03-17Part 2 of D1082 by Troy Sobotka, remove our functions that do lumaAntony Riakiotakis
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (render)Campbell Barton
2014-02-26Fix T38831: blender internal enabling shadow pass changes material node diffuse.Brecht Van Lommel
2014-01-21Fix T37976: blender internal transparent shadows from volumes not working cor...Brecht Van Lommel
2013-12-18Fix T37675: blender internal viewport render not updating properly with volumes.Brecht Van Lommel
2013-05-26BLI_math rename functions:Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-08style cleanupCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-06-17style cleanup:Campbell Barton
2012-06-13add rgb_to_luma_y(), was being done inline in many places.Campbell Barton
2012-06-06style cleanupCampbell Barton
2012-05-05code cleanup: function naming for BLI functions.Campbell 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-02code cleanup:Campbell 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-20rename define BM_INLINE -> BLI_INLINE to avoid confusion with bmesh defines.Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-01-22use inline BLI_math functions for dot product and length calculation.Campbell Barton
2011-12-23Code cleanup: fix some clang static checker warnings.Brecht Van Lommel
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-10-28Merge with trunk r41342Miika Hamalainen
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-20Merge with trunk r40409Miika Hamalainen
2011-09-17correction to recent commit, wouldnt have given any troubles but was assignin...Campbell Barton
2011-09-12use vector size and const args where possible (no functional change)Campbell Barton
2011-09-12Fix for bug #28332: Smoke Simulation rendering artifacts.Miika Hamalainen
2011-09-11minor edits / cleanup - no functional changes.Campbell Barton
2011-09-05Dynamic Paint:Miika Hamalainen
2011-08-19warning cleanup for -Wdouble-promotionCampbell Barton
2011-06-25Fix [#27748] undeterministic behaviour of volumetric rendererMatt Ebb
2011-06-06Fix [#27438] Volume Material Density InaccuracyMatt Ebb
2011-05-10minor cleanup: make functions static, use NULL for pointer comparisons,Campbell Barton
2011-02-27doxygen: blender/render tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-05Raytrace modifications from the Render Branch.Brecht Van Lommel
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-05Fix #23604: external shadows for volume materials don't workBrecht Van Lommel
2011-01-03fix for possible comparison of un-initialized variable.Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-29Fix [#20241] half-transparent objects in volume have no shadow.Matt Ebb
2010-11-29Fix:Matt Ebb