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
2020-05-15Cycles: code refactor to bake using regular render session and tilesBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-25Cycles: move sss and diffuse transmission into diffuse passBrecht Van Lommel
2020-02-07Cleanup: split Cycles Hair and Mesh classes, with Geometry base classBrecht Van Lommel
2019-08-21Shading: Add more operators to Vector Math node.OmarSquircleArt
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2018-03-10Cycles: add roughness baking support, using squared roughness convention.Brecht Van Lommel
2017-12-26Fix T53607: Cycles normal map baking problem when there is no bump.Brecht Van Lommel
2017-11-08Cycles: antialias normal baking if the mesh has a bump map.Brecht Van Lommel
2017-11-05Code refactor: device memory cleanups, preparing for mapped host memory.Brecht Van Lommel
2017-10-24Code refactor: move more memory allocation logic into device API.Brecht Van Lommel
2017-10-24Code refactor: store device/interp/extension/type in each device_memory.Brecht Van Lommel
2017-10-05Code refactor: split displace/background into separate kernels, remove luma.Brecht Van Lommel
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-08Cycles: Add names to buffer allocationsMai Lavelle
2016-12-03Cycles: Refactor Progress system to provide better estimatesLukas Stockner
2016-05-31Fix T46207: Slow OpenCL GPU bake and blown out baking Cycles renderSergey Sharybin
2016-02-06Fix T46550: Cycles combined baking black in some cases.Brecht Van Lommel
2016-01-15Cycles-Bake: Custom Baking passesDalai Felinto
2015-04-17Bake-API: reduce memory footprint when baking more than one object (Fix T41092)Dalai Felinto
2015-03-27Cycles: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-08-19Fix T41471 Cycles Bake: Setting small tile size results in wrong bake with st...Dalai Felinto
2014-08-15Fix compilation on linux (implicit conversion from double/float to size_t tre...Bastien Montagne
2014-08-15Final Fix T41222 Blender gives weird ouput when baking (4096*4096) resolution...Dalai Felinto
2014-07-31Cycles Bake: use size_t instead of width, heightDalai Felinto
2014-07-25Cycles Bake: show progress bar during bakeDalai Felinto
2014-06-06Fix T40370: cycles CUDA baking timeout with high number of AA samples.Brecht Van Lommel
2014-05-08Cycles-Bake: displacement support (fix T40068)Dalai Felinto
2014-05-03Cycles BakeDalai Felinto