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
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-12Fix T62481: Cycles crash rendering with UV pass after recent changes.Brecht Van Lommel
2019-03-05Cycles: Added Float2 attribute type.Brecht Van Lommel
2019-02-19T61513: Refactored Cycles Attribute RetrievalJeroen Bakker
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-21Fix T59565: NaN/crash with zero radius tip of hair curves.Brecht Van Lommel
2018-11-25Cleanup: trailing spaceCampbell Barton
2018-11-21Fix T57811: Render crashes in certain scenes when AO Bounces are usedSergey Sharybin
2018-11-21Cycles: Cleanup, use utility functionSergey Sharybin
2018-11-21Cycles: Cleanup, reduce indentation levelSergey Sharybin
2018-11-21Cycles: Cleanup, comments and dead codeSergey Sharybin
2018-11-21Cycles: Cleanup, CUDA code path is not possible inside AVX2Sergey Sharybin
2018-11-09Cycles: Cleanup, spacing after preprocessorSergey Sharybin
2018-11-07Cycles: Added Embree as BVH option for CPU renders.Stefan Werner
2018-10-28Cycles: Added Cryptomatte output.Stefan Werner
2018-08-29Fix Cycles CUDA build after recent changes.Brecht Van Lommel
2018-08-29Cycles: Add BVH8 and packeted triangle intersectionSergey Sharybin
2018-07-18Cycles: add Principled Hair BSDF.L. E. Segovia
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-06-15Cycles: change Ambient Occlusion shader to output colors.Lukas Stockner
2018-03-19Fix T54356: volume rendering bug using just color attribute.Brecht Van Lommel
2018-03-10Fix T54278: volume artifacts with small density and color after recent changes.Brecht Van Lommel
2018-03-10Cycles: support arbitrary number of motion blur steps for objects.Brecht Van Lommel
2018-03-10Cycles: support arbitrary number of motion blur steps for cameras.Brecht Van Lommel
2018-03-10Code refactor: motion blur cleanups, preparing for next commit.Brecht Van Lommel
2018-03-10Code refactor: make Transform always affine, dropping last row.Brecht Van Lommel
2018-03-10Code refactor: add DecomposedTransform.Brecht Van Lommel
2018-03-10Code refactor: add ProjectionTransform separate from regular Transform.Brecht Van Lommel
2018-03-10Code refactor: avoid motion transform copy, remove unused curved code.Brecht Van Lommel
2018-03-10Code refactor: use KernelShader and KernelParticle instead of float arrays.Stefan Werner
2018-03-10Code refactor: use KernelLight instead of float4 arrays.Stefan Werner
2018-03-10Code refactor: use KernelOject struct instead of float4 array.Stefan Werner
2018-02-23Cycles: change smoke color grid to not include density multiplied in.Brecht Van Lommel
2018-02-18Code cleanup: remove some more unused code after recent CUDA changes.Brecht Van Lommel
2018-02-18Cycles: Remove fermi related defines from the code.Thomas Dinges
2018-02-14Cycles: restore Particle Info Index for now, keep it next to Random.Brecht Van Lommel
2018-02-14Cycles: change Index output of Hair and Particle Info to Random, in 0..1 range.Brecht Van Lommel
2018-02-09Cycles: random walk subsurface scattering.Brecht Van Lommel
2018-01-13Cycles: adaptive subdivision support for panoramic cameras.Mai Lavelle
2018-01-11Fix T53755: Cycles OpenCL lamp shaders have incorrect normal.Brecht Van Lommel
2018-01-11Cycles: support animated object scale in motion blur.Stefan Werner
2017-11-14Cycles: Make per-object random value output also work for LampsLukas Stockner
2017-11-08Cycles: add bevel shader, for raytrace based rounded edges.Brecht Van Lommel
2017-11-08Code refactor: rename subsurface to local traversal, for reuse.Brecht Van Lommel
2017-11-05Cycles: fix inefficient attribute map storage, saves 615MB in victor scene.Brecht Van Lommel
2017-10-07Cycles: CUDA bicubic and tricubic texture interpolation support.Brecht Van Lommel
2017-10-07Code refactor: make texture code more consistent between devices.Brecht Van Lommel
2017-09-06Fix T52660: CUDA volume texture rendering not working on Fermi GPUs.Brecht Van Lommel
2017-08-08Cycles: Cleanup, de-duplicate function parameter listSergey Sharybin
2017-08-07Cycles: Cleanup, move curve intersection functions to own fileSergey Sharybin