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
2017-04-15Merge branch 'master' into soc-2016-multiviewsoc-2016-multiviewTianwei Shen
2017-04-15replace Set(Get)ClipNum() with MaxClip()+1Tianwei Shen
2017-04-14Object Info node support for GLSL mode and the internal renderAlexander Romanov
2017-04-13Cycles: Make vectorized types constructor from register explicitSergey Sharybin
2017-04-13Cycles: Remove unused functionSergey Sharybin
2017-04-13Cycles: Header cleanup in BVH: move self header to be the first oneSergey Sharybin
2017-04-13Cycles: Split BVH implementations into separate filesSergey Sharybin
2017-04-13Cycles: Use more explicit and commonly used names for BVH structuresSergey Sharybin
2017-04-11Cycles: Only calculate global size of split kernel once to avoid changesMai Lavelle
2017-04-11Cycles: Implement automatic global size for CUDA split kernelMai Lavelle
2017-04-11Cycles: Fix the AO replacement option in the split kernelLukas Stockner
2017-04-10Cycles: Fix race condition in shader attribute for real nowSergey Sharybin
2017-04-10Cycles: Apparently board name could be an empty stringSergey Sharybin
2017-04-10Cycles: Workaround cubic volume filtering crashing on LinuxSergey Sharybin
2017-04-10Cycles: Fix compilation error of AVX2 kernels with SSE optimization disabledSergey Sharybin
2017-04-10Cycles: Cleanup, indentation and trailing whitespaceSergey Sharybin
2017-04-08Cycles: Fix building of CUDA kernels with compilers where C++11 is disabledMai Lavelle
2017-04-07Cycles: Fix warning with MSVCSergey Sharybin
2017-04-07Cycles: Fix compilation error with certain CUDA and host compiler configurationSergey Sharybin
2017-04-07[Cycles/msvc] Get cycles_kernel compile time under control.lazydodo
2017-04-07Libmv: Correction to previous commitSergey Sharybin
2017-04-07Libmv: Fix crash of keyframe selection on 32bit linuxSergey Sharybin
2017-04-07Cycles: Fix access of NULL pointer as arraySergey Sharybin
2017-04-07Cleanup: Unused functionSergey Sharybin
2017-04-07Cycles: Fix corrupted mesh render when topology differs at the next frameSergey Sharybin
2017-04-07Cycles: Change work pool and global size of split CPU for easier debuggingMai Lavelle
2017-04-07Cycles: Fix indentationMai Lavelle
2017-04-07Cycles: Add missing flushMai Lavelle
2017-04-07Cycles: Check ray state properly to avoid endless loopMai Lavelle
2017-04-05Cycles: Fix race condition in attributes creation during SVM compilationSergey Sharybin
2017-04-05Cycles: Add utility class to simplify scoped spin locksSergey Sharybin
2017-04-05Cycles: Guard global write access in SVM compilation codeSergey Sharybin
2017-04-05Locales: Some optimization workSergey Sharybin
2017-04-04Cycles: Tag shaders for update after the threading part is overSergey Sharybin
2017-04-04Cycles: Fix uninitialized memory access when comparing curve mapping nodesSergey Sharybin
2017-04-03Fix T51115: Bump node is broken when the displacement socket is usedSergey Sharybin
2017-03-31Cycles: Solve threading conflict in shader synchronizationSergey Sharybin
2017-03-31Cycles: More fixes after include changesMai Lavelle
2017-03-30Cycles: Fix missing kernel re-compilation after recent changesSergey Sharybin
2017-03-30Fix T51051: Incorrect render on 32bit LinuxSergey Sharybin
2017-03-30Cycles: Cleanup, rename RegularBVH to BinaryBVHSergey Sharybin
2017-03-30the first revision according to D2570Tianwei Shen
2017-03-29Cycles: Fix compilation error of app after the include directories changeSergey Sharybin
2017-03-29Cycles: Attempt to work around compilation errors of CUDA on sm_2xSergey Sharybin
2017-03-29Cycles: Cleanup, indentationSergey Sharybin
2017-03-29Cycles: Remove toolkit-specific workaround from kernelSergey Sharybin
2017-03-29Cycles: Only use CUDA 8.0 as officially supported oneSergey Sharybin
2017-03-29Cycles: Cleanup, don't use m_ prefix for public propertiesSergey Sharybin
2017-03-29Cycles: Fix compilation error with visibility flag disabledSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin