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-08CMake: Fix spelling of Embree passed to find packageSergey Sharybin
2020-02-18Cycles: Enabled quaternion motion blur with Embree.Stefan Werner
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2018-11-07Cycles: Added Embree as BVH option for CPU renders.Stefan Werner
2018-06-14Cycles: Query XYZ to/from Scene Linear conversion from OCIO instead of assumi...Lukas Stockner
2018-03-02Fix Cycle standalone build.Brecht Van Lommel
2017-04-21CMake: Add option to build against system-wide GlogSergey Sharybin
2017-04-21CMake: Add option to link against system-wide Gflags librarySergey Sharybin
2016-11-07Fix compilation error when CUDA toolkit is not installedSergey Sharybin
2016-01-14CMake: Fix typo in CUDA dynload commitSergey Sharybin
2016-01-14Cycles: Add option to directly link against CUDA librariesSergey Sharybin
2016-01-04Move GLog/GFlags to extern/Sergey Sharybin
2015-09-08Cycles: Support building with latest upstream OSLSergey Sharybin
2014-12-31Cycles: Post-reintegration tweaks to ensure things do compileSergey Sharybin
2014-12-31Cycles: Be ready for gflags namespace auto-detectSergey 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-31Cycles: Fix compilation error when OIIO is compiled with external PugiXML parserSergey Sharybin
2014-12-31Cycles: Solve linking error caused by missing pthreads librarySergey Sharybin
2014-12-31Cycles: Synchronize changes with standalone repositorySergey Sharybin
2014-10-08Ghost Context RefactorJason Wilkins
2014-06-28Cycles: use SYSTEM for external includesCampbell Barton
2013-08-30Cycles / Standalone:Thomas Dinges
2013-08-27Cycles / Standalone:Thomas Dinges
2012-11-09Cycles / CMake:Thomas Dinges
2012-09-10Cleanup for OSL linking in cmake: Move cmake OSL library search and path defi...Lukas Toenne
2012-08-31Cycles / OSL:Thomas Dinges
2012-06-23rename WITH_BUILTIN_GLEW, WITH_SYSTEM_GLEW & negate.Campbell Barton
2011-11-18Cycles: try to avoid NaN pixels with oren nayar. Also small cmake code cleanup.Brecht Van Lommel
2011-11-10Cycles:Brecht Van Lommel
2011-11-08Cycles:Brecht Van Lommel
2011-10-17use CMake's CUDA_NVCC_EXECUTABLE rather then own hard coded CYCLES_CUDA varia...Campbell Barton
2011-10-17Cycles:Thomas Dinges
2011-10-17Cycles:Thomas Dinges
2011-09-01Cycles: OpenCL library is now dynamically loaded so that blender doesn't crashBrecht Van Lommel
2011-08-28Cycles:Brecht Van Lommel
2011-08-24Cycles:Brecht Van Lommel
2011-08-16Cycles:Brecht Van Lommel
2011-06-30Cycles: OS X build system changes to use lib/ openimageio and boost.Brecht Van Lommel
2011-06-29Cycles: cmake changes to make win32 use lib/windows for boost and openimageio.Brecht Van Lommel
2011-06-28Cycles: attempt to fix OIIO include path on windows.Brecht Van Lommel
2011-06-28Cycles: cmake tweak to make specifying OSL/OIIO path simpler.Brecht Van Lommel
2011-05-27Cycles: fix GLEW library build issue.Brecht Van Lommel
2011-05-03Cycles: first batch of windows build fixes, not quite there yet.Brecht Van Lommel
2011-05-01Cycles: build without GLUT test app by default.Brecht Van Lommel
2011-05-01Cycles: fix build issue with Blender includes.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