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-07-26Cycles: upgrade CUDA to 11.4Brecht Van Lommel
2021-04-19Cleanup: move BVH utility functions into own fileBrecht Van Lommel
2020-12-04Cycles: Add support for shader raytracing in OptiXPatrick Mours
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-04CMake: refresh building and external library handling of Cycles standaloneBrecht Van Lommel
2020-07-27Cycles: Enable OptiX on first generation Maxwell GPUs againPatrick Mours
2020-07-20Cycles: Use pre-compiled PTX kernel for older generation when no matching one...Patrick Mours
2020-06-22Cycles: remove SIMD BVH optimizations, to be replaced by EmbreeBrecht Van Lommel
2020-06-17Cycles: Add new Sky Texture method including direct sunlightLukas Stockner
2020-05-05Cycles: mark CUDA 10.2 as officially supportedBrecht Van Lommel
2020-04-11Cycles/Optix: Support building the optix kernels on demand.Ray Molenkamp
2020-03-26Cycles: Restore cycles_cubin_cc to working orderRay Molenkamp
2020-03-05Adaptive Sampling for Cycles.Stefan Werner
2020-02-17Cycles: Vector Rotate Node using Axis and Angle methodCharlie Jolly
2019-12-10Cycles: support for custom shader AOVsLukas Stockner
2019-10-28Merge branch 'blender-v2.81-release'Campbell Barton
2019-10-28CMake: add missing headers, use space before commentsCampbell Barton
2019-10-16Cycles: Allow PTX targets for CUDA kernel build.Stefan Werner
2019-09-13Cycles: add Optix device backendPatrick Mours
2019-09-12Shading: Add Vertex Color node.OmarSquircleArt
2019-09-05Shading: Rewrite Mapping node with dynamic inputs.OmarSquircleArt
2019-09-04Shading: Extend Noise node to other dimenstions.OmarSquircleArt
2019-08-21Shading: Add White Noise node.OmarSquircleArt
2019-08-13Shading: Add Clamp node to Cycles and EEVEE.OmarSquircleArt
2019-08-13Shading: Add Map Range node to Cycles and EEVEE.OmarSquircleArt
2019-08-13Fix build errors with older GCC versions like 4.9Brecht Van Lommel
2019-08-05Build: disable address sanitizer for Cycles optimized kernels with GCCBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16CMake: add library deps to CMakeLists.txtCampbell Barton
2019-04-16CMake: cleanup, arg rename, add definitions lastCampbell Barton
2019-03-15Cycles: upgrade to CUDA 10.1 as the one officially supported version.Brecht Van Lommel
2019-03-08Cycles OpenCL: Remove single programJeroen Bakker
2019-02-20Cycles OpenCL: Remove OpenCL MegaKernelJeroen Bakker
2019-02-19T61463: Separate Baking kernelsJeroen Bakker
2019-02-15Cycles: Support multithreaded compilation of kernelsBrecht Van Lommel
2018-12-11Fix macOS buildbot build, wrong CUDA version check.Brecht Van Lommel
2018-12-05Fix build with old CMake versions.Brecht Van Lommel
2018-12-04Buildbot: enable support for NVIDIA Turing cards in Cycles (like GTX 20xx).Brecht Van Lommel
2018-12-04Cycles: add initial CUDA 10.0 support, but only recommend use for Turing cards.Brecht Van Lommel
2018-11-29Cycles: Add sample-based runtime profiler that measures time spent in various...Lukas Stockner
2018-11-07Cycles: Added Embree as BVH option for CPU renders.Stefan Werner
2018-10-28Cycles: Added Cryptomatte output.Stefan Werner
2018-09-19Fix wrong CUDA version warning in cmake.Brecht Van Lommel
2018-08-29Cycles: Add BVH8 and packeted triangle intersectionSergey Sharybin
2018-08-23Cycles: Add option for building CUDA kernels sequentiallyLukas Stockner
2018-07-18Cycles: add Principled Hair BSDF.L. E. Segovia