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
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-07-28Cycles: remove WITH_CYCLES_DEBUG, add WITH_CYCLES_DEBUG_NANBrecht Van Lommel
2021-02-17BLI: use sse2neon to emulate SSE instructions with Arm NeonBrecht Van Lommel
2021-01-26Cycles standalone: fix missing dependencies in CMake filesCharles Flèche
2021-01-14Fix automated tests when building with GCC and march=nativeSebastian Parborg
2020-11-06Cleanup: use string APPEND/PREPENDCampbell Barton
2020-10-13Cycles: Add CUDA 11 build supportPatrick Mours
2020-10-05Cycles: Add NanoVDB support for rendering volumesPatrick Mours
2020-09-18CMake/OpenSubdiv: Rename INCLUDE_DIR -> INCLUDE_DIRS.Ankit Meel
2020-09-15Cleanup: add missing headers to CMake, formattingCampbell Barton
2020-09-04CMake: refresh building and external library handling of Cycles standaloneBrecht Van Lommel
2020-09-02Cycles: Support WITH_CYCLES_NATIVE_ONLY with MSVCRay Molenkamp
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