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
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-07-28Cycles: remove WITH_CYCLES_DEBUG, add WITH_CYCLES_DEBUG_NANBrecht Van Lommel
2021-02-17Cycles: add utility functions for zero float2/float3/float4/transformBrecht Van Lommel
2020-09-22Cleanup: use float3 instead of float4 for shadow, since w is never usedBrecht Van Lommel
2020-02-25Cycles: move sss and diffuse transmission into diffuse passBrecht Van Lommel
2020-02-06Cycles: Track specular throughput to account for reflection color in denoisin...Lukas Stockner
2019-12-12Cycles: perform clamping per light contribution instead of whole pathLukas Stockner
2019-08-26Cycles: fixes for building kernel without certain featuresPatrick Mours
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2018-08-20Fix Cycles AO pass not working for shadow catcher objects.Brecht Van Lommel
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-01-12Cycles: option to make background visible through glass transparent.Lukas Stockner
2017-11-17Cycles: Add Volume Direct and Volume Indirect passes for volume-scattered lightLukas Stockner
2017-10-06Fix T53012: Shadow catcher creates artifacts on contact areaSergey Sharybin
2017-09-28Cycles: reduce subsurface stack memory usage.Brecht Van Lommel
2017-09-13Code cleanup: abstract shadow catcher logic more into accumulation code.Brecht Van Lommel
2017-08-13Code cleanup: make L_transparent part of PathRadiance.Brecht Van Lommel
2017-08-13Code cleanup: make DebugData part of PathRadiance.Brecht Van Lommel
2017-08-11Fix T52229: Shadow Catcher artifacts when under transparencySergey Sharybin
2017-07-18Fix T52021: Shadow catcher renders wrong when catcher object is behind transp...Sergey Sharybin
2017-06-10Cycles: Modify path_radiance_accum_sample to use atomics for split kernelMai Lavelle
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-03-27Cycles: First implementation of shadow catcherSergey Sharybin
2017-03-24Cycles: Correct isfinite check used in integratorSergey Sharybin
2016-10-30Cycles: Add optional probabilistic termination of light samples based on thei...Lukas Stockner
2016-10-03Fix Cycles CUDA performance on CUDA 8.0.Brecht Van Lommel
2016-09-14Cycles: Deduplicate light pass codeLukas Stockner
2016-07-18Fix Cycles kernel build without render passes support.Brecht Van Lommel
2016-02-18Fix T47461: Different results on CPU and GPU when using Branched Path TracingLukas Stockner
2016-02-16Cycles: Remove back some tweaks for inline policiesSergey Sharybin
2016-02-15Cycles: Tweaks for 32bit CUDA binariesSergey Sharybin
2015-12-02Cycles: Fix SSS object not properly reflected in glossy object with indirect ...Sergey Sharybin
2015-06-13Cycles: Avoid compilation warnings when building without passes supportSergey Sharybin
2015-05-09Cycles: OpenCL kernel splitGeorge Kyriazis
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-09-06Cycles: Workaround cuda 6.5 compiler bug with sm_50Sergey Sharybin
2014-09-06Cycles: Fix for the BSDF evaluation initSergey Sharybin
2014-09-05Cycles: Initial support for volume ray visibility.Thomas Dinges
2014-08-02SpellingCampbell Barton
2014-05-11Fix cycles baking code build errors with OpenCL on some platforms.Brecht Van Lommel
2014-05-03Cycles BakeDalai Felinto
2014-02-11Cycles: Code refactor for Clamping/Inf Rejection, combined into 1 function. A...Thomas Dinges
2014-02-11Cycles: Clamp Direct now affects the Background too.Thomas Dinges
2014-02-11Cycles: Separation of Indirect and Direct clamping.Thomas Dinges
2014-01-07Cycles Volume Render: scattering support.Brecht Van Lommel
2013-11-18Cycles: change __device and similar qualifiers to ccl_device in kernel code.Brecht Van Lommel
2013-09-17Fix #36741: cycles AO pass giving values > 1.0 with transparency.Brecht Van Lommel
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-08-04Cycles: Thomas Dinges
2013-08-03Cycles / SSS:Thomas Dinges