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-11-08Refactor: replace Cycles sse/avx types by vectorized float4/int4/float8/int8Brecht Van Lommel
2022-09-27Cycles: BSDF changes in preparation of path guidingSebastian Herhoz
2022-09-02Cleanup: split surface/displacement/volume shader eval into separate filesBrecht Van Lommel
2022-09-02Cleanup: remove some unnecessary kernel feature definesBrecht Van Lommel
2022-09-02Cleanup: refactoring of kernel film function names and organizationBrecht Van Lommel
2022-09-01Cleanup: minor cleanups for sample pattern codeBrecht Van Lommel
2022-09-01Cycles: remove old Sobol pattern, simplify sampling dimensionsBrecht Van Lommel
2022-08-31Node: Mix nodeCharlie Jolly
2022-08-30Cleanup: formatCampbell Barton
2022-08-26Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-26Fix T55284: error in Hybrid MultiFractal Musgrave textureLuis Pereira
2022-08-15Cycles: simplify handling of ray differentialsBrecht Van Lommel
2022-08-09Cycles: add new Spectrum and PackedSpectrum typesAndrii Symkin
2022-07-27Cycles: switch Cycles triangle barycentric convention to match Embree/OptiXBrecht Van Lommel
2022-07-15Cycles: refactor rays to have start and end distance, fix precision issuesBrecht Van Lommel
2022-07-15Cycles: Apple Silicon optimization to specialize intersection kernelsMichael Jones
2022-07-15Cycles: keep track of SVM nodes used in kernelsMichael Jones
2022-06-30Cleanup: spelling in commentsCampbell Barton
2022-06-28Fix Cycles assert with mix weights outside of 0..1 rangeBrecht Van Lommel
2022-06-23Cycles: unify math functions namesAndrii Symkin
2022-06-20Cleanup: renaming and consistency for kernel dataBrecht Van Lommel
2022-05-23Merge branch 'blender-v3.2-release'Brecht Van Lommel
2022-05-23Fix T98036: Cycles blackbody inaccurate for low temperature and wide gamutBrecht Van Lommel
2022-05-17Merge branch 'blender-v3.2-release'Antonio Vazquez
2022-05-17Cleanup: fix compiler warningBrecht Van Lommel
2022-05-05Cleanup: formatCampbell Barton
2022-05-05Merge branch 'blender-v3.2-release'Germano Cavalcante
2022-05-04Fix T96718: Cycles invalid pixels when using bump normal for light emissionBrecht Van Lommel
2022-05-04Nodes: Add general Combine/Separate Color nodesHallam Roberts
2022-04-28Fix: Sky models can return negative valuesSebastian Herholz
2022-04-18Fix Cycles blackbody shader not taking into account OpenColorIO configBrecht Van Lommel
2022-04-10Fix T97159: AOV Pass in Cycles always gets Alpha Value of 1 for whole imageLukas Stockner
2022-04-01Cycles: Use single floating point precision sine/cosine in skyStefan Werner
2022-04-01Cycles: Optimize Nishita skyStefan Werner
2022-04-01Cycles: approximate shadow caustics using manifold next event estimationOlivier Maury
2022-03-23Cleanup: use make_float4(f) zero_float4() to simplify codeEthan-Hall
2022-03-23Cycles: Add Hydra render delegatePatrick Mours
2022-03-21Fix T96132: Cycles RGB/Vector/Float Curve shaders ignore extrapolation settingHallam Roberts
2022-03-07Shader Nodes: add Alpha output to Object Info nodeEthan-Hall
2022-02-26Cleanup: typos in comments.Kévin Dietrich
2022-02-11Cycles: use SPDX license headersBrecht Van Lommel
2022-01-26Cycles: remove ray offsettingWilliam Leeson
2022-01-26Cycles: explicitly skip self-intersectionWilliam Leeson
2022-01-26Cycles: compute triangle location from barycentric instead of re-intersectingWilliam Leeson
2022-01-25Cycles: add Point Info nodeBrecht Van Lommel
2022-01-20Fix T94457: random result using sky texture in light objectBrecht Van Lommel
2022-01-10Cleanup: typos in comments, remove libnumaapi referenceCampbell Barton
2021-12-20Fix Cycles OptiX crash with 3D curves after point cloud changesBrecht Van Lommel
2021-12-16Cycles: pointcloud renderingBrecht Van Lommel
2021-12-14Fix Cycles compilation with CUDA / Optix after recent Map Range additions.Thomas Dinges