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
path: root/intern
AgeCommit message (Expand)Author
2018-01-18Merge branch 'master' into blender2.8Brecht Van Lommel
2018-01-17Memory: add MEM_malloc_arrayN() function to protect against overflow.Brecht Van Lommel
2018-01-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-15Cycles: CLeanup, remove unused function argumentSergey Sharybin
2018-01-13Merge branch 'master' into blender2.8Brecht Van Lommel
2018-01-13Cycles: adaptive subdivision support for panoramic cameras.Mai Lavelle
2018-01-13Code refactor: adjust camera update for easier code sharing with kernel.Brecht Van Lommel
2018-01-13Code cleanup: remove test code to disable motion blur, no longer useful.Brecht Van Lommel
2018-01-12Cycles: option to make background visible through glass transparent.Lukas Stockner
2018-01-12Cycles: add offscreen dicing scale and dicing camera.Mai Lavelle
2018-01-12Fix Cycles bevel normal baking having some random incorrect pixels.Brecht Van Lommel
2018-01-11Merge branch 'master' into blender2.8Bastien Montagne
2018-01-11Fix T53755: Cycles OpenCL lamp shaders have incorrect normal.Brecht Van Lommel
2018-01-11Merge branch 'master' into blender2.8Campbell Barton
2018-01-11Cycles: support animated object scale in motion blur.Stefan Werner
2018-01-11Fix Windows compiler warning using WITH_CYCLES_NATIVE_ONLY.Brecht Van Lommel
2018-01-11Fix issue with moving CUDA memory to host and multiple devices.Brecht Van Lommel
2018-01-11Fix T53692: OpenCL multi GPU rendering not using all GPUs.Brecht Van Lommel
2018-01-09Gawain: Fix codestyle.Clément Foucault
2018-01-09Gawain: VBO: Add possibility to use external datablock.Clément Foucault
2018-01-09Gawain: Modify batch draw function to work with ranges.Clément Foucault
2018-01-03Merge branch 'master' into blender2.8Campbell Barton
2018-01-03Cycles: CUDA support for rendering scenes that don't fit on GPU.Brecht Van Lommel
2018-01-03Cycles: make CUDA code a bit more robust to host/device alloc failures.Brecht Van Lommel
2017-12-29Fix mistake in previous fix for T53600, shows we really need a smarter solution.Brecht Van Lommel
2017-12-26Fix T53600: Cycles shader mixing issue with principled BSDF and zero weights.Brecht Van Lommel
2017-12-26Fix T53607: Cycles normal map baking problem when there is no bump.Brecht Van Lommel
2017-12-21Implement duplicator viewport/render visibility optionsDalai Felinto
2017-12-21Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-21Fix T53567: Negative pixel values causing artifacts with denoisingLukas Stockner
2017-12-21Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-20Cycles: Cleanup, indentationSergey Sharybin
2017-12-20Merge branch 'master' into blender2.8Campbell Barton
2017-12-19Cycles: Fix crash opening user preferences after adding extra GPUSergey Sharybin
2017-12-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-15Libmv: Add C-API function to set all markers within AutoTrack structureSergey Sharybin
2017-12-08Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-08Cycles: Fix difference in image Clip extension method between CPU and GPUSergey Sharybin
2017-12-08Cycles: Cleanup, split 2D interpolation functionSergey Sharybin
2017-12-06Merge branch 'master' into blender2.8Campbell Barton
2017-12-06Cycles: Fix constness for load_kernels in device_cpu.cppLukas Stockner
2017-12-04Merge branch 'master' into blender2.8Campbell Barton
2017-12-02Fix Cycles standalone crash when saving output, after recent refactoring.Brecht Van Lommel
2017-11-30Merge branch 'master' into blender2.8Campbell Barton
2017-11-30Haiku OS SupportCampbell Barton
2017-11-30Cycles: Improve denoising speed on GPUs with small tile sizesLukas Stockner
2017-11-29Merge branch 'master' into blender2.8Brecht Van Lommel
2017-11-29Cycles: add object level holdout property.Brecht Van Lommel
2017-11-29Cycles: improve triangle intersection performance.Maxym Dmytrychenko
2017-11-26Merge branch 'master' into blender2.8Bastien Montagne