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-08-07Cycles: remove option to disable transparent shadows globally.Brecht Van Lommel
2017-08-05Cycles: remove min bounces, modify RR to terminate less.Brecht Van Lommel
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-06Cycles: Fix strict -Wpedantic warnings with GCCSergey Sharybin
2017-02-01Cycles: Fix rng_state initialization when using resumable renderingLukas Stockner
2017-01-27Cycles: Add option to replace GI with AO approximation after certain amount o...Sergey Sharybin
2016-10-30Cycles: Add optional probabilistic termination of light samples based on thei...Lukas Stockner
2016-05-29Code refactor: minor node and node type utility functions and changes.Brecht Van Lommel
2016-05-22Cleanup: remove Cycles layer bits checking in the kernel.Brecht Van Lommel
2016-05-22Code refactor: nodify Cycles integrator.Brecht Van Lommel
2016-02-12Cycles: Make Blender importer more forward compatibleSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-11-16Cycles: Remove Integrator volume sampling flag, that was moved to Shader.Thomas Dinges
2014-09-05Cycles: Split caustics option, to allow separate control for Reflection and R...Thomas Dinges
2014-05-12Cleanup: Remove unused hardcoded variables in the integrator.Thomas Dinges
2014-03-15Cycles: Direct multi light sampling in the Branched Path Integrator is option...Thomas Dinges
2014-03-10Cycles: Option to Sample all Lights in the Branched Path integrator for indir...Thomas Dinges
2014-02-14Cycles: equi-angular sampling for homogeneous volumesBrecht Van Lommel
2014-02-11Cycles: Separation of Indirect and Direct clamping.Thomas Dinges
2014-01-07Cycles Volume Render: scattering support.Brecht Van Lommel
2013-12-30Cycles Volume Render: heterogeneous (textured) volumes support.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-06-07Cycles: experimental correlated multi-jittered sampling pattern that can be usedBrecht Van Lommel
2013-04-02Cycles: initial subsurface multiple scattering support. It's not working asBrecht Van Lommel
2012-06-13Cycles: first step for implementation of non-progressive sampler that handlesBrecht Van Lommel
2012-04-30Cycles: support for motion vector and UV passes.Brecht Van Lommel
2012-04-28Cycles: merging features from tomato branch.Brecht Van Lommel
2012-04-05Cycles: add rejection of inf/nan samples, in principle these should not happenBrecht Van Lommel
2011-12-22Cycles: code refactoring, to do render layer visibility test a bit different,Brecht Van Lommel
2011-10-29Cycles: seed value to get different noise values from renders, there was a patchBrecht Van Lommel
2011-09-01Cycles:Brecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal