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-02-15Fix T50630: Fluid fails on win32 w/ unicode pathsCampbell Barton
2018-01-31Fix T53962: Cycles OpenCL compile error in some scenes.Brecht Van Lommel
2018-01-23Cycles: Fix bug in user preferences with factory startupSergey Sharybin
2018-01-22Cycles: Fix crash opening user preferences after adding extra GPUSergey Sharybin
2018-01-22Fix T53012: Shadow catcher creates artifacts on contact areaSergey Sharybin
2018-01-22Cycles: Fix difference in image Clip extension method between CPU and GPUSergey Sharybin
2018-01-18Memory: add MEM_malloc_arrayN() function to protect against overflow.Brecht Van Lommel
2018-01-13Fix T53567: Negative pixel values causing artifacts with denoisingLukas Stockner
2018-01-13Cycles: Fixed compilation of CUDA kernels. Follow-up fix for my last commit.Stefan Werner
2018-01-13Cycles: Workaround for performance loss with the CUDA 9.0 SDK.Stefan Werner
2018-01-13Fix T53692: OpenCL multi GPU rendering not using all GPUs.Brecht Van Lommel
2018-01-13Fix T53755: Cycles OpenCL lamp shaders have incorrect normal.Brecht Van Lommel
2018-01-09Add an 'atomic cas' wrapper for pointers.Bastien Montagne
2018-01-08Cycles: Fix compilation error of standalone applicationSergey Sharybin
2018-01-08Cycles: Fix compilation error with OIIO compiled against system PugiXMLSergey Sharybin
2018-01-08Cycles: Fix compilation error with latest OIIOSergey Sharybin
2018-01-08Fix T52818: Tangent space calculation is really slow for high-density mesh wi...Sergey Sharybin
2018-01-08Mikkspace: Cleanup, reduce indentation levelSergey Sharybin
2018-01-08Cycles: Tweaks to avoid compilation error of megakernelSergey Sharybin
2018-01-08Cycles: Fix wrong shading when some mesh triangle has non-finite coordinateSergey Sharybin
2018-01-08Cycles: Fix possible race condition when initializing devices listSergey Sharybin
2018-01-06Fix T53017: Cycles not detecting AMD GPU when there is an NVidia GPU too.Mathieu Menuet
2018-01-01Fix incorrect MIS with principled BSDF and specular roughness 0.Brecht Van Lommel
2018-01-01Fix part of T53038: principled BSDF clearcoat weight has no effect with 0 rou...Brecht Van Lommel
2018-01-01CMake: support CUDA 9 toolkit, and automatically disable sm_2x binaries.Brecht Van Lommel
2018-01-01Fix Cycles bug in RR termination, probability should never be > 1.0.Brecht Van Lommel
2018-01-01Fix T53600: Cycles shader mixing issue with principled BSDF and zero weights.Brecht Van Lommel
2018-01-01Fix compilation error with clang-5Sergey Sharybin
2018-01-01Cycles: Fix possible race condition when generating Beckmann tableSergey Sharybin
2018-01-01OpenVDB: Fix compilation error against OpenVDB 4Sergey Sharybin
2018-01-01Fix T53048: OSL Volume is broken in Blender 2.79Sergey Sharybin
2018-01-01Fix T51416: Blender Crashes while moving SlidersSergey Sharybin
2017-12-30Fix T53004: XWayland ignores cursor-warp callsCampbell Barton
2017-12-30Fix T53348: Cycles difference between gradient texture on CPU and GPU.Brecht Van Lommel
2017-12-30Fix build with OSL 1.9.x, automatically aligns to 16 bytes now.Brecht Van Lommel
2017-12-30Fix T52368: Cycles OSL trace() failing on Windows 32 bit.Brecht Van Lommel
2017-12-30Fix T52984. Trackpad rotation to natural directionArto Kitula
2017-09-08Cycles: Safer fix for infinite recursionSergey Sharybin
2017-09-04Fix T52533: Blender shuts down when rendering duplicated smoke domainSergey Sharybin
2017-09-04Cycles: Fix compilation warningSergey Sharybin
2017-09-04Cycles: Correct logging of sued CPU intrisicsSergey Sharybin
2017-09-04Cycles: FIx issue with -0 being considered a non-finite valueSergey Sharybin
2017-09-04Fix T52472: VSE Audio Volume not set immediatelyJoerg Mueller
2017-09-04Cycles: Mark pixels with negative values as outliersLukas Stockner
2017-09-04Cycles: Fix stack overflow during traversal caused by floating overflowSergey Sharybin
2017-09-04Fix T51805: Overlapping volumes renders incorrect on AMD GPUSergey Sharybin
2017-08-17Cycles: Fixed broken camera motion blur when motion was not set to center on ...Stefan Werner
2017-08-17Cycles: Guard memcpy to potentially re-allocating memory with lockSergey Sharybin
2017-07-27Cleanup: remove check for old GCC&PPCCampbell Barton
2017-07-25Fix T51450: viewport render time keeps increasing after render is done.Jeff Knox