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-24Fix T91660: Cycles remaining render time does not take into account time limitBrecht Van Lommel
2021-09-24Cleanup: spelling in commentsCampbell Barton
2021-09-23Cleanup: spelling in commentsCampbell Barton
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-07-29Fix building without Cycles loggingSergey Sharybin
2021-07-26Cleanup: fix compiler warnings due to implicit castNikhil Shringarpurey
2021-07-02Cleanup: use template utility function to handle OpenVDB grid types in CyclesBrecht Van Lommel
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Cleanup: reformat trailing comments that caused line wrappingCampbell Barton
2021-06-01Cleanup: spelling in commentsKévin Dietrich
2021-05-20Merge remote-tracking branch 'origin/blender-v2.93-release'Sybren A. Stüvel
2021-05-19Fix T87793: Cycles OptiX crash hiding objects in viewport renderBrecht Van Lommel
2021-05-06Cleanup: spellingCampbell Barton
2021-04-29Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-29Fix build error after recent changes to CPU name detectionBrecht Van Lommel
2021-04-29Merge branch 'blender-v2.93-release'Brecht Van Lommel
2021-04-29Fix missing Cycles CPU name on macOS ArmChristian Baars
2021-04-29Fix missing Cycles CPU name for Arm processorsPatrick Mours
2021-04-27Cycles: Removed unused macros.Stefan Werner
2021-04-23Cleanup: clang-formatCampbell Barton
2021-04-20Add support for building on Linux aarch64Patrick Mours
2021-04-08Cleanup: spellingCampbell Barton
2021-03-23Nodes: Add Refract and Faceforward functions to Vector Maths nodesCharlie Jolly
2021-03-01GLog: Lower default logging severity to INFOSergey Sharybin
2021-02-18Cleanup: spelling, correct doc-string argumentsCampbell Barton
2021-02-17Cycles: Fix build error on windowsRay Molenkamp
2021-02-17Cycles: add support for Arm Neon instructions using sse2neonBrecht Van Lommel
2021-02-17Cycles: add utility functions for zero float2/float3/float4/transformBrecht Van Lommel
2021-02-17Cycles: refactor intrinsic functions implementationBrecht Van Lommel
2021-02-16Cleanup: spellingCampbell Barton
2021-02-15macOS: add Embree, OpenImageDenoise and sse2neon libraries for ARMBrecht Van Lommel
2021-02-15macOS: fix Cycles not detecting 64 bit and failing to build with EmbreeBrecht Van Lommel
2021-02-10TBB: fix deprecation warnings with newer TBB versionsBrecht Van Lommel
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-22Merge branch 'blender-v2.92-release'Brecht Van Lommel
2021-01-22Fix T84745: more build errors with TBB 2021Brecht Van Lommel
2021-01-22Cycles: optimize device updatesKévin Dietrich
2021-01-15Fix T84745: build error with TBB 2021Brecht Van Lommel
2020-11-09Cycles: Fix tricubic sampling with NanoVDBPatrick Mours
2020-11-04Cycles API: encapsulate Node socket membersKévin Dietrich
2020-10-27Revert "Cycles API: encapsulate Node socket members"Brecht Van Lommel
2020-10-27Cycles API: encapsulate Node socket membersKévin Dietrich
2020-10-24Fix Cycles unnecessary overhead cancelling finished task poolBrecht Van Lommel
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-05Cycles: Add NanoVDB support for rendering volumesPatrick Mours
2020-10-02Cycles: Add command line option for overriding the compute deviceLukas Stockner
2020-10-02Cycles: add time statistics to scene updateKévin Dietrich
2020-09-16Fix (unreported) buffer overflow in Cycles' system_cpu_brand_string helper.Bastien Montagne