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
2017-02-25Fix T50698: Cycles baking artifacts with transparent surfaces.Brecht Van Lommel
2017-01-23Cycles: Make object flag names more obvious that hey are object and not shaderSergey Sharybin
2016-10-31Cycles: Deduplicate AO calculationLukas Stockner
2016-10-29Cycles: Implement texture coordinates for Point, Spot and Area LampsLukas Stockner
2016-09-11Cycles: Replace object index hack with actual checks for SD_TRANSFORM_APPLIEDMai Lavelle
2016-08-01Cycles: Tweaks to support CUDA 8 toolkitSergey Sharybin
2016-06-23Cycles: Add multi-scattering, energy-conserving GGX as an option to the Gloss...Lukas Stockner
2016-05-31Fix T46207: Slow OpenCL GPU bake and blown out baking Cycles renderSergey Sharybin
2016-05-25Cycles CUDA: reduce branched path stack memory by sharing indirect ShaderData.Brecht Van Lommel
2016-05-23Cycles CUDA: reduce stack memory by reusing ShaderData.Brecht Van Lommel
2016-05-18Fix T47727: Weird bake results with non integer color valuesSergey Sharybin
2016-05-07Some fixes for CUDA runtime compile:Thomas Dinges
2016-04-23Fix T48216: Cycles light fallof node gives black emission in baking.Brecht Van Lommel
2016-02-21Fix T43388, fix T40369: Cycles baking not antialiasing textures.Lukas Stockner
2016-02-19Workaround for T47213: branched path sampling issues with CUDA 7.5.Brecht Van Lommel
2016-02-06Fix T46550: Cycles combined baking black in some cases.Brecht Van Lommel
2016-02-05Cycles: ifdef some extra code when building split kernelsSergey Sharybin
2016-01-20Cycles: Fix OpenCL kernel compilation after the bake commitSergey Sharybin
2016-01-15Cycles-Bake: Custom Baking passesDalai Felinto
2016-01-07Cycles: Refactor how we pass bounce info to light path node.Thomas Dinges
2015-12-30Cycles: Optionally output luminance from the shader evaluation kernelSergey Sharybin
2015-11-28Cycles: Fix wrong volume stack after SSS bounceSergey Sharybin
2015-11-28Cycles: Fix wrong original ray used for SSS bakingSergey Sharybin
2015-11-28Cycles: Set of fixes for delayed SSS ray tracingSergey Sharybin
2015-11-28Cycles: Fix missing indirect subsurface initialization in the bake codeSergey Sharybin
2015-11-27Cycles: Fully roll-back to non-delayed SSS indirect rays for CPUSergey Sharybin
2015-11-27Revert "Cycles: Fix wrong SSS with regular path tracing and clamping enabled"Sergey Sharybin
2015-11-26Cycles: Fix wrong SSS with regular path tracing and clamping enabledSergey Sharybin
2015-11-25Cycles: Trace indirect subsurface rays by restarting the integrator loopSergey Sharybin
2015-11-25Cycles: Delay shooting SSS indirect raysSergey Sharybin
2015-10-08Cycles: Cleanup, whitespace around keywordsSergey Sharybin
2015-08-26Fix T45232: Cycles bake artifacts with transparent texturesSergey Sharybin
2015-05-07Correct typo: ifdef'd now, but obviously wrongCampbell Barton
2015-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin
2015-02-23Disable Bake Jitter code (recently added)Dalai Felinto
2015-02-20Fix T43550: Bug in Cycles Bake TextureSergey Sharybin
2015-01-27Fix T43388 Cycles Baking gives different results than Cycles RenderDalai Felinto
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-11-11Fix T41783: Cycles baking ignores displacementDalai Felinto
2014-11-11Fix T41873: Different 'seed' values do not yield different noise patterns whe...Dalai Felinto
2014-09-25Cycles: Add support for cameras inside volumeSergey Sharybin
2014-09-25Fix T39823: SSS scatter doesn't update volume stack, causing shading artifactsSergey Sharybin
2014-08-19Fix T41471 Cycles Bake: Setting small tile size results in wrong bake with st...Dalai Felinto
2014-08-13Fix T41219: Cycles backface detection doesn't work properlySergey Sharybin
2014-07-10Cleanup: Always assign num_samples, there is no need for this special define.Thomas Dinges
2014-06-14Cycles code refactor: deduplicate and symmetrize some path tracing code.Brecht Van Lommel
2014-06-06Fix T40370: cycles CUDA baking timeout with high number of AA samples.Brecht Van Lommel
2014-05-29Revert "fix T40375 Glossy shader bakes different than render"Dalai Felinto
2014-05-28Fix T40399, OpenCL compile error.Thomas Dinges
2014-05-27Cycles: new camera_direction_from_pointDalai Felinto