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-06-22Cycles: make TBB a required library dependency, and use in a few placesBrecht Van Lommel
2020-03-26Cycles: Restore cycles_cubin_cc to working orderRay Molenkamp
2020-03-18Cycles: support rendering new Volume object typeBrecht Van Lommel
2020-03-11Cycles: disable RTTI only for OSL files, other libraries like OpenVDB need itBrecht Van Lommel
2020-02-17Cycles: Add support for adaptive kernel compilation to OptiX devicePatrick Mours
2019-11-08Windows: Switch to the dynamic C runtimeRay Molenkamp
2019-10-28CMake: add missing headers, use space before commentsCampbell Barton
2019-09-13Cycles: add Optix device backendPatrick Mours
2019-08-02Build: disable RTTI for the entire Cycles module, not only the kernelBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-15Cycles: upgrade to CUDA 10.1 as the one officially supported version.Brecht Van Lommel
2018-12-05Fix build with old CMake versions.Brecht Van Lommel
2018-12-04Cycles: add initial CUDA 10.0 support, but only recommend use for Turing cards.Brecht Van Lommel
2018-11-26CMake: Remove Cycles specific OpenSubdiv optionsSergey Sharybin
2018-11-07Cycles: Added Embree as BVH option for CPU renders.Stefan Werner
2018-10-22Windows: Enable python debugging in Visual Studio.Ray Molenkamp
2018-10-03cycles: Support building with cuda 10 on windows.Ray Molenkamp
2018-09-27Fix CUDA build with Xcode 10.0, use nvrtc due to incompatible compilers.Brecht Van Lommel
2018-08-28cmake: adjustments required for lib-upgrade on windows.Ray Molenkamp
2018-07-30Build: require C11/C++11 for all operating systems in master.Brecht Van Lommel
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-14Cycles: Query XYZ to/from Scene Linear conversion from OCIO instead of assumi...Lukas Stockner
2018-05-28Windows: Add support for building with clang.Ray Molenkamp
2018-04-02Build: fixes for the Intel compiler versions 2016, 2017, 2018.Milan Jaros
2018-02-14CMake: Expose Cycles devices support as CMake optionSergey Sharybin
2018-02-09CMake: include missing headersCampbell Barton
2018-02-04msvc: Use source folder structure for project file.Ray Molenkamp
2018-02-03cycles: Add an nvrtc based cubin cli compiler.Ray Molenkamp
2018-01-11Fix Windows compiler warning using WITH_CYCLES_NATIVE_ONLY.Brecht Van Lommel
2017-11-13Cycles: Fix compilation error with OIIO compiled against system PugiXMLSergey Sharybin
2017-09-08Cycles: disable fast math flags, only use a subset.Brecht Van Lommel
2017-04-21CMake: Add option to build against system-wide GlogSergey Sharybin
2017-03-30Fix T51051: Incorrect render on 32bit LinuxSergey Sharybin
2017-02-13Cycles: Use fast math without finite optimizationSergey Sharybin
2017-01-19Cycles: Don't use fast math for the host codeSergey Sharybin
2016-08-07Cycles microdisplacement: Support for Catmull-Clark subdivision via OpenSubdivMai Lavelle
2016-05-22Code refactor: add generic Cycles node infrastructure.Brecht Van Lommel
2016-05-17Fix C++11 build issues on OS X, remove references to outdated libs.Brecht Van Lommel
2016-03-25Cycles: Add an option to build single kernel only which fits current CPUSergey Sharybin
2016-03-11Fix compilation of cycles standalone and network deviceMartijn Berger
2016-02-17Cycles: Don't silence unused macro, remove the macro insteadSergey Sharybin
2016-02-12Cycles: Always use guarded allocator of vectorsSergey Sharybin
2016-02-06Cycles: Add some utility tests using GTestsSergey Sharybin
2016-01-30CMake: Remove per-module Werror settingsSergey Sharybin
2016-01-14Cycles: Reduce scope of some defines set in CMakeListsSergey Sharybin
2016-01-14CMake: De-duplicate checks around unordered maps and shared pointerSergey Sharybin
2016-01-04Remove SCons building systemSergey Sharybin
2015-07-18CMake: Add option to enable -Werror cflag in some areasSergey Sharybin
2015-07-18Cleanup: whitespace (CMake)Campbell Barton
2015-05-10Cycles: Use native float->half conversion instructions for Haswell CPUs.Sv. Lockal