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
2015-07-04Cleanup: Typo in comment.Thomas Dinges
2015-07-03Cycles: Code cleanup, double semicolonSergey Sharybin
2015-07-03Cycles: Error enqueueing split kernels should no longer cause infinite loopSergey Sharybin
2015-07-03Cycles: Use explicit indices for split kernel queuesSergey Sharybin
2015-07-03Cycles: Code cleanup in split kernel, whitespacesSergey Sharybin
2015-07-02Support debug contexts on win32Antony Riakiotakis
2015-07-02Make OpenGL debug contexts a flag --debug-gpu instead of a compile timeAntony Riakiotakis
2015-07-01atomic_ops: Fix MSVC versions of add/sub returning original value instead of ...Bastien Montagne
2015-07-01atomic_ops: fix typo in func names (uint32 instead of uint64).Bastien Montagne
2015-07-01Cycles: Fix zero-size buffer allocation with OpenCL devicesSergey Sharybin
2015-07-01Cleanup: doxygen commentsCampbell Barton
2015-07-01User Prefs for NDOF dead-zoneCampbell Barton
2015-07-01Cycles: Solve some harmless NULL pointer magicSergey Sharybin
2015-06-30CMake: minor editsCampbell Barton
2015-06-30Cleanup: move BLI_timestr to BLI_timecodeCampbell Barton
2015-06-29Fix T45154: Translation binary file(blender.mo) for Japanese is too smallSergey Sharybin
2015-06-29Cleanup: Style in for loops header.Thomas Dinges
2015-06-28Fix T45227: Light optimization commit broke world MISSergey Sharybin
2015-06-28Cycles: Avoid having duplication of BVH arrays during buildSergey Sharybin
2015-06-28Cycles: Add assert to an array at() function to be sure we don't have bad mem...Sergey Sharybin
2015-06-28Cycles: Minor code style cleanup, whitesacesSergey Sharybin
2015-06-27Cycles: Use aligned blender allocator when using guarded allocationSergey Sharybin
2015-06-27Cycles: Fix for wrong device enumeration in CUDASergey Sharybin
2015-06-27Cycles: Rework the way how OpenCL devices are createdSergey Sharybin
2015-06-27Cycles: Allow using custom allocators for vector classSergey Sharybin
2015-06-27Cycles: Ignore light which has no contribution to the sceneSergey Sharybin
2015-06-27Cycles standalone: add support for reading UV coordinates to the XML scene re...Martijn Berger
2015-06-26Cleanup: Fix a typo in world MIS.Thomas Dinges
2015-06-24Cleanup: warningsCampbell Barton
2015-06-22Fix T45034: MirrorBall rendering on wrong camera axisSergey Sharybin
2015-06-22Cycles: Respect duplicator's object motion blur settingsSergey Sharybin
2015-06-21Support for platforms /wo malloc_usable_sizeCampbell Barton
2015-06-20Cycles: Another fix for OSX, sm_50 experimental actually also fails to compileSergey Sharybin
2015-06-20Cycles: Tweak to previous commit, experimental sm_52 works on Linux but not OSXSergey Sharybin
2015-06-20Cycles: Un-inline triangle_intersect_precalc() on Apple OpenCLSergey Sharybin
2015-06-20Cycles: Don't show pre-sm_20 CUDA cards in the device listSergey Sharybin
2015-06-20Cycles: Cleanup, make it more obvious which platform requires workaround for ...Sergey Sharybin
2015-06-20Cleanup: checks for unsupported MSVC versionsCampbell Barton
2015-06-18Cycles: Report currently sampling tile when CPU is working on the last tileSergey Sharybin
2015-06-18Cycles: Don't show devices which does not support OpenCL 1.1 in the menuSergey Sharybin
2015-06-17Cycles: Report total and render time to the logSergey Sharybin
2015-06-17Cycles: Fix wrong numbering of OpenCL devices when some of them are skippedSergey Sharybin
2015-06-16Add back ray bounces debug code, can be useful nevertheless.Thomas Dinges
2015-06-16Cycles / Branched Path: Some simplifications for main loop.Thomas Dinges
2015-06-16Cleanup comment and remove now redundant define.Thomas Dinges
2015-06-16Cycles: Move branched path tracking into own fileSergey Sharybin
2015-06-14GHost: Attempt to fix compilation error on older OSX systemsSergey Sharybin
2015-06-14Fix T41870: Cycles OSL - Changing rotation value in anisotropic shader crashe...Sergey Sharybin
2015-06-13Cycles: Avoid compilation warnings when building without passes supportSergey Sharybin
2015-06-13Cycles: Solve possible buffer overrun when using too much closuresSergey Sharybin