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-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-27Cycles: Remove ccl_addr_space from RNG passed to functionsHristo Gueorguiev
2017-03-27Cycles: First implementation of shadow catcherSergey Sharybin
2017-03-09Cycles: SSS and Volume rendering in split kernelHristo Gueorguiev
2017-03-08Cycles: Remove ccl_fetch and SOAMai Lavelle
2017-02-25Fix T50698: Cycles baking artifacts with transparent surfaces.Brecht Van Lommel
2017-01-23Cycles: Split ShaderData object and shader flagsSergey Sharybin
2017-01-23Cycles: Make object flag names more obvious that hey are object and not shaderSergey Sharybin
2016-11-03Cycles: Fix T49901: OpenCL build error after recent light texture coordinate ...Lukas Stockner
2016-10-30Cycles: Add optional probabilistic termination of light samples based on thei...Lukas Stockner
2016-10-29Fix T49846: OpenCL rendering compilation failureLukas Stockner
2016-10-29Cycles: Implement texture coordinates for Point, Spot and Area LampsLukas Stockner
2016-09-28Cycles: Fix compilation error with minimal feature setSergey Sharybin
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-08-05Cycles: Fix embarrassing typoSergey Sharybin
2016-08-02Cycles: Some more inline policy tweaks for CUDA 8Sergey Sharybin
2016-08-01Cycles: Tweaks to support CUDA 8 toolkitSergey Sharybin
2016-07-31Cycles: refactor kernel closure storage to use structs per closure type.Brecht Van Lommel
2016-06-28Fix T48732: New GGX breaks OpenCL kernelSergey Sharybin
2016-06-23Cycles: Add multi-scattering, energy-conserving GGX as an option to the Gloss...Lukas Stockner
2016-03-25Cycles: Cleanup, indent nested preprocessor directivesSergey Sharybin
2016-02-03Cycles: Cleanup, indentation and bracesSergey Sharybin
2016-01-14Cycles: Tweak inline policy for some functionsSergey 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-07-29Cycles: Fix issue in closure merge function.Lukas Stockner
2015-06-29Cleanup: Style in for loops header.Thomas Dinges
2015-06-13Cycles: Add assert check to shader closure merge functionSergey Sharybin
2015-05-14Cycles: Prepare code for OpenCL camera/motion blurSergey Sharybin
2015-05-09Cycles: OpenCL kernel splitGeorge Kyriazis
2015-04-06Cycles: Cleanup, spaces around assignment operatorSergey Sharybin
2015-03-25Fix 2 typos ( shakin' hands )Jens Verwiebe
2015-03-25Fix T44123: Cycles SSS renders black in recent buildsSergey Sharybin
2015-03-13Cleanup: Use differential helper class.Thomas Dinges
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-12-10Fix T42818: Cycles SSS passes are incorrect for SSS size of 0Sergey Sharybin
2014-09-24make "tri_shader" an int instead of a floatMartijn Berger
2014-09-23Fix T41912, OpenCL compile error when building without __SVM__Thomas Dinges
2014-08-13Fix T41219: Cycles backface detection doesn't work properlySergey Sharybin
2014-07-23Fix T41147: Static BVH shading problemSergey Sharybin
2014-06-14Cycles: volume light samplingBrecht Van Lommel
2014-06-13Cycles: Calculate face normal on the fly.Thomas Dinges
2014-05-26Fix T40345: cycles volume render + AO pass not working correct.Brecht van Lommel
2014-05-04Style cleanup: indentation, bracesCampbell Barton
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-04-03Fix T39577: cycles issue mixing anisotropic BSDFs with branched path tracer.Brecht Van Lommel
2014-03-29Cycles code refactor: replace magic ~0 values in the code with defines.Brecht Van Lommel
2014-03-29Cycles: add support for mesh deformation motion blur.Brecht Van Lommel