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
path: root/intern
AgeCommit message (Expand)Author
2016-06-08Fix T46207: Slow OpenCL GPU bake and blown out baking Cycles renderSergey Sharybin
2016-06-08Cycles: Fixes for recent refactorSergey Sharybin
2016-06-08Cycles: Add human readable sizes to debug outputMai Lavelle
2016-06-08Fix T48556: Missing transparent shadows on AMD OpenCLSergey Sharybin
2016-06-08Fix broken Cycles curve motion radius after recent refactor, and fix warnings.Brecht Van Lommel
2016-06-08Depsgraph: Fix wrong layers flush form children to parentSergey Sharybin
2016-06-08Code refactor: store ShaderNode enums as enum rather than ustring.Brecht Van Lommel
2016-06-08Code refactor: centralize OSL node creation in shader manager.Brecht Van Lommel
2016-06-08Code refactor: pass ShaderInput to constant_fold, so it supports arbitrary ty...Brecht Van Lommel
2016-06-08Code refactor: add separate RGB to BW node and rename some sockets.Brecht Van Lommel
2016-06-08Code refactor: minor node and node type utility functions and changes.Brecht Van Lommel
2016-06-08Fix debug mode assert in subd code after recent refactoring.Brecht Van Lommel
2016-06-08Code refactor: nodify object and mesh, but not used for XML yet.Brecht Van Lommel
2016-06-08Code refactor: modify mesh storage to use arrays rather than vectors, separat...Brecht Van Lommel
2016-06-08Code refactor: make ShaderNode match Node a bit more, reusing types and enums.Brecht Van Lommel
2016-06-08Code refactor: nodify Cycles camera and fix some mistakes in XML node read.Brecht Van Lommel
2016-06-08Fix T48526: Cycles viewport render incorrectly influenced by pixel aspect ratio.Brecht Van Lommel
2016-06-08Cleanup: Further tweaks for consistency and simplifications.Thomas Dinges
2016-06-08Cleanup: Simplify and de-duplicate assignements in the ImageManager constructor.Thomas Dinges
2016-06-08Cleanup: Shorten texture variables, tex and image was kinda redundant.Thomas Dinges
2016-06-08ndof: detect SpaceMouse EnterpriseMike Erwin
2016-06-08Cycles: Simplify code around debug stats in BVH traversingSergey Sharybin
2016-06-08Cleanup: glsl styleCampbell Barton
2016-06-08Fix T48514: Cycles toon glossy BSDF not respecting reflective caustics option.Brecht Van Lommel
2016-06-08Cycles CUDA: reduce branched path stack memory by sharing indirect ShaderData.Brecht Van Lommel
2016-06-08Cycles: Yet another fix for textures limitSergey Sharybin
2016-06-08Cycles: Fix wrong cuda textures limitsSergey Sharybin
2016-06-08Cycles: Fix wrong render results when using multiple OpenCL devicesSergey Sharybin
2016-06-08Fix T48508: Cycles Regression / CrashSergey Sharybin
2016-06-08Fix T48486: Not enough precision in Volume Sampling Step Size inputSergey Sharybin
2016-06-08GHOST cleanup (null check before delete, and 0 -> NULL for pointers).Bastien Montagne
2016-06-08Cycles CUDA: reduce stack memory by reusing ShaderData.Brecht Van Lommel
2016-06-08Cycles: Fix wrong closure counter in feature adaptive kernelSergey Sharybin
2016-06-08Fix T48334: Cycles standalone xml import of uv coordinatesSergey Sharybin
2016-06-08Fixed a rare case of NaN in CyclesStefan Werner
2016-06-08Cycles: Fix missing feature reported by the Volume nodeSergey Sharybin
2016-06-08Cycles: Fix missing volumes support for feature-adaptive viewport renderSergey Sharybin
2016-06-08Cleanup: Deduplicate image loading functions using templates.Thomas Dinges
2016-06-08Cleanup: Use short condition style.Thomas Dinges
2016-06-08Fix Cycles warning in release builds.Brecht Van Lommel
2016-06-08Fix Cycles compile errors with GCC due to double promotion as errors.Brecht Van Lommel
2016-06-08Cleanup: remove Cycles layer bits checking in the kernel.Brecht Van Lommel
2016-06-08Code refactor: nodify Cycles shader and lights.Brecht Van Lommel
2016-06-08Code refactor: nodify Cycles background and film.Brecht Van Lommel
2016-06-08Code refactor: nodify Cycles integrator.Brecht Van Lommel
2016-06-08Code refactor: add generic Cycles XML node read and write functions.Brecht Van Lommel
2016-06-08Code refactor: add generic Cycles node infrastructure.Brecht Van Lommel
2016-06-08Cleanup: remove unused doxy configCampbell Barton
2016-06-08Cycles: Fix long compile time with MSVC.Thomas Dinges
2016-06-08Fix T48472: issue in array refactor, causing performance regression in BVH bu...Brecht Van Lommel