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-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2019-09-09Shading: Extend Musgrave node to other dimensions.OmarSquircleArt
2019-09-04Shading: Extend Noise node to other dimenstions.OmarSquircleArt
2019-08-26Cycles: inline more functions on the GPUPatrick Mours
2019-08-26Cycles: change svm node decoding for more efficient code generation on GPUPatrick Mours
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2015-05-28Cleanup: Remove unused Noise Basis texture code.Thomas Dinges
2015-04-27Cycles: Use native saturate function for CUDASergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-01-14Code cleanup / Cycles: Don't pass scale to texture functions, do the multipli...Thomas Dinges
2013-11-18Cycles: change __device and similar qualifiers to ccl_device in kernel code.Brecht Van Lommel
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-06-07Code cleanup: avoid some warnings due to implicit uint/int/float/double conve...Brecht Van Lommel
2012-06-09code cleanup: quiet all warnings about double promotion (either by changing t...Campbell Barton
2012-01-12Fix #29860: cycles musgrave scale input not working correct.Brecht Van Lommel
2011-11-07Cycles: procedural texture nodes reorganization. This will break existing filesBrecht Van Lommel
2011-08-29Cycles: some tweaks to try to get sm_13 shader compiling.Brecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal