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-09-10merged the master branchsoc-2017-vertex_paintDarshan Kadu
2017-04-18Squashed commit of the following:Pascal Schoen
2017-04-18Cycles: Remove meaningless volume shadersSergey Sharybin
2017-04-03Fix T51115: Bump node is broken when the displacement socket is usedSergey 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
2016-10-24Cycles: Cleanup, styleSergey Sharybin
2016-10-12Fix T49640: Cycles constant folding incorrect for texture coordinates.Brecht Van Lommel
2016-09-11Cycles: Fix shading and crashes resulting from constant folding on displacementMai Lavelle
2016-09-11Cycles: Fix bump mapping to use object space when used with true displacementMai Lavelle
2016-09-02Cycles microdisplacement: Improved automatic bump mappingMai Lavelle
2016-08-02Cycles: log how many nodes were deduplicated for use in tests.Alexander Gavrilov
2016-07-31Cycles: refactor kernel closure storage to use structs per closure type.Brecht Van Lommel
2016-07-21Fix another Cycles OSL script node issue with shaders using bump.Brecht Van Lommel
2016-07-18Cycles: add ConstantFolder class for constant folding boilerplate.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-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-18Cleanup code style inconsistency in last commits.Brecht Van Lommel
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-02-03Cycles: Cleanup, indentation and bracesSergey Sharybin
2016-01-05Cycles: Fix memory leak in shader graph when bump graph is usedSergey Sharybin
2015-12-29Cycles: Optimize nodes deduplication routinesSergey Sharybin
2015-12-29Cycles: Remove assert which is no longer validSergey Sharybin
2015-12-28Cycles: Implement node deduplication routinesSergey Sharybin
2015-12-15Cycles: Fix wrong assert failure happening after recent de-duplicateSergey Sharybin
2015-12-15Cycles: De-duplicate utility functions in ccl::GraphSergey Sharybin
2015-12-07Cycles: Fold Value and RGB node as well.Thomas Dinges
2015-12-02Cycles: Avoid recursion when doing constant foldSergey Sharybin
2015-12-02Cleanup: warnings & spellingCampbell Barton
2015-11-25Cycles: Fix crash in constant folding introduced by recent commitSergey Sharybin
2015-11-25Cycles: Refactor of constant fold.Thomas Dinges
2015-11-25Fix T46782: Updating Shaders very slow with complex nodegraphSergey Sharybin
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-19Fix T46818, crash with Glossy node on Windows.Thomas Dinges
2015-11-18Cycles / Shader graph: Fallback to Sharp closures for very small roughness.Thomas Dinges
2015-11-18Cleanup: Add some notes in code for upcoming graph simplification process.Thomas Dinges
2015-11-18Cycles: Add utility functions to get a ShaderInput / ShaderOutput by name.Thomas Dinges
2015-09-04Cycles: Fix for wrong optimization of bump nodeSergey Sharybin
2015-06-12Cycles: Remove Bump Node from the graph, if Height input is not connected.Thomas Dinges
2015-05-14Cycles: Remove Emission shaders from the graph if color or strength is 0.Thomas Dinges
2015-05-09Cycles: Add utility function to graph to query number of closures used in itSergey Sharybin
2015-04-26Cleanup: Code style.Thomas Dinges
2015-04-07Cycles: Cleanup, typosSergey Sharybin
2015-03-17Cycles: Improve readability of dumped graphsSergey Sharybin