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
2016-02-06Cycles: Re-implement some utilities to avoid use of boostSergey Sharybin
2016-02-06Cycles: Remove workaround for MSVC2010 and BoostSergey Sharybin
2016-02-06Code cleanup: resolve minor Cycles todo's.Brecht Van Lommel
2016-02-06Code cleanup: remove unused Cycles code from BVH cache.Brecht Van Lommel
2016-02-03Cycles: Cleanup, indentation and bracesSergey Sharybin
2016-01-23Cycles: Make Clang 3.6 happy with const debug flags referenceSergey Sharybin
2016-01-21MS Visual Studio 2015 does not find std::inserterMartijn Berger
2016-01-19Cycles: Add a debug flag to disable QBVHSergey Sharybin
2016-01-14Cycles: One more attempt to fix issue mentioned in previous commitSergey Sharybin
2016-01-14Cycles: Fix typo in the debug panel commitSergey Sharybin
2016-01-12Cycles: Use special debug panel to fine-tune debug flagsSergey Sharybin
2016-01-10Cycles: Fix Uninitialized Value compiler warning in the scoped_timerLukas Stockner
2016-01-10Cycles: Adding Hilbert Spiral as a tile order for renderingLukas Stockner
2016-01-07Cycles: Cleanup, use "string_" prefix for functions in util_stringSergey Sharybin
2016-01-07Cycles: Add utility function to convert bool to string.Thomas Dinges
2016-01-06Cycles: Log whch optimizations are used for CPU kernelsSergey Sharybin
2015-12-30Cycles: Code cleanup: use scoped timer to measure parts of SVM compilerSergey Sharybin
2015-12-02Cycles: Avoid recursion when doing constant foldSergey Sharybin
2015-12-02Cleanup: warnings & spellingCampbell Barton
2015-12-01Fix T46906: Cycles syntax error while compiling OpenCL kernelsLukas Stockner
2015-11-21Cycles: add utility function to calculate MD5 hash of a given stringSergey Sharybin
2015-10-28Cycles: Fix compilation error with MSVCSergey Sharybin
2015-10-28Cycles: Support user-defined shutter curveSergey Sharybin
2015-10-28Cycles: Add utility functions to evaluate CDF of a given functorSergey Sharybin
2015-10-26Cleanup: Remove ToDo comment.Thomas Dinges
2015-10-26Cleanup: Avoid some warnings on OS X with clang and update comment.Thomas Dinges
2015-10-12Fix T46447: fix build on non-x86 platforms.Brecht Van Lommel
2015-10-11Cycles: Gracefully handle out-of-memory happening in device vectorSergey Sharybin
2015-10-09Cycles: Fix compilation error of CUDA kernel after recent decomposition changesSergey Sharybin
2015-10-09Cycles: Fix issues with quick inverse of degenerate matrixSergey Sharybin
2015-08-24Cycles: Implement reseve() for aligned array classSergey Sharybin
2015-08-04Cycles: Remove 32bit cuda workaroudn and disable cubins for buildbotSergey Sharybin
2015-07-28Cycles: Add implementation of clip extension modeSergey Sharybin
2015-07-28Cycles: Correction to image extension setting commitSergey Sharybin
2015-07-27Cycles: Final-ish tweaks for 32bit cubin compilationSergey Sharybin
2015-07-27Cycles: One more attempt to fix compilation of 32bit CUDA kernelsSergey Sharybin
2015-07-23Cycles: Resolve compilation error of avx2 kernel with certain compilersSergey Sharybin
2015-07-21Cycles: Expose image image extension mapping to the image managerSergey Sharybin
2015-07-21Cycles: Implement camera zoom motion blurSergey 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: Allow using custom allocators for vector classSergey Sharybin
2015-06-17Cycles: Report total and render time to the logSergey Sharybin
2015-06-01Cycles: Number keys 0-3 can be used in interactive mode now to set max bounces.Thomas Dinges
2015-06-01Cycles: Code cleanup, spaces around keyword and braceSergey Sharybin
2015-05-22Cycles: Remove TM / R and whitespace from OpenCL device names.Thomas Dinges
2015-05-21Cycles: Move utility atomics function to util_atomic.hSergey Sharybin
2015-05-17Cycles Standalone: Update help screen.Thomas Dinges
2015-05-14Cycles: Add transformation functions with specified addrspaceSergey Sharybin