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-01-11Fix T82351: Cycles: Tile stealing glitches with adaptive samplingLukas Stockner
2021-01-08Fix Cycles rendering with OptiX after instance limit increase when building w...Patrick Mours
2021-01-07Cycles: Increase instance limit for OptiX acceleration structure buildingPatrick Mours
2020-12-24Cycles: remove surface area computation for meshes with OSLBrecht Van Lommel
2020-12-11Cycles: Add CPU+GPU rendering support with OptiXPatrick Mours
2020-12-09Fix T83581: "Only local" ambient occlusion option causes error on OptiX 2.92Patrick Mours
2020-12-04Cycles: Add support for shader raytracing in OptiXPatrick Mours
2020-12-03Fix Cycles device kernels containing debug assertation codePatrick Mours
2020-11-30Deps: PugiXML 1.10Ray Molenkamp
2020-11-23Fix T82884: Cycles Compilation Error OpenCL/NanoVDBJeroen Bakker
2020-11-23Cycles: Remove Compilation WarningJeroen Bakker
2020-11-20Cleanup: spellingCampbell Barton
2020-11-20Cycles: Fixed zero sized normals when certain attributes were missing.Stefan Werner
2020-11-12Cleanup: remove accidentally committed merge filesBrecht Van Lommel
2020-11-11Cleanup: clang-formatCampbell Barton
2020-11-10Cycles: fix compilation of OSL shaders following API changeKévin Dietrich
2020-11-10Fix NanoVDB compile errors with recent NanoVDB versionsPatrick Mours
2020-11-09Merge branch 'blender-v2.91-release'Brecht Van Lommel
2020-11-09Fix T78956: banding artifacts of vertex colors in CyclesBrecht Van Lommel
2020-11-09Cycles: Fix function inline attributesSergey Sharybin
2020-11-09Cycles: Fix tricubic sampling with NanoVDBPatrick Mours
2020-11-06Cleanup: use string APPEND/PREPENDCampbell Barton
2020-11-04Fix Cycles volume render differences with NanoVDB when using linear samplingPatrick Mours
2020-11-02Fix Cycles kernel compile error with NanoVDB because of type redefinitionPatrick Mours
2020-10-28Cycles: internal support for alpha output for attribute nodeAlexander Gavrilov
2020-10-28Cycles: internal support for per-instance and per-geometry attributesAlexander Gavrilov
2020-10-28Cycles: refactor to make attribute lookup slightly more efficientBrecht Van Lommel
2020-10-28Cycles: internal support for float4 geometry attributesAlexander Gavrilov
2020-10-28Cycles: refactor to split surface and volume attribute lookup moreBrecht Van Lommel
2020-10-26Cycles: Add support for OptiX 7.2 SDKPatrick Mours
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-13Cycles: Add CUDA 11 build supportPatrick Mours
2020-10-05Cycles: Add NanoVDB support for rendering volumesPatrick Mours
2020-10-01Cleanup: clang-formatBrecht Van Lommel
2020-09-30Fix Cycles CUDA kernels for Ampere not building with CUDA 11Brecht Van Lommel
2020-09-30Cycles: Fix usage of memory barriers in split kernelSergey Sharybin
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-22Cleanup: use float3 instead of float4 for shadow, since w is never usedBrecht Van Lommel
2020-09-22Fix Cycles SSS incorrect rendering of zero radius in green channelBrecht Van Lommel
2020-09-09Cleanup: spellingCampbell Barton
2020-09-05Cleanup: clang-formatCampbell Barton
2020-09-04CMake: refresh building and external library handling of Cycles standaloneBrecht Van Lommel
2020-09-03Fix T79803: Wrong Distance To Edge 1D VoronoiOmarSquircleArt
2020-09-01Fix Cycles build error when disabling some kernel featuresImre Palik
2020-08-28Merge branch 'blender-v2.90-release'Philipp Oeser
2020-08-28Fix T80149: Cycles OpenCL baking broken after changes to uses tiles for bakingBrecht Van Lommel
2020-08-26Fix T80129: Cycles shadow catcher viewport error with exposure other than 1Brecht Van Lommel
2020-08-24Merge branch 'blender-v2.90-release'Pablo Dobarro
2020-08-24Fix T79819: crash with OSL trace() and getmessage() after Embree changesBrecht Van Lommel
2020-08-17Merge branch 'blender-v2.90-release'Richard Antalik