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: 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
2018-07-05Cycles: Adding native support for UINT16 textures.Stefan Werner
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-15Cycles: change Ambient Occlusion shader to output colors.Lukas Stockner
2018-06-15Fix Cycles CUDA error after recent changes.Brecht Van Lommel
2018-05-27Cycles: Add Support for IES files as textures for light strengthLukas Stockner
2018-03-10Code refactor: add ProjectionTransform separate from regular Transform.Brecht Van Lommel
2018-02-18Cycles: tweak CUDA messages and avoid build errors with existing sm_2x configs.Brecht Van Lommel
2018-02-17Cycles: Remove Fermi support from CMake and update runtime checks in device_c...Thomas Dinges
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-02-03Fix build error with CUDA 9.1 and compute capability 2.x.Brecht Van Lommel