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
AgeCommit message (Expand)Author
2017-10-05Fix incorrect CUDA remaining time estimate after previous commit.Brecht Van Lommel
2017-10-04Cycles: CUDA faster rendering of small tiles, using multiple samples like Ope...Brecht Van Lommel
2017-10-04Code refactor: use split variance calculation for mega kernels too.Brecht Van Lommel
2017-10-04Code refactor: remove rng_state buffer and compute hash on the fly.Brecht Van Lommel
2017-10-04Code refactor: add WorkTile struct for passing work to kernel.Brecht Van Lommel
2017-09-27Merge branch 'master' into blender2.8Campbell Barton
2017-09-27Code refactor: simplify CUDA context push/pop.Brecht Van Lommel
2017-08-31Merge branch 'master' into blender2.8Campbell Barton
2017-08-30Cycles: Fix build with networking enabledMai Lavelle
2017-08-26Merge branch 'master' into blender2.8Campbell Barton
2017-08-25Cycles: Correct logging of sued CPU intrisicsSergey Sharybin
2017-08-21Merge branch 'master' into blender2.8Campbell Barton
2017-08-21Cycles: attempt to recover from crashing CUDA/OpenCL drivers on Windows.Brecht Van Lommel
2017-08-12Merge branch 'master' into blender2.8Brecht Van Lommel
2017-08-12Code cleanup: fix warning and improve terminology.Brecht Van Lommel
2017-08-09Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-08-09Cycles: Remove ulong usageSergey Sharybin
2017-08-09Cycles: Proper fix for recent OpenCL image crashMai Lavelle
2017-08-09Merge branch 'master' into blender2.8Sergey Sharybin
2017-08-08Cycles: More fixes for Windows 32 bitSergey Sharybin
2017-08-08Merge branch 'master' into blender2.8Bastien Montagne
2017-08-08Cycles: Fix compilation error without C++11Sergey Sharybin
2017-08-08Merge branch 'master' into blender2.8Bastien Montagne
2017-08-08Cycles: Pack kernel textures into buffers for OpenCLMai Lavelle
2017-08-07Merge branch 'master' into blender2.8Bastien Montagne
2017-08-07Cycles: Cleanup, space after keywordSergey Sharybin
2017-08-07Code refactor: split defines into separate header, changes to SSE type headers.Brecht Van Lommel
2017-08-05Cycles: CUDA split performance tweaks, still far from megakernel.Brecht Van Lommel
2017-07-11Merge branch 'master' into blender2.8Sergey Sharybin
2017-07-11Cycles: Disable OpenCL clFlush workaroundsSergey Sharybin
2017-07-07Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-07-07Cycles: Fix ambiguity in call of min() functionSergey Sharybin
2017-07-06Merge branch 'master' into blender2.8Sergey Sharybin
2017-07-06Cycles: Add artificial memory limit debug option for OpenCLMai Lavelle
2017-07-06Cycles: Dont allow global size to fall to zeroMai Lavelle
2017-07-06Cycles: Detect out of memory before buffer allocation in OpenCL devicesMai Lavelle
2017-07-05Merge branch 'master' into blender2.8Luca Rood
2017-07-05Cycles: Pass string by const reference rather than by valueSergey Sharybin
2017-07-04Merge branch 'master' into blender2.8Bastien Montagne
2017-07-03Cycles: Add missing split kernel to CPUDeviceLukas Stockner
2017-07-03Merge branch 'master' into blender2.8Dalai Felinto
2017-06-30Cycles: Disable baking in mega kernel when not in use to improve build timesMai Lavelle
2017-06-12Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-12Cycles: adjust supported driver version for AMD GPUsHristo Gueorguiev
2017-06-10Cycles: Selectively include denoising in kernelSergey Sharybin
2017-06-10Cycles: Pass all buffers to each kernel call for OpenCLMai Lavelle
2017-06-10Cycles: Faster split branched path tracing by sharing samples with inactive t...Mai Lavelle
2017-06-10Cycles: Add kernel to enqueue inactive raysMai Lavelle
2017-06-10Cycles: Blacklist unsupported OpenCL devicesHristo Gueorguiev
2017-06-09Merge branch 'master' into blender2.8Campbell Barton