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
2016-08-03Fix T49010: Portals don't work in recent Blender versionsSergey Sharybin
2016-08-03Merge branch 'master' into cycles_disney_brdfPascal Schoen
2016-08-02Cycles: log how many nodes were deduplicated for use in tests.Alexander Gavrilov
2016-08-02Cycles: add folding for redundant A to B to A conversions.Alexander Gavrilov
2016-08-01Cycles: add unit tests for supported constant folding rules.Alexander Gavrilov
2016-07-31Fix mistake in Cycles mix node multiply constant folding.Brecht Van Lommel
2016-07-31Cycles: refactor kernel closure storage to use structs per closure type.Brecht Van Lommel
2016-07-31Cycles: constant fold add/mul type nodes with known 0 and 1 arguments.Alexander Gavrilov
2016-07-31Cycles: constant folding for RGB/Vector Curves and Color Ramp.Alexander Gavrilov
2016-07-31Fix Cycles OpenCL not always allocating enough space for closures.Brecht Van Lommel
2016-07-29Cycles: Add fundamentals to test constant foldingSergey Sharybin
2016-07-29Cycles: remove narrowing conversion from recent commitMai Lavelle
2016-07-29Cycles microdisplacement: move subdivision options to subsurf modifierMai Lavelle
2016-07-29Cycles microdisplacement: ngons and attributes for subdivision meshesMai Lavelle
2016-07-29Fix use of uninitialized variable in Cycles, mostly harmless.Brecht Van Lommel
2016-07-28Cycles: Fix missing mesh flags update when tweaking shadersSergey Sharybin
2016-07-28Cycles: Fix wrong order of light manager update tagSergey Sharybin
2016-07-28Cycles: De-duplicate more checks around light emisive meshesSergey Sharybin
2016-07-28Cycles: De-duplicate check for MIS shaders in meshesSergey Sharybin
2016-07-28Cycles: Add some extra logging for light debuggingSergey Sharybin
2016-07-28Fix T48790: Cycles render bug with zero strength lights.Brecht Van Lommel
2016-07-27Cycles: Style, placement of asteric in pointersSergey Sharybin
2016-07-27Cycles: Some minor tweaks to emission sharderSergey Sharybin
2016-07-26Added subsurface color parameter to the Disney shaderPascal Schoen
2016-07-26Improvement of the SSS in the Disney shaderPascal Schoen
2016-07-21Fix another Cycles OSL script node issue with shaders using bump.Brecht Van Lommel
2016-07-21Fix Cycles OSL script node not working in shader using bump, after node type ...Brecht Van Lommel
2016-07-20Added a roughness parameter for refractions (for scattering of the raysPascal Schoen
2016-07-18Cycles: add ConstantFolder class for constant folding boilerplate.Alexander Gavrilov
2016-07-18Cycles: add support for motion blurring of fluid meshes.Kévin Dietrich
2016-07-15Cycles: Add option to disable new Hair BVHSergey Sharybin
2016-07-14Code cleanup: show unused arguments names for ShaderNode::constant_fold.Brecht Van Lommel
2016-07-14Cleanup: comment blocksCampbell Barton
2016-07-14Cycles: Fix wrong size of sobol textureSergey Sharybin
2016-07-07Cycles: Enable unaligned BVH builder for scenes with hairSergey Sharybin
2016-07-07Cycles: Implement unaligned nodes BVH builderSergey Sharybin
2016-07-07Cycles: Reduce memory usage by de-duplicating triangle storageSergey Sharybin
2016-07-03Fix T48783: OSL render errors after recent refactoring.Brecht Van Lommel
2016-07-02Fix use of uninitialized variable in Cycles OpenCL image textures.Brecht Van Lommel
2016-07-02Cleanup: comment blocksCampbell Barton
2016-07-02Fix Cycles OpenCL not taking Extend and Clip extension types into account.Thomas Dinges
2016-06-23Cycles: Add multi-scattering, energy-conserving GGX as an option to the Gloss...Lukas Stockner
2016-06-22Cycles: Fix crash with Environment Texture and OSLLukas Stockner
2016-06-21Cycles: Deduplicate Vector and RGB Curve nodesLukas Stockner
2016-06-19Cleanup: Remove todo comment, this is fine as is.Thomas Dinges
2016-06-19Cycles: add constant folding for more color operation nodes.Alexander Gavrilov
2016-06-19Fix issues with node deduplication in Cycles shader graph.Alexander Gavrilov
2016-06-19Code refactor: small code simplification for Cycles constant folding.Brecht Van Lommel
2016-06-19Fix Cycles OSL image texture issue after recent refactor.Brecht Van Lommel
2016-06-19Fix return type in case of single channel half.Thomas Dinges