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-23Merge branch 'master' into blender2.8Campbell Barton
2018-01-23Cycles: Fix optimal BVH selection.Ray Molenkamp
2018-01-22Cycles: Replace use_qbvh boolean flag with an enum-based propertySergey Sharybin
2018-01-22Fix broken merge in fb45821, was missing changes from cc64872.Brecht Van Lommel
2018-01-22Fix T53854: branched path tracing correlation bug with transparency.Brecht Van Lommel
2018-01-22Cycles: Cleanup, remove unused argumentSergey Sharybin
2018-01-21Fix T49159: missing Cycles tangents for adaptive subdivision.Brecht Van Lommel
2018-01-19Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2018-01-19Cycles: Make it more proper check on vectorization flags from DebugFlagsSergey Sharybin
2018-01-19Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2018-01-19Cycles: Cleanup, stop using debug flags in system utilitiesSergey Sharybin
2018-01-19Cycles: Remove util_debug include from kernel codeSergey Sharybin
2018-01-19Cycles: Remove unneeded include statementsSergey Sharybin
2018-01-19Fix T53830: Cycles OpenCL debug assert on macOS,Brecht Van Lommel
2018-01-19Merge branch 'master' into blender2.8Campbell Barton
2018-01-19Cleanup: typosCampbell Barton
2018-01-19Fix T53833: Particle Info node and Displacement CrashMai Lavelle
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