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-10-23Merge branch 'master' into blender2.8Julian Eisel
2017-10-21Code refactor: avoid some unnecessary device memory copying.Brecht Van Lommel
2017-10-21Code refactor: simplify image device memory allocation.Brecht Van Lommel
2017-10-21Fix issue with resumable rendering in recent changes.Brecht Van Lommel
2017-10-21Cycles: disable progressive refine if denoising or save buffers is used.Brecht Van Lommel
2017-10-21Cycles: combined CPU + GPU rendering support.Brecht Van Lommel
2017-10-21Merge branch 'master' into blender2.8Campbell Barton
2017-10-20Fix T53109: denoising variance debug passes not working after recent changes.Brecht Van Lommel
2017-10-19Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-19Cycles: Add extra logging in CUDA device detection codeSergey Sharybin
2017-10-19Merge branch 'master' into blender2.8Campbell Barton
2017-10-19Fix part of T53038: principled BSDF clearcoat weight has no effect with 0 rou...Brecht Van Lommel
2017-10-18Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-18Cycles: Fix wrong shading when some mesh triangle has non-finite coordinateSergey Sharybin
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Fix T53098, T53079: OpenCL world texture errors after recent changes.Brecht Van Lommel
2017-10-17Merge branch 'master' into blender2.8Campbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
2017-10-16Merge branch 'master' into blender2.8Campbell Barton
2017-10-15Code cleanup: deduplicate primitive refit code.Brecht Van Lommel
2017-10-15Fix OpenCL performance regression after cubic interpolation.Brecht Van Lommel
2017-10-12Merge branch 'master' into blender2.8Bastien Montagne
2017-10-11Fix T53048: OSL Volume is broken in Blender 2.79Sergey Sharybin
2017-10-11Cycles: Speedup up tangent space calculationSergey Sharybin
2017-10-11Cycles: Add utility function to calculate triangle's normalSergey Sharybin
2017-10-11Cycles: Add utility function to remove given attributeSergey Sharybin
2017-10-11Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-11Cycles: Fix possible race condition when initializing devices listSergey Sharybin
2017-10-11Gawain: Fix instancing messing next draw.Clément Foucault
2017-10-10Cycles: Fix compilation of sm_20 and sm_21 kernelsSergey Sharybin
2017-10-09Merge branch 'master' into blender2.8Campbell Barton
2017-10-08Cycles: schedule more work for non-display and compute preemption CUDA cards.Brecht Van Lommel
2017-10-08Fix T53017: Cycles not detecting AMD GPU when there is an NVidia GPU too.Mathieu Menuet
2017-10-08Gawain: Make common uniforms become builtinsClément Foucault
2017-10-08Code refactor: use DeviceInfo to enable QBVH and decoupled volume shading.Brecht Van Lommel
2017-10-08Cycles: OpenCL bicubic and tricubic texture interpolation support.Brecht Van Lommel
2017-10-07Fix incorrect MIS with principled BSDF and specular roughness 0.Brecht Van Lommel
2017-10-07Code cleanup: simplify cmake kernel install.Brecht Van Lommel
2017-10-07Cycles: CUDA bicubic and tricubic texture interpolation support.Brecht Van Lommel
2017-10-07Code refactor: make texture code more consistent between devices.Brecht Van Lommel
2017-10-06Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-10-06Cycles: Fix possible race condition when generating Beckmann tableSergey Sharybin
2017-10-06Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-10-06Cycles: Cleanup, indendationSergey Sharybin
2017-10-06Gawain: Reduce shader interface bucket sizeClément Foucault
2017-10-06Gawain: Add UBOs to shader interface.Clément Foucault
2017-10-06Fix T53012: Shadow catcher creates artifacts on contact areaSergey Sharybin
2017-10-06Cycles: Cleanup, indentation and wrappingSergey Sharybin
2017-10-06Merge branch 'master' into blender28Campbell Barton