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
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-03-24Cleanup: remove unused Cycles kernel feature flags, replace by node levelsBrecht Van Lommel
2020-03-11Fix Cycles incorrect result when compressing some 8 bit log colorspace imagesBrecht Van Lommel
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-08-26Cycles: change svm node decoding for more efficient code generation on GPUPatrick Mours
2019-08-26Cycles: fixes for building kernel without certain featuresPatrick Mours
2019-05-19Cleanup: refactor image texture node code for coming changesBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-06-14Cycles: Query XYZ to/from Scene Linear conversion from OCIO instead of assumi...Lukas Stockner
2017-10-07Code refactor: make texture code more consistent between devices.Brecht Van Lommel
2017-09-06Fix T52652: Cycles image box mapping has flipped textures.Brecht Van Lommel
2017-07-20Cycles: fixed the SM_2x CUDA kernel build that I broke in my previous commitStefan Werner
2017-07-20Fix T52107: Color management difference when using multiple and different GPU...Stefan Werner
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-05-03Cycles: Fix OpenCL compilation failure after recent color changesSergey Sharybin
2017-05-03Cycles: Simplify code in SVM image by using new utility functionSergey Sharybin
2017-04-27Unlimited number of textures for CyclesStefan Werner
2017-03-08Cycles: Remove ccl_fetch and SOAMai Lavelle
2017-02-15Cycles: Fix CUDA compilation error after recent changesSergey Sharybin
2016-11-03Cycles: Fix T49901: OpenCL build error after recent light texture coordinate ...Lukas Stockner
2016-10-23Cycles: OpenCL 3d textures support.Hristo Gueorguiev
2016-09-04Fix a few OpenCL compiler warnings.Brecht Van Lommel
2016-08-14Cycles: Add single channel texture support for OpenCL.Thomas Dinges
2016-08-11Cycles: Enable half float support (4 channels and 1 channel) on CUDA.Thomas Dinges
2016-08-11Cycles: Change code order for Image Data Types.Thomas Dinges
2016-07-29Cycles microdisplacement: ngons and attributes for subdivision meshesMai Lavelle
2016-07-11Cycles: Fix Extend image extension mode on OpenCLSergey Sharybin
2016-07-02Fix Cycles OpenCL not taking Extend and Clip extension types into account.Thomas Dinges
2016-06-21Fix T48691: Cycles - OpenCL - HDR Image mapping does not match CUDA renderingLukas Stockner
2016-05-27Cleanup: Shorten texture variables, tex and image was kinda redundant.Thomas Dinges
2016-05-19Cycles: Add support for bindless textures.Thomas Dinges
2016-05-10Cycles: Add support for float4 textures on OpenCL.Thomas Dinges
2016-05-09Cleanup: More byte -> byte4 renaming for consistency.Thomas Dinges
2016-05-06Cleanup: Rename texture slots to float4 and byte, to distinguish from future ...Thomas Dinges
2016-04-16Cycles: Refactor Image Texture limits.Thomas Dinges
2016-03-25Cycles: Cleanup, indent nested preprocessor directivesSergey Sharybin
2016-02-15Cycles: Initial support of 3D textures for CUDA renderingSergey Sharybin
2015-05-09Cycles: OpenCL kernel splitGeorge Kyriazis
2015-04-27Cycles: Use native saturate function for CUDASergey Sharybin
2015-04-20Cycles: Split BVH nodes storage into inner and leaf nodesSergey Sharybin
2015-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin
2015-02-19Cycles: Make sphere and tube image mapping friendly with OpenCLSergey Sharybin
2015-01-21Cycles: Support tube projection for imagesSergey Sharybin
2015-01-21Cycles: Support sphere mapping for the image textureSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-10-07Fix T42106: Box image mapping shows black triangles if they point to a corner...Sergey Sharybin
2014-06-14Cycles: Add support for uchar4 attributes.Thomas Dinges