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-10-24Cycles: Don't use guarded vector for statically initialized datav2.78aSergey Sharybin
2016-10-24Cycles: Fix shadowing variable which also causes use of uninitialized variableSergey Sharybin
2016-10-24Fix Cycles address space OpenCL error after recent fix.Brecht Van Lommel
2016-10-24Cycles: Fix static initialization order fiascoSergey Sharybin
2016-10-24Cycles: Fix uninitialized variable from the previous commitSergey Sharybin
2016-10-24Cycles: Remove explicit std:: from types where possibleSergey Sharybin
2016-10-24Blender 2.78: Port style cleanup from CyclesSergey Sharybin
2016-10-24Fix T49818: Crash when rendering with motion blurSergey Sharybin
2016-10-24Cycles: Cleanup, spacesSergey Sharybin
2016-10-24Fix T49750: Cycles wrong ray differentials for perspective and stereo cameras.Brecht Van Lommel
2016-10-24Fix T49764: Audio strips crackle when animating the volumeJörg Müller
2016-10-24Cycles: use near clipping distance in panorama camera.Scott Wu
2016-10-19Fix T49640: Cycles constant folding incorrect for texture coordinates.Brecht Van Lommel
2016-10-19Cycles: Get rid of ifdef-ed noinline policySergey Sharybin
2016-10-19Cycles: Fix use of uninitialized variable in SSSSergey Sharybin
2016-10-19Fix a few compile errors with C++11 on macOS.Brecht Van Lommel
2016-10-19Cycles: Fix OpenCL split kernel compilation after recent CUDA 8 performance fixLukas Stockner
2016-10-19Fix T49523: very slow normal map tangent computation for rendering in 2.78.Brecht Van Lommel
2016-10-19Cycles CUDA: make CUDA 8.0 the officially supported version for all platforms.Brecht Van Lommel
2016-10-19Fix Cycles CUDA performance on CUDA 8.0.Brecht Van Lommel
2016-10-19Fix MSVC compiler warning due to using */* to start comment.Brecht Van Lommel
2016-10-19Cycles: Support earlier tile rendering termination on cancelSergey Sharybin
2016-10-19Cycles: Fix typo in shader cancel routinesSergey Sharybin
2016-10-19Cycles: Improve OpenCL line information handlingSergey Sharybin
2016-10-19Cycles: Fix compilation error with minimal feature setSergey Sharybin
2016-10-19Cycles: Cleanup file headersSergey Sharybin
2016-10-19Cycles: Move BVH constants to an own files, so they are easily re-usableSergey Sharybin
2016-09-28fix Mac build for Xcode < 8v2.78Mike Erwin
2016-09-26Cycles: Fix T49411: Multiscatter GGX with zero roughness when Filter Glossy i...Lukas Stockner
2016-09-26Fix T49310: incorrect Cycles standalone normals with negative scale.Brecht Van Lommel
2016-09-26Cycles: Fix overflow caused by wrong size calculation in Mesh::add_undisplacedMai Lavelle
2016-09-26Cycles: Don't sum up memory usage of all devices together for the statsSergey Sharybin
2016-09-26Fix T49417: Cycles crash - can't use 5 Gigabyte Tile EXR texture fileSergey Sharybin
2016-09-22Cycles: Soft minimum for dice ratesMai Lavelle
2016-09-22Cycles: Fix update of subdivision meshes when global dice rates changeMai Lavelle
2016-09-22Cycles: Adaptive isolationMai Lavelle
2016-09-22Lowercase includes for psapi.h and dbghelp.h windows includes.Martijn Berger
2016-09-22Cycles: Fix typo that would sometimes result in subsurf modifier being disabledMai Lavelle
2016-09-22Fix T49245: Adaptive Subdivision with Auto Smooth causes weird mesh appearanceMai Lavelle
2016-09-22Fix T49384: crash in tangent space calculation with NaN mesh vertices.Brecht Van Lommel
2016-09-22Fix T49179: Parts of mesh disappear with adaptive subdivisionMai Lavelle
2016-09-22fix Mac build with Xcode 8Mike Erwin
2016-09-14Fix T49341: Bad motion blur behavior in Cycles when using Speed effect in Seq...Sergey Sharybin
2016-09-14Fix T49290: Specific .blend with hair crashes in MacOS 2.78 RC1 on renderSergey Sharybin
2016-09-14Fix T49327: Cycles OSL Mode: RGB Curves node only outputs gray scale imagesSergey Sharybin
2016-09-14Cycles: Fix wrong SSS in combination with hair on AVX2 platformSergey Sharybin
2016-09-14Cycles: Fix shading and crashes resulting from constant folding on displacementMai Lavelle
2016-09-14Cycles: Replace object index hack with actual checks for SD_TRANSFORM_APPLIEDMai Lavelle
2016-09-14Cycles: Fix bump mapping to use object space when used with true displacementMai Lavelle
2016-09-14Fix OpenSubdiv related buffer overrun with multiple FVar channels.Alexander Gavrilov