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-09-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-25OpenVDB: Fix compilation error against OpenVDB 4Sergey Sharybin
2017-09-25Add an 'atomic cas' wrapper for pointers.Bastien Montagne
2017-09-25Cycles: Cleanup, indentationSergey Sharybin
2017-09-23Cycles: Fix compilation error of OpenCL megakernel on AppleSergey Sharybin
2017-09-23Cycles: Fix compilation error of megakernel on NVidia deviceSergey Sharybin
2017-09-22Remove quicktime supportAaron Carlisle
2017-09-22Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-21Code cleanup: simplify kernel side work stealing code.Brecht Van Lommel
2017-09-21Depsgraph and collection enable/visibilityDalai Felinto
2017-09-20Added extra "const" to satisfy the strict clang version in Xcode 9Stefan Werner
2017-09-20Added extra "const" to satisfy the strict clang version in Xcode 9Stefan Werner
2017-09-20Fix T52368: Cycles OSL trace() failing on Windows 32 bit.Brecht Van Lommel
2017-09-20Fix T52853: harmless Cycles test failure in debug mode.Brecht Van Lommel
2017-09-20Cycles: use defensive sampling for picking BSDFs and BSSRDFs.Brecht Van Lommel
2017-09-20Cycles: slightly improve BSDF sample stratification for path tracing.Brecht Van Lommel
2017-09-20Code cleanup: refactor BSSRDF closure sampling, for next commit.Brecht Van Lommel
2017-09-20Code cleanup: remove SOBOL_SKIP hack, seems no longer needed.Brecht Van Lommel
2017-09-20Code cleanup: remove hack to avoid seeing transparent objects in noise.Brecht Van Lommel
2017-09-19Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-19Fix T52818: Tangent space calculation is really slow for high-density mesh wi...Sergey Sharybin
2017-09-19Mikkspace: Cleanup, reduce indentation levelSergey Sharybin
2017-09-18Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-09-18Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-18Fix Cycles adaptive compile without volumes broken after recent changes.Carlo Andreacchio
2017-09-16Cycles: Fix compilation error with OpenCL split kernelHristo Gueorguiev
2017-09-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-14Fix T51416: Blender Crashes while moving SlidersSergey Sharybin
2017-09-13Merge branch 'master' into blender2.8Campbell Barton
2017-09-13Code cleanup: store branch factor in PathState.Brecht Van Lommel
2017-09-13Code cleanup: avoid used of uninitialized value in case of precision issue.Brecht Van Lommel
2017-09-13Code cleanup: abstract shadow catcher logic more into accumulation code.Brecht Van Lommel
2017-09-13Code cleanup: deduplicate some branched and split kernel code.Brecht Van Lommel
2017-09-13Code cleanup: tweak inlining for 2% better CUDA performance with hair.Brecht Van Lommel
2017-09-12Cycles: change AO bounces approximation to do more glossy and transmission.Mathieu Menuet
2017-09-12Fix rare firefly in volume equiangular sampling when sampling short distance.Brecht Van Lommel
2017-09-12Cycles: improve sample stratification on area lights for path tracing.Brecht Van Lommel
2017-09-12Fix Cycles bug in RR termination, probability should never be > 1.0.Brecht Van Lommel
2017-09-12Cycles: Tweaks to avoid compilation error of megakernelSergey Sharybin
2017-09-11Merge branch 'master' into blender2.8Campbell Barton
2017-09-08Cycles: Attempt to work around compilation of sm_20 and sm_21Sergey Sharybin
2017-09-08Cycles: disable fast math flags, only use a subset.Brecht Van Lommel
2017-09-07Fix leak w/ ocio glsl drawCampbell Barton
2017-09-07Merge branch 'master' into blender2.8Campbell Barton
2017-09-06Fix T52660: CUDA volume texture rendering not working on Fermi GPUs.Brecht Van Lommel
2017-09-06Merge branch 'master' into blender2.8Brecht Van Lommel
2017-09-06Fix T52661: mesh light shader using backfacing not working, after new sampling.Brecht Van Lommel
2017-09-06Fix T52652: Cycles image box mapping has flipped textures.Brecht Van Lommel
2017-09-06Merge branch 'master' into blender2.8Campbell Barton
2017-09-05Cycles: Fix compilation error with CUDA after recent changesSergey Sharybin