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
2018-03-29Fix T54455: OpenCL build error after recent changes.Brecht Van Lommel
2018-03-27Fix T54420: too much volume render noise with multiple volume objects.Brecht Van Lommel
2018-03-19Fix T54317: overlapping volume render bug after recent changes.Brecht Van Lommel
2018-03-01Cycles: don't count volume boundaries as transparent bounces.Brecht Van Lommel
2018-02-22Cycles: better path termination for transparency.Brecht Van Lommel
2018-02-08Code refactor: remove unnecessary RNG offset in branched path code.Brecht Van Lommel
2018-01-29Revert "Fix T53914: Volumetric scattering now goes correctly through transpar...Brecht Van Lommel
2018-01-27Fix T53914: Volumetric scattering now goes correctly through transparent surf...Stefan Werner
2018-01-19Cleanup: typosCampbell Barton
2018-01-12Cycles: option to make background visible through glass transparent.Lukas Stockner
2017-09-20Code cleanup: remove hack to avoid seeing transparent objects in noise.Brecht Van Lommel
2017-09-13Code cleanup: store branch factor in PathState.Brecht Van Lommel
2017-09-12Cycles: change AO bounces approximation to do more glossy and transmission.Mathieu Menuet
2017-09-12Fix Cycles bug in RR termination, probability should never be > 1.0.Brecht Van Lommel
2017-08-19Code cleanup: move rng into path state.Brecht Van Lommel
2017-08-12Code cleanup: fix warning and improve terminology.Brecht Van Lommel
2017-08-07Fix Cycles shadow catcher objects influencing each other.Brecht Van Lommel
2017-08-07Cycles: Cleanup, space after keywordSergey Sharybin
2017-08-05Cycles: remove min bounces, modify RR to terminate less.Brecht Van Lommel
2017-06-10Cycles: Selectively include denoising in kernelSergey Sharybin
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-03-27Cycles: Remove ccl_addr_space from RNG passed to functionsHristo Gueorguiev
2017-03-27Cycles: First implementation of shadow catcherSergey Sharybin
2016-08-25Fix T49078: Cycles tries to render volume from another render layer when came...Sergey Sharybin
2016-05-23Cycles CUDA: reduce stack memory by reusing ShaderData.Brecht Van Lommel
2016-05-22Cleanup: remove Cycles layer bits checking in the kernel.Brecht Van Lommel
2016-01-07Cycles: Refactor how we pass bounce info to light path node.Thomas Dinges
2015-05-09Cycles: OpenCL kernel splitGeorge Kyriazis
2015-05-08Cleanup: Remove unused ray type flags.Thomas Dinges
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-09-25Cycles: Add support for cameras inside volumeSergey Sharybin
2014-07-10Cleanup: Always assign num_samples, there is no need for this special define.Thomas Dinges
2014-06-22Fix cycles "Is Singular Ray" being on for Camera rays, now is off.Brecht Van Lommel
2014-05-29Fix T39804: cycles smoke domain visible in rendering.Brecht Van Lommel
2014-03-29Cycles code refactor: replace magic ~0 values in the code with defines.Brecht Van Lommel
2014-03-04Fix volume scatter render issue introduced by recent bugfix.Brecht Van Lommel
2014-01-09Fix T38134: missing cycles update when removing world volume scatter shader.Brecht Van Lommel
2014-01-07Fix CUDA/OpenCL compile errors in scattering commit.Brecht Van Lommel
2014-01-07Cycles Volume Render: scattering support.Brecht Van Lommel
2014-01-03Code refactor: move random number and MIS variables into PathState.Brecht Van Lommel
2013-12-30Cycles Volume Render: heterogeneous (textured) volumes support.Brecht Van Lommel
2013-12-28Cycles Volume Render: add support for overlapping volume objects.Brecht Van Lommel
2013-12-28Cycles Volume Render: support for rendering of homogeneous volume with absorp...Brecht Van Lommel
2013-11-18Cycles: change __device and similar qualifiers to ccl_device in kernel code.Brecht Van Lommel
2013-09-08Cycles:Thomas Dinges