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
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