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-20Cycles: support baking normals plugged into BSDFs, averaged with closure weight.Brecht Van Lommel
2017-08-20Code cleanup: remove copy of shader graph for bump, no longer needed.Brecht Van Lommel
2017-04-18Cycles: Remove meaningless volume shadersSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-27Cycles: Optimize shaders earlier to skip unneccessary attributes for noninter...Lukas Stockner
2017-03-06Cycles: Fix strict -Wpedantic warnings with GCCSergey Sharybin
2016-09-11Cycles: Fix bump mapping to use object space when used with true displacementMai Lavelle
2016-07-18Cycles: add ConstantFolder class for constant folding boilerplate.Alexander Gavrilov
2016-06-19Code refactor: small code simplification for Cycles constant folding.Brecht Van Lommel
2016-06-11Cycles: nodify shader nodesBrecht Van Lommel
2016-05-29Code refactor: pass ShaderInput to constant_fold, so it supports arbitrary ty...Brecht Van Lommel
2016-05-28Code refactor: make ShaderNode match Node a bit more, reusing types and enums.Brecht Van Lommel
2016-05-23Cycles: Fix wrong closure counter in feature adaptive kernelSergey Sharybin
2016-05-11Cycles: Use explicit qualifier for single-argument constructorsSergey Sharybin
2016-05-08Code cleanup: use special type instead of node names.Brecht Van Lommel
2016-05-05Code refactor: reduce special node types, use generic constant folding.Brecht Van Lommel
2016-01-05Cycles: Fix memory leak in shader graph when bump graph is usedSergey Sharybin
2015-12-28Cycles: Implement node deduplication routinesSergey Sharybin
2015-12-15Cycles: De-duplicate utility functions in ccl::GraphSergey Sharybin
2015-12-02Cycles: Avoid recursion when doing constant foldSergey Sharybin
2015-11-25Cycles: Refactor of constant fold.Thomas Dinges
2015-11-25Cycles: Ensure order of shader nodes in the dependnecies setSergey Sharybin
2015-11-20Cycles: Fix filter glossy being broken after recent changesSergey Sharybin
2015-11-18Cycles / Shader graph: Fallback to Sharp closures for very small roughness.Thomas Dinges
2015-11-18Cycles: Add utility functions to get a ShaderInput / ShaderOutput by name.Thomas Dinges
2015-06-12Cycles: Remove Bump Node from the graph, if Height input is not connected.Thomas Dinges
2015-06-01Cycles: Add bump feature for selective nodes compilationSergey Sharybin
2015-05-14Cycles: Remove Emission shaders from the graph if color or strength is 0.Thomas Dinges
2015-05-09Cycles: Initial work towards selective nodes support compilationSergey Sharybin
2015-05-09Cycles: Add utility function to graph to query number of closures used in itSergey Sharybin
2015-05-05Cycles: Use curve approximation for blackbody instead of lookup tableSv. Lockal
2015-04-20Cycles: Synchronize images after building mesh BVHSergey Sharybin
2015-01-27Cycles: Support texture coordinate from another objectSergey Sharybin
2015-01-22Cleanup / Cycles: Code de-duplication for graph node relinking.Thomas Dinges
2015-01-21Cycles: Optimization for black world backgroundsThomas Dinges
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-09-25Cycles: Add method to dump current shader graph to the graphiz fileSergey Sharybin
2014-09-24Cycles: Shader Graph Optimization for Mix RGB nodes.Thomas Dinges
2014-04-21Code cleanup: remove old closure sampling code Cycles.Brecht Van Lommel
2014-04-04Cycles volume: detect homogeneous volume automatically in common cases.Brecht Van Lommel
2013-12-31Cycles Volume Render: optimization to avoid exporting surface attributes whenBrecht Van Lommel
2013-10-30Fix #37194, OSL script crashes blender. The lookup functions for finding Cycl...Lukas Toenne
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-08-18Cycles: Subsurface ScatteringBrecht Van Lommel
2013-08-01Cycles / Blackbody to RGB node:Thomas Dinges
2013-06-23Fix #35847: cycles group nodes did not work well exposing inputs like normal orBrecht Van Lommel
2013-05-10Fix for recent bugfix with anisotropic node crash, could do invalid memory ac...Brecht Van Lommel
2013-05-10Fix #35272: cycles GPU crash with anisotropic shader in group node.Brecht Van Lommel
2013-04-02Cycles: initial subsurface multiple scattering support. It's not working asBrecht Van Lommel
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne