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-19Fix T45484: Regression OpenCL split: access violationSergey Sharybin
2015-07-19Cycles: Fix compilation of OpenCL kernel after point density commitSergey Sharybin
2015-07-18Cycles: Point density texture supportSergey Sharybin
2015-07-18Cycles: Add voxel texture sampler shader nodeSergey Sharybin
2015-07-18Cycles: Camera frustum space object culling scene simplificationSergey Sharybin
2015-07-18Cycles: Commit file missing from conditionally compiling baking kernelSergey Sharybin
2015-07-18Cycles: Log requested device featuresSergey Sharybin
2015-07-18Cycles; Make baking a feature-specific optionSergey Sharybin
2015-07-18Cycles: Use feature-selective base kernel compilation when using split kernelSergey Sharybin
2015-07-18Cycles: Some cleanup if OpenCL base kernel load_kernel()Sergey Sharybin
2015-07-18Cycles: Make OpenCL cache follow out code style a bit closerSergey Sharybin
2015-07-18Cleanup: whitespace & break placementCampbell Barton
2015-07-18CMake: Add option to enable -Werror cflag in some areasSergey Sharybin
2015-07-18Cleanup: whitespace, wrong indent levelCampbell Barton
2015-07-18Cleanup: whitespace (CMake)Campbell Barton
2015-07-16Fix T45447: Area light importance sampling improvementStefan Werner
2015-07-15Cycles: Merging of patch from OSX went wrong in the previous changeSergey Sharybin
2015-07-15Cycles: Missed this in the previous commitSergey Sharybin
2015-07-15Cycles: Enable OpenCL rendering on Apple OSXSergey Sharybin
2015-07-14Cycles: Add logging to detected OpenCL platforms and devicesSergey Sharybin
2015-07-13Fix T45333: Volume Scatter crash blenderSergey Sharybin
2015-07-13Fix T45390: Cycles experimental displacement method ignores scaling when renderSergey Sharybin
2015-07-12Cycles: Expose "Max Bounces" for the world light.Thomas Dinges
2015-07-07Cycles: Add debug print about CLEW initialization statusSergey Sharybin
2015-07-07Cycles: Add an option to force disable all OpenCL devicesSergey Sharybin
2015-07-06Cleanup: style, spellingCampbell Barton
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