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
2020-07-03Cycles: Use TBB's spin mutexSergey Sharybin
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-09-30Revert "macOS: Replaced OSSpinLock with os_unfair_lock."Stefan Werner
2019-09-14macOS: Replaced OSSpinLock with os_unfair_lock.Stefan Werner
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-14Fix Cycles Embree crash on macOS, due to too small thread stack size.Brecht Van Lommel
2019-01-18Fix T60585: Cycles not using all cores on threadripper, after recent changes.Brecht Van Lommel
2019-01-11Fix T60227: Crash when Cycles uses more than system threadsSergey Sharybin
2018-12-27Fix T59874: Cycles CPU 25% load only during renderingSergey Sharybin
2018-11-09Cycles: Cleanup, don't use strict C prototypesSergey Sharybin
2018-11-09Cycles: Cleanup, spacing after preprocessorSergey Sharybin
2018-07-30Build: require C11/C++11 for all operating systems in master.Brecht Van Lommel
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-03-28Cycles: don't require pthreads as dependency on Windows.Jeff Witthuhn
2017-04-05Cycles: Add utility class to simplify scoped spin locksSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2016-06-06Cycles: Add support of processor groupsSergey Sharybin
2016-04-01Cycles: Fix for missing pthread's spin on OSXSergey Sharybin
2016-03-31Cycles: Add easy to use spin lock primitiveSergey Sharybin
2015-03-29Optionally use c++11 stuff instead of boost in cycles where possible. We do a...Martijn Berger
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2012-12-01Fix #33375: OSL geom:trianglevertices gave wrong coordinates for static BVH.Brecht Van Lommel
2012-11-14Cycles OSL: windows build fixes.Brecht Van Lommel
2012-11-09Cycles: no need in spin lock in memory statisticsSergey Sharybin
2012-11-05Cycles: memory usage reportSergey Sharybin
2012-10-09Fix cycles task manager calling pthread_join() twice. I haven't seen any bugsBrecht Van Lommel
2012-06-09style cleanup: block commentsCampbell Barton
2012-05-27style cleanupCampbell Barton
2012-04-28Cycles: merging features from tomato branch.Brecht Van Lommel
2012-02-04Fix for Luxrender boost::thread conflict, workaround now is to just not use itBrecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal