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-26Fixes for Cycles source reorganizetemp-cycles-source-reorganizeBrecht Van Lommel
2021-10-25Cycles: remove prefix from source code file namesBrecht Van Lommel
2021-10-25Cycles: changes to source code folders structureBrecht Van Lommel
2021-10-25Cleanup: clang-tidy, spellingCampbell Barton
2021-10-25Fix T92073: Cycles flicker when panning in camera view with border renderSergey Sharybin
2021-10-25Cycles: More accurate volume stack size calculationSergey Sharybin
2021-10-25Cycles: Revert all host update specific changesSergey Sharybin
2021-10-24Cleanup: spelling in commentsCampbell Barton
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-22Cycles: improve communication of supported GPUs in preferencesBrecht Van Lommel
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-21Cleanup: make HIP and CUDA code more consistentBrecht Van Lommel
2021-10-20Fix: Add cast to atof for CYCLES_CONCURRENT_STATES_FACTOR env variable parsing.William Leeson
2021-10-20Cleanup: remove unused codeBrecht Van Lommel
2021-10-20Cycles: more accurately count main paths for adding work tilesBrecht 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-20Cycles: reduce kernel reserved local memory when not using shader raytracingBrecht Van Lommel
2021-10-20HIP device code cleanup and fix for high VRAM usageSayak Biswas
2021-10-20Fix T62325, T91990: changing Cycles presets does not update the Blender UIBrecht Van Lommel
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-19Cycles: improve sampling pattern description regarding adaptive samplingBrecht 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-19Fix T85779: Cycles not using all threads when using OpenImageDenoiseBrecht Van Lommel
2021-10-19Cleanup: Unused device argument in host update functionsSergey Sharybin
2021-10-19Fix invalid OSL shader compilation stateSergey 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: fix outdated comment and use of atomicsBrecht 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-18Cleanup: fix compiler warningBrecht Van Lommel
2021-10-18Cleanup: spelling in commentsCampbell Barton
2021-10-15Fix T92032: Cycles panoramic cameras do not support shiftBrecht 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: don't copy constant memory to GPU multiple times for displacementBrecht 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