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-27Cycles: BSDF eval refactor to remove separate reflection/refraction methodsBrecht Van Lommel
2022-09-27Cycles: BSDF changes in preparation of path guidingSebastian Herhoz
2022-09-20Cycles: don't allow negative BSDF weightsBrecht Van Lommel
2022-09-13Cycles: Make OSL implementation independent from SVMPatrick Mours
2022-09-13Cleanup: spelling in commentsCampbell Barton
2022-09-09Cycles: Generate OSL closures using macros and a template filePatrick Mours
2022-09-02Cleanup: remove some unnecessary kernel feature definesBrecht Van Lommel
2022-08-15Cycles: simplify handling of ray differentialsBrecht Van Lommel
2022-08-10Cleanup: formatCampbell Barton
2022-08-09Cycles: add new Spectrum and PackedSpectrum typesAndrii Symkin
2022-07-25Cleanup: remove __KERNEL_CPU__Brecht Van Lommel
2022-06-23Cycles: unify math functions namesAndrii Symkin
2022-06-20Cleanup: renaming and consistency for kernel dataBrecht Van Lommel
2022-04-30Fix T96576: Light leaking when using normal maps with Multiscatter GGXLukas Stockner
2022-04-28Ensure BSDF evals and pdfs are zero on invalid samplesSebastian Herholz
2022-03-24Fix Cycles Metal build error and GCC warning after recent changesBrecht Van Lommel
2022-03-23Cleanup: use make_float4(f) zero_float4() to simplify codeEthan-Hall
2022-02-12Cycles: Removed redundant/buggy code in multiscatter BSDFStefan Werner
2022-02-11Cycles: use SPDX license headersBrecht Van Lommel
2022-01-20Cleanup: Remove OpenCL workaround in volume_sample_channel().Thomas Dinges
2021-12-20Fix Cycles OptiX crash with 3D curves after point cloud changesBrecht Van Lommel
2021-11-22Fix part of T93278: transparent glass option not working with environment passBrecht Van Lommel
2021-10-27Cycles: Replace saturate with saturatefWilliam Leeson
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-19Fix invalid principled diffuse in Cycles OSLSergey Sharybin
2021-10-18Cleanup: consistently use uint32_t for path flagBrecht Van Lommel
2021-10-18Cycles: replace integrator state argument macrosBrecht Van Lommel
2021-10-14Cycles: Kernel address space changes for MSLMichael Jones
2021-10-12Cleanup: spelling in commentsCampbell Barton
2021-10-11Cycles: improve SSS Fresnel and retro-reflection in Principled BSDFBrecht Van Lommel
2021-10-11Cycles: restore Christensen-Burley SSSBrecht Van Lommel
2021-10-08Cleanup: spellingCampbell Barton
2021-10-06Fix T91064: Cycles low poly meshes having black edges when shade smoothedMikhail Matrosov
2021-09-22Cleanup: spelling in commentsCampbell Barton
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-08-26Cleanup: spelling in commentsCampbell Barton
2021-08-23Fix T90423: black pixels after shadow terminator geometry offsetMikhail Matrosov
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-06-28Cycles: reduce shadow terminator artifactsMikhail Matrosov
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-05-12Fix non-finite tangent in Cycles with missing UV mapSergey Sharybin
2021-05-12Cycles X: Fix possible use of uninitialized ShaderClosureSergey Sharybin
2021-02-16Cleanup: spellingCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-09-22Fix Cycles SSS incorrect rendering of zero radius in green channelBrecht Van Lommel
2020-09-09Cleanup: spellingCampbell Barton
2020-06-22Cycles: internal refactoring to make thick/ribbon curve separate primitivesBrecht Van Lommel
2020-06-22Cycles: port curve-ray intersection from Embree for use in Cycles GPUBrecht Van Lommel
2020-06-03Cleanup: clang format, warningCampbell Barton