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-05-05Cleanup: clang-formatCampbell Barton
2020-04-30Fix T75895: Unable to Compile Cycles on NAVI/LinuxJeroen Bakker
2020-04-24Cleanup: remove unused arg, clang-formatCampbell Barton
2020-04-23Cleanup: clang-format, unused warningCampbell Barton
2020-04-02Fix Cycles AVX unit test still failing to build with old GCCBrecht Van Lommel
2020-04-02Fix more build errors/warnings after recent AVX changesBrecht Van Lommel
2020-04-02Fix build error on Windows/Linux after recent AVX changesBrecht Van Lommel
2020-04-01Cycles: AVX implantation of Perlin noise.OmarSquircleArt
2020-03-26Cycles: Restore cycles_cubin_cc to working orderRay Molenkamp
2020-03-25Cycles: limit number of processes compiling OpenCL kernel based on memoryBrecht Van Lommel
2020-03-20Fix T68370, T74973: Cycles cryptomatte not working when other passes are enabledBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cycles: support for different 3D transform per volume gridBrecht Van Lommel
2020-03-11Cleanup: remove foreach include from header, conflicts with OpenVDBBrecht Van Lommel
2020-03-11Cleanup: stop encoding image data type in slot indexBrecht Van Lommel
2020-03-09Cleanup: avoid (harmless) race condition reported by HelgrindJohan Walles
2020-03-06Cleanup: tweak Cycles #includes in preparation for clang-format sortingBrecht Van Lommel
2020-03-05Adaptive Sampling for Cycles.Stefan Werner
2020-02-18Cycles: Enabled quaternion motion blur with Embree.Stefan Werner
2020-02-17Fix OpenCL issue after recent code cleanupBrecht Van Lommel
2020-02-15Cleanup: work around clang-format differences between versionsBrecht Van Lommel
2020-01-31Cycles: bump version to 1.12, matching Blender 2.83 release cycleBrecht Van Lommel
2020-01-31Fix issues in Cycles standalone, particularly related to render displayBrecht Van Lommel
2020-01-31Cycles: bump version to 1.11, matching Blender 2.82 release cycleBrecht Van Lommel
2020-01-22Fix T71344: Optix render errors with motion blur and unknown bone constraint ...Patrick Mours
2020-01-08Fix T66529: Cycles motion blur render errors with fast rotating objectsJosh Belanich
2019-12-21Fix: NaN error in smoothminf functionCharlie Jolly
2019-12-07Maths Node: Additional functionsCharlie Jolly
2019-11-27Cycles: Add Random Per Island attribute.OmarSquircleArt
2019-11-05Merge branch 'blender-v2.81-release'Patrick Mours
2019-11-05Fix Cycles failing to compile when "WITH_CYCLES_LOGGING" is offPatrick Mours
2019-10-28Merge branch 'blender-v2.81-release'Campbell Barton
2019-10-28CMake: add missing headers, use space before commentsCampbell Barton
2019-10-12Cleanup: clang-formatCampbell Barton
2019-09-30Revert "macOS: Replaced OSSpinLock with os_unfair_lock."Stefan Werner
2019-09-21Cleanup: extra semicolon, comma warningsCampbell Barton
2019-09-14macOS: Replaced OSSpinLock with os_unfair_lock.Stefan Werner
2019-09-13macOS: Enabled posix_memalign() like on other Unix platforms.Stefan Werner
2019-09-13Cycles: add Optix device backendPatrick Mours
2019-09-12Shading: Add Vertex Color node.OmarSquircleArt
2019-09-12Shading: Add More Features To The Voronoi Node.OmarSquircleArt
2019-09-05Shading: Rewrite Mapping node with dynamic inputs.OmarSquircleArt
2019-09-04Shading: Extend Noise node to other dimenstions.OmarSquircleArt
2019-08-30Cycles: OpenCL Separate Compilation Debug FlagJeroen Bakker
2019-08-27Cycles: Stitching of subdivided and displaced meshesMai Lavelle
2019-08-27Cycles/Windows: Fix over estimation of System RAM.Ray Molenkamp
2019-08-26Fix T69185: Cycles kernel OpenCL compile error after recent changesBrecht Van Lommel
2019-08-26Cleanup: add zero bit counting functionsBrecht Van Lommel
2019-08-26Cycles: code to optionally zero initialize some structs in the kernelBrecht Van Lommel
2019-08-26Cycles: inline more functions on the GPUPatrick Mours