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
2017-03-29Cycles: Fix compilation error of app after the include directories changeSergey Sharybin
2016-08-10Cycles Standalone: Fix building after microdisp changesMai Lavelle
2016-05-22Code refactor: add generic Cycles node infrastructure.Brecht Van Lommel
2016-03-30CMake cleanup target_link_libraries_decoupledMartijn Berger
2016-02-15Make cycles standalone link againMartijn Berger
2016-01-14Cycles: Add option to directly link against CUDA librariesSergey Sharybin
2016-01-05fix compiling cycles after recent gflags / glog shuffleMartijn Berger
2015-02-14Cycles: Fix compilation error of Cycles standalone with Libmv disabledSergey Sharybin
2014-12-31Cycles: Post-reintegration tweaks to ensure things do compileSergey Sharybin
2014-12-31CMake: Rework linking strategy a bitSergey Sharybin
2014-12-31Cycles FTBFS: Send Boost after OIIO to the linker since the order mattersSergey Sharybin
2014-12-31Cycles Standalone: Add initial support for compilation on WindowsSergey Sharybin
2014-12-31Cycles: Fully support WITH_CYCLES_LOGGING optionSergey Sharybin
2014-12-31CMake: Minor cleanupSergey Sharybin
2014-12-31Cycles: Fix compilation error when OIIO is compiled with external PugiXML parserSergey Sharybin
2014-12-31CMake: use pthreads on all os'sCampbell Barton
2014-12-31Cycles: Synchronize changes with standalone repositorySergey Sharybin
2014-10-08Ghost Context RefactorJason Wilkins
2014-08-05Deduplicate CUDA and OpenCL wranglersSergey Sharybin
2014-02-03Cycles_server also needs to link to libdl on linuxMartijn Berger
2014-01-25fix building cycles standalone on windows / cmakeMartijn Berger
2014-01-13Fix cycles standalone compile on some systems, CMAKE_DL_LIBS should be enough.Marcus von Appen
2013-12-07Cycles: network render code updated for latest changes and improvedMartijn Berger
2013-11-28Cycles: remove approximate subdivision surface with gregory patches code.Brecht Van Lommel
2013-08-31Cycles: Thomas Dinges
2013-08-31Cycles / Standalone:Thomas Dinges
2013-08-31use CMAKE_DL_LIBS rather then linking libdl directly.Campbell Barton
2013-08-30Cycles / Standalone:Thomas Dinges
2013-08-27Cycles / Standalone:Thomas Dinges
2012-11-09Cycles / CMake:Thomas Dinges
2012-09-20code cleanup: cycles now uses system includes for boost/oiio.. etc, so we don...Campbell Barton
2011-11-09edits to cycles cmake files so cmake_consistency_check.py can parse them.Campbell Barton
2011-09-18added FindOpenImageIO cmake module.Campbell Barton
2011-09-01Cycles: OpenCL library is now dynamically loaded so that blender doesn't crashBrecht Van Lommel
2011-08-16Cycles:Brecht Van Lommel
2011-05-27Cycles: fix GLEW library build issue.Brecht Van Lommel
2011-05-01Cycles: build without GLUT test app by default.Brecht Van Lommel
2011-04-28Cycles: hook up the CMake build system.Brecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal