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-09-23Merge branch 'master' into blender2.8Julian Eisel
2016-09-23Cycles: Fix overflow caused by wrong size calculation in Mesh::add_undisplacedMai Lavelle
2016-09-22Fix T49417: Cycles crash - can't use 5 Gigabyte Tile EXR texture fileSergey Sharybin
2016-09-21Cycles: Cleanup, whitespaceSergey Sharybin
2016-09-21Cycles: Make code more uniform across two versions of shadow_blocked()Sergey Sharybin
2016-09-21Cycles: Remove out of date commentSergey Sharybin
2016-09-20Cycles: Make regular bvh traversal functions close to each otherSergey Sharybin
2016-09-20Cycles: Re-group ifdef so we check for particular feature only onceSergey Sharybin
2016-09-20Cycles: Avoid conversion from bool to uintSergey Sharybin
2016-09-19OpenGL: software renderer for old Mac GPUsMike Erwin
2016-09-19Cycles: Cleanup code style in split kernelSergey Sharybin
2016-09-19Cycles: More tweaks to make specialized BVH traversal matchingSergey Sharybin
2016-09-19Cycles: Avoid redundant intersection pre-calculationSergey Sharybin
2016-09-19Cycles: Cleanup, sync some comments across different traversalSergey Sharybin
2016-09-19Cycles: Cleanup, always use parenthesisSergey Sharybin
2016-09-19Lowercase includes for psapi.h and dbghelp.h windows includes.Martijn Berger
2016-09-19Cycles: Move BVH constants to an own files, so they are easily re-usableSergey Sharybin
2016-09-19Cycles: Fix typo that would sometimes result in subsurf modifier being disabledMai Lavelle
2016-09-18Fix T49245: Adaptive Subdivision with Auto Smooth causes weird mesh appearanceMai Lavelle
2016-09-18Cycles: Fix update of subdivision meshes when global dice rates changeMai Lavelle
2016-09-18Cycles: Soft minimum for dice ratesMai Lavelle
2016-09-18Cycles: Adaptive isolationMai Lavelle
2016-09-18Fix T49384: crash in tangent space calculation with NaN mesh vertices.Brecht Van Lommel
2016-09-16Merge branch 'master' into blender2.8Sergey Sharybin
2016-09-16OpenSubdiv: Remove redundant section define from shader compilationSergey Sharybin
2016-09-16OpenSubdiv: Split shader source filesSergey Sharybin
2016-09-15Revert "Cycles: Tweak empty boundbox children"Sergey Sharybin
2016-09-15Fix T49179: Parts of mesh disappear with adaptive subdivisionMai Lavelle
2016-09-14Cycles: Deduplicate light pass codeLukas Stockner
2016-09-14Cycles: Stop lamp sampling if the lamp isn't visibleLukas Stockner
2016-09-14Cycles: Also support the constant emission speedup for mesh lightsLukas Stockner
2016-09-14fix Mac build with Xcode 8Mike Erwin
2016-09-14fix 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-13Cycles: Implement threaded SVM nodes compilationSergey Sharybin
2016-09-13Cycles: Tweak empty boundbox childrenSergey Sharybin
2016-09-13Fix T49290: Specific .blend with hair crashes in MacOS 2.78 RC1 on renderSergey Sharybin
2016-09-12Fix T49327: Cycles OSL Mode: RGB Curves node only outputs gray scale imagesSergey Sharybin
2016-09-12Cycles: Fix compilation error after recent commitsSergey Sharybin
2016-09-12Cycles: Fix wrong SSS in combination with hair on AVX2 platformSergey Sharybin
2016-09-12Cycles: Use XDG's .cache folder for cached kernelsSergey Sharybin
2016-09-11Cycles: Fix shading and crashes resulting from constant folding on displacementMai Lavelle
2016-09-11Cycles: Replace object index hack with actual checks for SD_TRANSFORM_APPLIEDMai Lavelle
2016-09-11Cycles: Fix bump mapping to use object space when used with true displacementMai Lavelle
2016-09-10Fix OpenSubdiv related buffer overrun with multiple FVar channels.Alexander Gavrilov
2016-09-10Fix T49303: Fix T49314: More issues with new handling of X11 shortcuts.Bastien Montagne
2016-09-09Cycles: Add overall timing log to SVNShaderManagerSergey Sharybin
2016-09-09Cycles: Deduplicate QBVH node packing across BVH build and refitSergey Sharybin
2016-09-09Cycles: Don't run full shader evaluation for constant emission lampsLukas Stockner
2016-09-08Cycles: Fix regular BVH nodes refitSergey Sharybin