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
2015-06-17Cycles: Report total and render time to the logSergey Sharybin
2015-06-17Cycles: Fix wrong numbering of OpenCL devices when some of them are skippedSergey Sharybin
2015-06-16Add back ray bounces debug code, can be useful nevertheless.Thomas Dinges
2015-06-16Cycles / Branched Path: Some simplifications for main loop.Thomas Dinges
2015-06-16Cleanup comment and remove now redundant define.Thomas Dinges
2015-06-16Cycles: Move branched path tracking into own fileSergey Sharybin
2015-06-14GHost: Attempt to fix compilation error on older OSX systemsSergey Sharybin
2015-06-14Fix T41870: Cycles OSL - Changing rotation value in anisotropic shader crashe...Sergey Sharybin
2015-06-13Cycles: Avoid compilation warnings when building without passes supportSergey Sharybin
2015-06-13Cycles: Solve possible buffer overrun when using too much closuresSergey Sharybin
2015-06-13Cycles: Add assert check to shader closure merge functionSergey Sharybin
2015-06-13Cycles: Fix compilation error with motion blur disabled on CPUSergey Sharybin
2015-06-13Cycles: Silent paranoid uninitialized GCC warnings in release kernelsSergey Sharybin
2015-06-13Msgfmt: Fix for generating .mo files from .po without commentsSergey Sharybin
2015-06-12Cycles: Fix missing node distance update when only two child intersected in QBVHSergey Sharybin
2015-06-12Expose Background AO and Transparent flag to XML APIThomas Dinges
2015-06-12Cycles: Add debug pass which shows number of instance pushes during camera ra...Sergey Sharybin
2015-06-12Cycles: Remove meaningless debug traversal steps increment from QBVH volume codeSergey Sharybin
2015-06-12Cycles: Enable transparent shadows for experimental AMD kernelSergey Sharybin
2015-06-12Cycles: Remove Bump Node from the graph, if Height input is not connected.Thomas Dinges
2015-06-11Cycles: Simplify volume_phase_eval().Thomas Dinges
2015-06-11Expose debug type into the interfaceSergey Sharybin
2015-06-11Cycles: Add debug pass showing average number of ray bounces per pixelSergey Sharybin
2015-06-08Cycles: Move requested feature conversion to an own functionSergey Sharybin
2015-06-08Cycles: Remove round-up trickery for max closure in split OpenCL kernelSergey Sharybin
2015-06-08Cycles: Remove requirement of using experimental kernel for hair and blur on AMDSergey Sharybin
2015-06-08Cycles: Make hair, object and motion blur selective compiled into OpenCLSergey Sharybin
2015-06-07Allow compilation of cycles network with WITH_CYCLES_LOGGING is ONMartijn Berger
2015-06-05Cycles: Initial support for OpenCL capabilities reportsSergey Sharybin
2015-06-02Fix T44922: Split kernel renders black when using Bump nodeSergey Sharybin
2015-06-01Fix T44908: Blender crashes when trying to use cycles experimental displacementSergey Sharybin
2015-06-01Cycles XML API: * Add Bump and Holdout Node * Add todo comments for various t...Thomas Dinges
2015-06-01Cycles: Number keys 0-3 can be used in interactive mode now to set max bounces.Thomas Dinges
2015-06-01Cycles: Fix wrong max nodes group used for the viewport renderSergey Sharybin
2015-06-01Cycles: Strip meaningless empty output form the MVidia OpenCL compilerSergey Sharybin
2015-06-01Cycles: Assert in the cases when SVM node was not handledSergey Sharybin
2015-06-01Cycles: Implement selective nodes compilationSergey Sharybin
2015-06-01Cycles: Fix some typos in the selective modes compilationSergey Sharybin
2015-06-01Cycles: Code cleanup, spaces around keyword and braceSergey Sharybin
2015-06-01Cycles: Fix missing features gathering from the bump graphSergey Sharybin
2015-06-01Cycles: Add bump feature for selective nodes compilationSergey Sharybin
2015-06-01Cycles: Report build flags used for the OpenCL kernel compilationSergey Sharybin
2015-06-01Cycles: Shader node features are to be inherited from the base classSergey Sharybin
2015-05-29GHOST get rid of unused warningsAntony Riakiotakis
2015-05-28Cycles: Enable Object Motion on AMD OpenCL.Thomas Dinges
2015-05-28Ghost/X11: allow creating windows to failCampbell Barton
2015-05-28Cleanup: warningCampbell Barton
2015-05-28Cleanup: Remove unused Noise Basis texture code.Thomas Dinges
2015-05-28Cleanup: Remove unused Voronoi texture code.Thomas Dinges
2015-05-27Cycles: Code cleanup, split kernelSergey Sharybin