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
2018-11-29Fix internal compiler error when building with VS 2017 (15.9.3).Brecht Van Lommel
2018-11-29Atomic: Avoid conflicts with definitions in other areasSergey Sharybin
2018-11-29Cleanup: correct typo, no need for ./ prefixCampbell Barton
2018-11-29Cycles: Add sample-based runtime profiler that measures time spent in various...Lukas Stockner
2018-11-28More fixes for NUMA on macOSSergey Sharybin
2018-11-28Fix compilation error on macOSSergey Sharybin
2018-11-28Fix compilation error on 32bit WindowsSergey Sharybin
2018-11-28Add cross-platform NUMA librarySergey Sharybin
2018-11-26CMake: Remove Cycles specific OpenSubdiv optionsSergey Sharybin
2018-11-25Fix X11 tablet pen and eraser distinction being wrong in some cases.Brecht Van Lommel
2018-11-25Cleanup: trailing spaceCampbell Barton
2018-11-24Fix penpressure for tablets that use libinput on linuxJens Verwiebe
2018-11-23Cycles: Fixed a warning.Stefan Werner
2018-11-23Cycles: Improved robustness of hair motion blur.Stefan Werner
2018-11-21Fix T57811: Render crashes in certain scenes when AO Bounces are usedSergey Sharybin
2018-11-21Cycles: Cleanup, use utility functionSergey Sharybin
2018-11-21Cycles: Cleanup, reduce indentation levelSergey Sharybin
2018-11-21Cycles: Cleanup, comments and dead codeSergey Sharybin
2018-11-21Cycles: Cleanup, CUDA code path is not possible inside AVX2Sergey Sharybin
2018-11-15Cycles: Cleanup, code styleSergey Sharybin
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-11-12Cycles: Fix/workaround for gcc-7.2Sergey Sharybin
2018-11-12Cycles: Proper comment for closing header guardSergey Sharybin
2018-11-09Revert "Cycles: Cleanup, move Embree BVH logic to own file"Sergey Sharybin
2018-11-09Cycles: Cleanup, remove unused method declarationSergey Sharybin
2018-11-09Cycles; Cleanup, line lengthSergey Sharybin
2018-11-09Cycles: Cleanup, move Embree BVH logic to own fileSergey Sharybin
2018-11-09Cycles: Cleanup, indentation in preprocessorSergey Sharybin
2018-11-09Cycles: Cleanup, indentationSergey Sharybin
2018-11-09Cycles: Cleanup, space after (void)Sergey Sharybin
2018-11-09Cycles: Cleanup, don't use strict C prototypesSergey Sharybin
2018-11-09Cycles: Cleanup, split array from vectorSergey Sharybin
2018-11-09Cycles: Cleanup, some documentationSergey Sharybin
2018-11-09Cycles: Cleanup, remove unneeded manual constructors specificationSergey Sharybin
2018-11-09Cycles: Cleanup, remove unneeded method from vectorSergey Sharybin
2018-11-09Cycles: Cleanup, spacing after preprocessorSergey Sharybin
2018-11-08Fix build on 32bit after Embree changes.Brecht Van Lommel
2018-11-08Cycles: Write Cryptomatte metadata according to the specificationLukas Stockner
2018-11-07Cycles: Rearranged macros in kernel_types.h to fix Embree build.Stefan Werner
2018-11-07Fix build with OSL, remove unneeded file after Embree changes.Brecht Van Lommel
2018-11-07Cycles: Fixed a warning.Stefan Werner
2018-11-07Cycles: Fixed OpenCL render after the Embree checkin.Stefan Werner
2018-11-07Cycles: Added Embree as BVH option for CPU renders.Stefan Werner
2018-11-04Fix assert rendering hair tests on some systems.Brecht Van Lommel
2018-11-04Fix assert rendering with denoising, after recent changes.Brecht Van Lommel
2018-10-31Cycles: Fix wrong BVH used when disabling AVX2 in debug settingsSergey Sharybin
2018-10-30Fix build error on Windows 32bit, alignment was wrong.Brecht Van Lommel
2018-10-29Cycles: Support generating Denoising passes without actually denoisingLukas Stockner
2018-10-29Cycles: more detailed tooltips for cryptomatte options.Brecht Van Lommel
2018-10-28Fix Linux build after Cryptomatte commit.Brecht Van Lommel