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-01-19Fix T47201: Cycles+OSL keeps image files open until Blender exitsSergey Sharybin
2016-01-16Cycles: Fix compilation with older OSLSergey Sharybin
2016-01-16Fix T47180: Cycles deform motion blur + displacement behaves weirdlySergey Sharybin
2016-01-16Fix T47181: Blender OSL script node crash (OSL 1.6.9)Lukas Stockner
2016-01-15Cycles-Bake: Custom Baking passesDalai Felinto
2016-01-10Cycles: Adding Hilbert Spiral as a tile order for renderingLukas Stockner
2016-01-07Cycles: Update some types used form OSLSergey Sharybin
2016-01-07Cycles: Fix wrong transparency flag being set to integratorSergey Sharybin
2016-01-07Cleanup: Fix Cycles compile warning on MSVC.Thomas Dinges
2016-01-07Cycles: Refactor how we pass bounce info to light path node.Thomas Dinges
2016-01-05Cycles: Fix memory leak in shader graph when bump graph is usedSergey Sharybin
2016-01-04Cycles: Fix access uninitialized SVM stack caused by recent optimizationSergey Sharybin
2016-01-03Fix T47008: OSL Memory Corruption (Use after free)Sergey Sharybin
2016-01-02Cycles: Force bottom-to-top tile order for viewport renderingLukas Stockner
2016-01-02Cycles: Add Saw option to the wave textureLukas Stockner
2015-12-31Cycles: Implement rolling shutter effectSergey Sharybin
2015-12-31Fix T46915: Non-intuitive behavior of Vector Curve Mapping nodeSergey Sharybin
2015-12-31Cycles: Fix viewport rendering with multiple GPU devicesSergey Sharybin
2015-12-31Cycles: Experiment with use of runtime tag instead of set for SVM generationSergey Sharybin
2015-12-30Cycles: Code cleanup: use scoped timer to measure parts of SVM compilerSergey Sharybin
2015-12-30Cycles: Wrap SVM compiler state variables into a single structSergey Sharybin
2015-12-29Cycles: Add timing information to the SVM compiler statsSergey Sharybin
2015-12-29Cycles: Optimize nodes deduplication routinesSergey Sharybin
2015-12-29Cycles: Remove assert which is no longer validSergey Sharybin
2015-12-28Cycles: Use different approach for SVM summary reportSergey Sharybin
2015-12-28Cycles: Log basic statistics of SVM compilation processSergey Sharybin
2015-12-28Cycles: Implement node deduplication routinesSergey Sharybin
2015-12-25Cleanup: SubsurfaceScatteringNode is a subclass of BsdfNode, no need to set t...Thomas Dinges
2015-12-24Cycles: Fix Tile access in the TileManager for viewport renderingLukas Stockner
2015-12-23Cycles: Implement constant fold for the ConvertNode.Thomas Dinges
2015-12-23Cycles: Sort tiles in rendering order at construction timeLukas Stockner
2015-12-22Cleanup: Remove comments, now that we have the dedicated constant fold functi...Thomas Dinges
2015-12-22Cycles: Constant fold for the Gamma Node.Thomas Dinges
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-09Cycles: Comment out unused argumentsSergey Sharybin
2015-12-07Cycles: Fold Value and RGB node as well.Thomas Dinges
2015-12-05Cycles: Implement extrapolation for RGB curvesSergey Sharybin
2015-12-02Cycles: Avoid recursion when doing constant foldSergey Sharybin
2015-12-02Cleanup: warnings & spellingCampbell Barton
2015-12-01Cleanup: Remove some more code for BVH cache. I missed that somehow.Thomas Dinges
2015-11-30Cleanup: warning w/ unknown defineCampbell Barton
2015-11-25Cycles: Create proper sockets for OSL script nodesSergey Sharybin
2015-11-25Cycles: Whitespace cleanup from the recent changesSergey Sharybin
2015-11-25Cycles: Fix crash in constant folding introduced by recent commitSergey Sharybin
2015-11-25Cycles: Refactor of constant fold.Thomas Dinges
2015-11-25Cycles: Fix shader update bug introduced by recent commitsSergey Sharybin
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-24Cycles: Support per-render layer world AO settingsSergey Sharybin