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-23Cycles: add Displacement node.Brecht Van Lommel
2018-01-23Fix T53854: branched path tracing correlation bug with transparency in split ...Brecht Van Lommel
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 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-19Cycles: Make it more proper check on vectorization flags from DebugFlagsSergey Sharybin
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-19Cleanup: typosCampbell Barton
2018-01-19Fix T53833: Particle Info node and Displacement CrashMai Lavelle
2018-01-17Memory: add MEM_malloc_arrayN() function to protect against overflow.Brecht Van Lommel
2018-01-15Cycles: CLeanup, remove unused function argumentSergey Sharybin
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-11Fix T53755: Cycles OpenCL lamp shaders have incorrect normal.Brecht Van Lommel
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-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-21Fix T53567: Negative pixel values causing artifacts with denoisingLukas Stockner
2017-12-20Cycles: Cleanup, indentationSergey Sharybin
2017-12-19Cycles: Fix crash opening user preferences after adding extra GPUSergey Sharybin
2017-12-15Libmv: Add C-API function to set all markers within AutoTrack structureSergey 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-06Cycles: Fix constness for load_kernels in device_cpu.cppLukas Stockner
2017-12-02Fix Cycles standalone crash when saving output, after recent refactoring.Brecht Van Lommel
2017-11-30Haiku OS SupportCampbell Barton
2017-11-30Cycles: Improve denoising speed on GPUs with small tile sizesLukas Stockner
2017-11-29Cycles: add object level holdout property.Brecht Van Lommel
2017-11-29Cycles: improve triangle intersection performance.Maxym Dmytrychenko
2017-11-26Fix T53349: AO bounces not working correct with OpenCL.Mathieu Menuet
2017-11-23atomic_ops: add `atomic_cas_float` helper.Bastien Montagne
2017-11-23atomic_ops: Copy/adapt static assert macro from BLI_utildefines, and use it.Bastien Montagne
2017-11-23Fix T53357: harmless assert after recent addition of render time pass.Brecht Van Lommel
2017-11-23Fix T53348: Cycles difference between gradient texture on CPU and GPU.Brecht Van Lommel
2017-11-23Moar attempt to fix bloody MSVC intrinsic mess...Bastien Montagne