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-10-26Cycles: add additive AO support through Fast GI settingsBrecht Van Lommel
2021-10-26Cycles: restore Denoising Depth pass, when enabling Denoising Data passesBrecht Van Lommel
2021-10-26Cycles: change Position render pass to be not antialiasedBrecht Van Lommel
2021-10-22Fix Cycles HIP binaries always recompilingBrecht Van Lommel
2021-10-22Cleanup: refactor float/half conversions for clarityBrecht Van Lommel
2021-10-22Cycles: various fixes for HIP and compilation of HIP binariesSayak Biswas
2021-10-21Fix T92363: OptiX fails with ambient occlusion node, after recent changesBrecht Van Lommel
2021-10-21Cycles: add shadow path compaction for GPU renderingBrecht Van Lommel
2021-10-20Cleanup: remove unused codeBrecht Van Lommel
2021-10-20Cleanup: some renaming to better distinguish main and shadow pathsBrecht Van Lommel
2021-10-20Cycles: make ambient occlusion pass take into account transparency againBrecht Van Lommel
2021-10-20HIP device code cleanup and fix for high VRAM usageSayak Biswas
2021-10-19Cycles: bake transparent shadows for hairBrecht Van Lommel
2021-10-19Cycles: avoid intermediate stack array for writing shadow intersectionsBrecht Van Lommel
2021-10-19Cycles: decouple shadow paths from main path on GPUBrecht Van Lommel
2021-10-19Cleanup: fix compiler warningsBrecht Van Lommel
2021-10-19Fix invalid principled diffuse in Cycles OSLSergey Sharybin
2021-10-19Cleanup: More readable Cycles OSL BSDF definitionSergey Sharybin
2021-10-19Cleanup: clang-formatCampbell Barton
2021-10-18Revert "Cycles: optimize volume stack copying for shadow catcher/compaction"Brecht Van Lommel
2021-10-18Cleanup: minor refactoring in preparation of main and shadow path decouplingBrecht Van Lommel
2021-10-18Cycles: reduce GPU state memory a littleBrecht Van Lommel
2021-10-18Cycles: optimize volume stack copying for shadow catcher/compactionBrecht Van Lommel
2021-10-18Cleanup: consistently use uint32_t for path flagBrecht Van Lommel
2021-10-18Cycles: replace integrator state argument macrosBrecht Van Lommel
2021-10-15Cycles: Voronoi noise, fix uninitialised variableCharlie Jolly
2021-10-15Cleanup: refactor BVH2 shadow intersection for upcoming changesBrecht Van Lommel
2021-10-15Cleanup: refactor OptiX shadow intersection for upcoming changesBrecht Van Lommel
2021-10-15Cleanup: add utility functions for packing integersBrecht Van Lommel
2021-10-15Cleanup: refactor to make number of channels for shader evaluation variableBrecht Van Lommel
2021-10-15Fix T92128: Cycles CUDA wrong hair attributes, after recent changesBrecht Van Lommel
2021-10-14Cycles: Kernel address space changes for MSLMichael Jones
2021-10-14Fix shadow catcher behind transparent object on GPUSergey Sharybin
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-08Fix T91997: Cycles glass + SSS not rendering correctlyBrecht Van Lommel
2021-10-08Fix Cycles speed regression after dynamic volume stack changeSergey Sharybin
2021-10-08Cleanup: spellingCampbell Barton
2021-10-07Cleanup: remove unnecessary data from LocalIntersectionBrecht Van Lommel
2021-10-06Cycles: fully decouple triangle and curve primitive storage from BVH2Brecht Van Lommel
2021-10-06Fix compilation error with MSVCSergey Sharybin
2021-10-06Fix T91922: Cycles artifacts with high volume nested levelSergey Sharybin
2021-10-06Build: add ccache support for CUDA kernels on LinuxBrecht Van Lommel
2021-10-06Fix T91064: Cycles low poly meshes having black edges when shade smoothedMikhail Matrosov
2021-10-06Cleanup: spelling in commentsCampbell Barton
2021-10-06Cleanup: Remove data duplication from various lookup tables in CyclesJesse Yurkovich
2021-10-05Fix adaptive sampling artifacts on tile boundariesSergey Sharybin
2021-10-05Cycles: improve detection of HIP compiler for buildbotBrecht Van Lommel
2021-10-04Fix T91861: Black environment behind shadow catcherSergey Sharybin