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-08-03Cycles: Extra tweaks to performance of header expansionSergey Sharybin
2017-08-02Cycles: Avoid some expensive operations in header expansionsSergey Sharybin
2017-08-02Cycles: Support "precompiled" headers in include expansion algorithmSergey Sharybin
2017-08-02Cycles: Speed up #include expansion algorithmSergey Sharybin
2017-05-17Cycles: Optimize expansion of headers in the sourceSergey Sharybin
2017-04-28Cycles: Use relative path for #line directivesSergey Sharybin
2017-03-31Cycles: More fixes after include changesMai Lavelle
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-08Cycles: Use 1-based line number for #line directivesSergey Sharybin
2016-11-12Fix Cycles OSL compilation based on modified time not working.Brecht Van Lommel
2016-09-29Cycles: Improve OpenCL line information handlingSergey Sharybin
2016-09-12Cycles: Fix compilation error after recent commitsSergey Sharybin
2016-09-12Cycles: Use XDG's .cache folder for cached kernelsSergey Sharybin
2016-07-31Fix Cycles OpenCL compile error on Windows.Brecht Van Lommel
2016-07-30Cycles OpenCL: use #line directives for better error messages.Brecht Van Lommel
2016-05-11Cycles: Use explicit qualifier for single-argument constructorsSergey Sharybin
2016-04-13Cycles: Minor cleanup, whitespace around keyword and preprocessor indentSergey Sharybin
2016-04-01Fix T47505: Cycles OpenCL rendering crash on Windows.Brecht Van Lommel
2016-03-25Cycles: Cleanup, indent nested preprocessor directivesSergey Sharybin
2016-03-23Fix T47856: Cycles problem when running from multi-byte pathSergey Sharybin
2016-02-17Cycles: Don't silence unused macro, remove the macro insteadSergey Sharybin
2016-02-17Cleanup: unused define warningCampbell Barton
2016-02-16Cycles: Some cleanup, should be no functional changesSergey Sharybin
2016-02-12Cycles: Fix compilation error with MinGWSergey Sharybin
2016-02-06Cycles: Re-implement some utilities to avoid use of boostSergey Sharybin
2016-02-06Cycles: Remove workaround for MSVC2010 and BoostSergey Sharybin
2015-02-18Cleanup: Remove support for Boost filesystem 2.Thomas Dinges
2015-02-02Cycles: Allow paths customization via environment variablesSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-10-14Fix T42021: OSL doesn't work when there are non-ascii chars in the pathSergey Sharybin
2014-03-21Cycles Standalone: Support for relative paths and string OSL parameters.Thomas Dinges
2014-01-23Fix T38311: cycles BVH cache crash on Windows.Brecht Van Lommel
2014-01-14Further fix for T37817: non-ascii paths fix in Cycles broke OSL rendering.Brecht Van Lommel
2014-01-11Fix T37817: cycles CUDA detection problem on Windows with non-ascii paths.Brecht Van Lommel
2013-12-28creation of path from std::string on Windows (VC10/11/12) crashes (access error)Martijn Berger
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-05-27Cycles OpenCL: patch #35514 by Doug GaleBrecht Van Lommel
2012-11-03Cycles OSL: shader script nodeBrecht Van Lommel
2012-07-29Additional fix #32074, by Sven-Hendrik Haase (svenstaro). Boost version heade...Lukas Toenne
2012-07-26Make Cycles compatible with older boost versions.Sergey Sharybin
2012-07-11Patch #32074: Fix compilation with boost 1.50Sergey Sharybin
2012-06-09style cleanup: block commentsCampbell Barton
2011-11-22Fix #29274: problem compiling cycles opencl kernel from directory with spaces.Brecht Van Lommel
2011-09-27Cycles: fix error in md5 hash computation for files in directories belowBrecht Van Lommel
2011-09-12Cycles:Brecht Van Lommel
2011-09-09Cycles:Brecht Van Lommel
2011-09-08Cycles: some warning fixes, cpu device task tweaks, avoid unnecessaryBrecht Van Lommel
2011-09-03Cycles:Brecht Van Lommel
2011-04-28Cycles: fix for incompatible boost filesystem version, provided by "ornitorri...Brecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal