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-11-14Cycles: Refactor closure roughness detection to fix a potential bug with Deno...Lukas Stockner
2017-11-09Fix T53270: crash with multiscatter GGX after recent refactoring.Brecht Van Lommel
2017-11-08Cycles: add bevel shader, for raytrace based rounded edges.Brecht Van Lommel
2017-11-05Cycles: reduce closure memory usage for emission/shadow shader data.Brecht Van Lommel
2017-11-05Code refactor: sum transparent and absorption weights outside closures.Brecht Van Lommel
2017-11-05Code refactor: remove emission and background closures, sum directly.Brecht Van Lommel
2017-10-19Fix part of T53038: principled BSDF clearcoat weight has no effect with 0 rou...Brecht Van Lommel
2017-10-07Fix incorrect MIS with principled BSDF and specular roughness 0.Brecht Van Lommel
2017-09-20Code cleanup: refactor BSSRDF closure sampling, for next commit.Brecht Van Lommel
2017-09-12Cycles: Tweaks to avoid compilation error of megakernelSergey Sharybin
2017-07-24Fix Cycles multi scatter GGX different render results with Clang and GCC.Brecht Van Lommel
2017-07-02Fix T51956: color noise with principled sss, radius 0 and branched path.Brecht Van Lommel
2017-06-22Cycles: Fix excessive sampling weight of glossy Principled BSDF componentsLukas Stockner
2017-06-22Fix T51836: Cycles: Fix incorrect PDF approximations of the MultiGGX closuresLukas Stockner
2017-05-19Cycles: Fix random noise pattern seen with multiscatter bsdf and split kernelMai Lavelle
2017-05-18Cycles: Cleanup MultiGGX closure implementationLukas Stockner
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-04-24Cycles: Cleanup, space after keywordSergey Sharybin
2017-04-21Cycles: Solve speed regression of classroom scene after principled commitSergey Sharybin
2017-04-18Squashed commit of the following:Pascal Schoen
2017-03-29Cycles: Cleanup, indentationSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-21Cycles: Fix building of OpenCL kernelsMai Lavelle
2017-03-20Fix T50990: Random black pixels in Cycles when rendering material with Multis...Sergey Sharybin
2017-03-13Cycles: Make MESA compiler more happySergey Sharybin
2017-03-08Cycles: Remove ccl_fetch and SOAMai Lavelle
2016-12-14Cycles: Fix uninitialized variable issue after recent changesSergey Sharybin
2016-12-14Cycles: Consider GGX/Beckmann/Ashikhmin of 0 roughness a singular raySergey Sharybin
2016-12-01Fix T50075: Assert during debug render of hair_geom_transmission.blendSergey Sharybin
2016-10-03Fix Cycles CUDA performance on CUDA 8.0.Brecht Van Lommel
2016-09-28Cycles: Cleanup, indentationSergey Sharybin
2016-09-28Cycles: Fix compilation error with minimal feature setSergey Sharybin
2016-09-25Cycles: Fix T49411: Multiscatter GGX with zero roughness when Filter Glossy i...Lukas Stockner
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-07-28Cycles: Fix difference in Ashikhmin Shirley shader between CPU and GPUSergey Sharybin
2016-07-25Cycles: Fix rays parallel to the surface in the triangle refine and MultiGGX ...Lukas Stockner
2016-07-25Cycles: Calculate differentials in the Multiscattering GGX closuresLukas Stockner
2016-07-17Cycles: Fix OpenCL compilation after the recent numerical fixesLukas Stockner
2016-07-16Cycles: Fix three numerical issues in the fresnel, normal map and Beckmann codeLukas Stockner
2016-07-16Cycles: Deduplicate geometric factor calculation in the Beckmann distributionLukas Stockner
2016-06-28Fix T48732: New GGX breaks OpenCL kernelSergey Sharybin
2016-06-26Fix T48732 v2: New GGX breaks OpenCL kernelLukas Stockner
2016-06-25Fix T48732, OpenCL compile failure after Multiscatter GGX commit.Thomas Dinges
2016-06-23Cycles: Add multi-scattering, energy-conserving GGX as an option to the Gloss...Lukas Stockner
2016-06-17Fix T46492: GGX distribution produces black pixelsSergey Sharybin
2016-04-13Cycles: Minor cleanup, whitespace around keyword and preprocessor indentSergey Sharybin
2016-03-25Cycles: Cleanup, indent nested preprocessor directivesSergey Sharybin