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-11-02Merge branch 'master' into blender2.8Campbell Barton
2017-11-01Cycles: Add utility function to distinguish between scatter and absorption vo...Sergey Sharybin
2017-11-01Cycles: Cleanup, make it more obvious what preprocessor belongs toSergey Sharybin
2017-11-01Cycles: Cleanup, delete trailing whitespaceSergey Sharybin
2017-10-31Merge branch 'master' into blender2.8Bastien Montagne
2017-10-31Merge branch 'master' into blender2.8Campbell Barton
2017-10-31Experiment with adding output file meta data from render engineSergey Sharybin
2017-10-31Cycles: Bump version number to 1.9.0Sergey Sharybin
2017-10-31Fix crash of standalone app after recent refactorSergey Sharybin
2017-10-29Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-10-29Cycles: restore SOBOL_SKIP hack, for some cases where it helps still.Brecht Van Lommel
2017-10-25Merge branch 'master' into blender2.8Julian Eisel
2017-10-25Cycles: use AO factor to let user adjust intensity of AO bounces.Brecht Van Lommel
2017-10-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-25Fix one more assert being triggered due to recent changes.Brecht Van Lommel
2017-10-25Code refactor: remove MEM_WRITE_ONLY, always use MEM_READ_WRITE.Brecht Van Lommel
2017-10-24Fix Cycles gtests build on macOS.Brecht Van Lommel
2017-10-24Fix T53146: incomplete multi GPU and CPU + GPU memory statistics.Brecht Van Lommel
2017-10-24Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-24Cycles: Fix compilation in debug modeSergey Sharybin
2017-10-24Cycles: Fix compilation error without C++11Sergey Sharybin
2017-10-24Cycles: Fix memory leak in test and simplify codeSergey Sharybin
2017-10-24Cycles: Fix test compilation failure after recent refactorSergey Sharybin
2017-10-24Fix T53134: denoising with CPU + GPU render leaves some tiles noisy.Brecht Van Lommel
2017-10-24Merge branch 'master' into blender2.8Brecht Van Lommel
2017-10-24Code refactor: move more memory allocation logic into device API.Brecht Van Lommel
2017-10-24Code refactor: use device_only_memory and device_vector in more places.Brecht Van Lommel
2017-10-24Code refactor: store device/interp/extension/type in each device_memory.Brecht Van Lommel
2017-10-24Code refactor: pass device to scene, check OSL with device info.Brecht Van Lommel
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