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
2022-09-13Cycles: Make OSL implementation independent from SVMPatrick Mours
2022-09-09Cycles: Remove separate OSL attribute map and instead always use SVM attribut...Patrick Mours
2022-08-15Cycles: simplify handling of ray differentialsBrecht Van Lommel
2022-08-04Fix T100134: Cycles faceted triangle normals with motion blurBrecht Van Lommel
2022-07-27Cycles: switch Cycles triangle barycentric convention to match Embree/OptiXBrecht Van Lommel
2022-07-27Cleanup: remove unnecessary bvh_instance_motion_popBrecht Van Lommel
2022-07-25Cycles: simplify handling of ray distance in GPU renderingBrecht Van Lommel
2022-07-25Cycles: more closely match some math and intersection operations in EmbreeBrecht Van Lommel
2022-07-15Cycles: refactor rays to have start and end distance, fix precision issuesBrecht Van Lommel
2022-06-23Cyles: switch primitive.h inline hints to forceinlineXavier Hallade
2022-06-23Cycles: unify math functions namesAndrii Symkin
2022-06-20Cleanup: renaming and consistency for kernel dataBrecht Van Lommel
2022-06-17Cleanup: replace uint4 by AttributeMap structBrecht Van Lommel
2022-04-02Cycles: Add support for light groupsLukas Stockner
2022-03-23Cleanup: use make_float4(f) zero_float4() to simplify codeEthan-Hall
2022-03-07Shader Nodes: add Alpha output to Object Info nodeEthan-Hall
2022-02-25Merge remote-tracking branch 'origin/blender-v3.1-release'Kévin Dietrich
2022-02-25Fix T95977: Point Info node radius wrong under rotationBrecht Van Lommel
2022-02-15License headers: use SPDX for remaining files in CyclesCampbell Barton
2022-02-11Cycles: use SPDX license headersBrecht Van Lommel
2022-01-31Fix Cycles assert in light samplingBrecht Van Lommel
2022-01-28Fix Cycles assert in light samplingBrecht Van Lommel
2022-01-26Cycles: compute triangle location from barycentric instead of re-intersectingWilliam Leeson
2022-01-25Cycles: add Point Info nodeBrecht Van Lommel
2022-01-24Fix T94651: Cycles error with pointcloud vector attributeBrecht Van Lommel
2022-01-17Cleanup: refactor BVH2 in preparation of self intersection skipBrecht Van Lommel
2022-01-07Fix wrong shadow terminator geometry offset with deformation motion blurOlivier Maury
2021-12-20Fix T94251: Cycles wrong pointcloud normal for instanced objectsBrecht Van Lommel
2021-12-20Fix Cycles OptiX crash with 3D curves after point cloud changesBrecht Van Lommel
2021-12-17Fix T94142, T94182: Cycles metal broken after pointcloud changesMichael
2021-12-17Cleanup: spelling in commentsCampbell Barton
2021-12-16Cycles: pointcloud renderingBrecht Van Lommel
2021-11-29Cycles: MetalRT support (kernel side)Michael Jones
2021-11-22Fix T93283: Cycles render error with CUDA CPU + GPU after recent optimizationBrecht Van Lommel
2021-11-18Cycles: several small fixes and additions for MSLMichael Jones
2021-11-17Cycles: reduce triangle memory usage with packed_float3Brecht Van Lommel
2021-10-26Cycles: remove prefix from source code file namesBrecht Van Lommel
2021-10-26Cycles: changes to source code folders structureBrecht Van Lommel
2021-10-19Cycles: bake transparent shadows for hairBrecht Van Lommel
2021-10-18Cycles: replace integrator state argument macrosBrecht Van Lommel
2021-10-15Cleanup: refactor OptiX shadow intersection for upcoming changesBrecht Van Lommel
2021-10-14Cycles: Kernel address space changes for MSLMichael Jones
2021-10-06Cycles: fully decouple triangle and curve primitive storage from BVH2Brecht Van Lommel
2021-10-06Cleanup: spelling in commentsCampbell Barton
2021-10-04Fix T91894: Cycles baking normal maps of transformed objects not workingBrecht Van Lommel
2021-09-29Fix non-finite curve normal causing Cycles to crashSergey Sharybin
2021-09-29Fix Cycles crash in certain hair configurationsSergey Sharybin
2021-09-27Fix T91728: Cycles render artifacts with motion blur and object attributesBrecht Van Lommel
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-08-24Fix T90854: Cycles, normal map fails with applied transformationsKévin Dietrich