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-06-28Fix T45214: BI render: maximum saturation bug in shadow pass with non-shadow ...Bastien Montagne
2015-03-19Color managed luminance for shader ramp-in-energyCampbell Barton
2015-03-17Part 2 of D1082 by Troy Sobotka, remove our functions that do lumaAntony Riakiotakis
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-11-29Cleanup: unused headersCampbell Barton
2014-09-30Style cleanupSergey Sharybin
2014-09-29Fix T41988: Shadow pass inaccurate calculationSergey Sharybin
2014-09-28Fix T41978: Shadow was not excluded from combined path unless shadow pass was...Bastien Montagne
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-08-16CommentsCampbell Barton
2014-08-13Fix T41408: Render layer pass bug, second attemptSergey Sharybin
2014-08-12Fix T41408: Diffuse and specular passes were incorrect with combined/color pa...Sergey Sharybin
2014-06-05Blender Internal: Fix for lamp option "Specular" not working when "Only Shado...IRIE Shinsuke
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-26Fix T38831: blender internal enabling shadow pass changes material node diffuse.Brecht Van Lommel
2013-12-04Code Cleanup: correct fabsf/fabs/abs useCampbell Barton
2013-11-25Blender Internal: Add "Lamp Data" shader node that allows shaders to acquire ...IRIE Shinsuke
2013-11-12Change the behavior of AO pass in Blender internal's shader/render node tree ...Irie Shinsuke
2013-09-04replace sqrt(dot()) with length functions.Campbell Barton
2013-06-28Fix: blender internal transparent shadows were not influenced by object color...Brecht Van Lommel
2013-05-15Fixes for blender internal viewport render:Brecht Van Lommel
2013-04-18Bugfix #34895Ton Roosendaal
2013-04-04svn merge ^/trunk/blender -r55700:55776Campbell Barton
2013-04-02Fix #34803: blender internal SSS rendering black/nan with negative texture co...Brecht Van Lommel
2012-12-23Merged changes in the trunk up to revision 53280.Tamito Kajiyama
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-20Another big patch set by Bastien Montagne, thanks a lot!Tamito Kajiyama
2012-11-26Merged changes in the trunk up to revision 52546.Tamito Kajiyama
2012-11-23ifdef'd gcc diagnostic pragma's to quiet msvc and others.Campbell Barton
2012-11-04Merged changes in the trunk up to revision 51863.Tamito Kajiyama
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-10-29Merged changes in the trunk up to revision 51718.Tamito Kajiyama
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21code cleanup: spellingCampbell Barton
2012-10-20Merged changes in the trunk up to revision 51448.Tamito Kajiyama
2012-10-15style cleanup: bgeCampbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-08-29Merged changes in the trunk up to revision 50257.Tamito Kajiyama
2012-08-21change curve evaluation functions never to modify curve data (ensures thread ...Campbell Barton
2012-07-14Merged changes in the trunk up to revision 48893.Tamito Kajiyama
2012-07-08style cleanupCampbell Barton
2012-07-07Merged changes in the trunk up to revision 48695.Tamito Kajiyama
2012-07-07code cleanup: dont use function calls like dot_v3v3, pow and sqrt within macr...Campbell Barton
2012-06-04Merged changes in the trunk up to revision 47381.Tamito Kajiyama
2012-05-27code cleanup: defines with braces - end with '(void)0' so callers must end wi...Campbell Barton
2012-05-27Merged changes in the trunk up to revision 47056.Tamito Kajiyama
2012-05-26code cleanup: use array size and const for vector argsCampbell Barton
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton