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-09-20Cycles: slightly improve BSDF sample stratification for path tracing.Brecht Van Lommel
2017-09-13Code cleanup: deduplicate some branched and split kernel code.Brecht Van Lommel
2017-08-24Code cleanup: remove shader context.Brecht Van Lommel
2017-08-19Code cleanup: move rng into path state.Brecht Van Lommel
2017-08-17Improved triangle sampling for mesh lightsStefan Werner
2017-03-27Cycles: First implementation of shadow catcherSergey Sharybin
2017-03-20Fix T50975: Cycles: Light sampling threshold inadvertently clamps negative lampsSergey Sharybin
2017-03-08Cycles: Remove ccl_fetch and SOAMai Lavelle
2016-10-30Cycles: Add optional probabilistic termination of light samples based on thei...Lukas Stockner
2016-10-29Cycles: Implement texture coordinates for Point, Spot and Area LampsLukas Stockner
2016-09-14Cycles: Also support the constant emission speedup for mesh lightsLukas Stockner
2016-09-11Cycles: Replace object index hack with actual checks for SD_TRANSFORM_APPLIEDMai Lavelle
2016-09-09Cycles: Don't run full shader evaluation for constant emission lampsLukas Stockner
2016-06-23Cycles: Add multi-scattering, energy-conserving GGX as an option to the Gloss...Lukas Stockner
2016-06-21Fix T48698: Rays from SSS act as diffuse for normal objects but have an undef...Lukas Stockner
2016-05-23Cycles CUDA: reduce stack memory by reusing ShaderData.Brecht Van Lommel
2016-03-25Cycles: Cleanup, indent nested preprocessor directivesSergey Sharybin
2016-01-28Cycles: Remove few function arguments needed only for the split kernelSergey Sharybin
2016-01-07Cycles: Refactor how we pass bounce info to light path node.Thomas Dinges
2015-11-26Fix T46760: Branched Path Tracing converges to different result than plain Pa...Stefan Werner
2015-05-21Cleanup: Remove some outdated comments related to split kernel.Thomas Dinges
2015-05-09Cycles: OpenCL kernel splitGeorge Kyriazis
2015-04-27Cycles: Added support for light portalsLukas Stockner
2015-03-25Fix T44128: Ray visibility only enables diffuse if glossy is also enabledSergey Sharybin
2015-01-14Fix T42621: Glossy world ray visibility affects on transmission raysSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-09-05Cycles: Initial support for volume ray visibility.Thomas Dinges
2014-06-14Cycles: volume light samplingBrecht Van Lommel
2014-06-14Cycles code refactor: minor changes to light emission code.Brecht Van Lommel
2014-05-04Style cleanup: indentation, bracesCampbell Barton
2014-05-01Cycles: MIS for lamps now loops over all lamps instead of picking one.Brecht Van Lommel
2014-04-21Cleanup: Pass PathState as a whole, instead of individual members.Thomas Dinges
2014-04-21Code cleanup: remove old closure sampling code Cycles.Brecht Van Lommel
2014-04-21Cycles: add Transparent Depth output to Light Path node.Carlo Andreacchio
2014-03-29Cycles code refactor: replace magic ~0 values in the code with defines.Brecht Van Lommel
2014-03-29Cycles code refactor: changes to make adding new primitive types easier.Brecht Van Lommel
2014-03-15Code cleanup: Don't assign time 2x, we only need it for Object Motion here.Thomas Dinges
2014-02-07Fix T36979: wrong render of textured mesh lights with multiple importance sam...Brecht Van Lommel
2014-01-07Cycles Volume Render: scattering support.Brecht Van Lommel
2013-12-28Cycles Volume Render: add flags to quickly detect when objects have a volume ...Brecht Van Lommel
2013-11-18Cycles: change __device and similar qualifiers to ccl_device in kernel code.Brecht Van Lommel
2013-08-23Cycles: more code refactoring to rename things internally as well. Also changeBrecht Van Lommel
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-08-01Cycles / Ray Depth:Thomas Dinges
2013-06-18Cycles: add "Transparent Shadow" option for materials, to disable them per ma...Brecht Van Lommel
2013-06-11Cycles: ray visibility panel is now also available for the world, works same asBrecht Van Lommel
2013-06-07Cycles: ray visibility options now work for lamps and mesh lights, with and w...Brecht Van Lommel
2013-06-04Cycles:Thomas Dinges
2013-06-03Cycles / Math functions:Thomas Dinges
2013-06-02Code cleanup / Cycles:Thomas Dinges