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
2018-07-02Cycles: Fix missing curve hair when building with GCC-8 in release modeSergey Sharybin
2018-06-26Revert "Turned off clang warnings in third party includes."Stefan Werner
2018-06-26Turned off clang warnings in third party includes.Stefan Werner
2018-06-14Cycles: Query XYZ to/from Scene Linear conversion from OCIO instead of assumi...Lukas Stockner
2018-06-11Cycles: Cleanup, silence strict compiler warningSergey Sharybin
2018-05-27Cycles: Fix problems in the IES loader when rendering with no file selectedLukas Stockner
2018-05-27Cycles: Add Support for IES files as textures for light strengthLukas Stockner
2018-05-24Cycles Denoising: Don't use atomics in the accumulation kernel on CPUsLukas Stockner
2018-04-29Cycles: Cleanup: Remove double semicolonsLukas Stockner
2018-04-02Build: fixes for the Intel compiler versions 2016, 2017, 2018.Milan Jaros
2018-03-28Cycles: don't require pthreads as dependency on Windows.Jeff Witthuhn
2018-03-28Cycles: Fix bad register cast in ssebSergey Sharybin
2018-03-23Glog/gflags: Reduce amount of local modificationsSergey Sharybin
2018-03-10Cycles: support arbitrary number of motion blur steps for objects.Brecht Van Lommel
2018-03-10Cycles: support arbitrary number of motion blur steps for cameras.Brecht Van Lommel
2018-03-10Code refactor: make Transform always affine, dropping last row.Brecht Van Lommel
2018-03-10Code refactor: add DecomposedTransform.Brecht Van Lommel
2018-03-10Code refactor: add ProjectionTransform separate from regular Transform.Brecht Van Lommel
2018-03-10Code refactor: avoid motion transform copy, remove unused curved code.Brecht Van Lommel
2018-03-02Cycles: Fix building of OpenCL kernels after volume optimization commitMai Lavelle
2018-03-01Cycles volume: fast empty space optimization by generating a tight meshKévin Dietrich
2018-02-28Cycles: principled absorption color now has more effect at lower values.Brecht Van Lommel
2018-02-18Cycles: Remove Fermi texture code.Thomas Dinges
2018-02-18Cycles: Remove fermi related defines from the code.Thomas Dinges
2018-02-14Cycles: change Index output of Hair and Particle Info to Random, in 0..1 range.Brecht Van Lommel
2018-02-09Cycles: random walk subsurface scattering.Brecht Van Lommel
2018-02-04msvc: Use source folder structure for project file.Ray Molenkamp
2018-02-01Cycles: Attempt to fix 32 bit linux compilationSergey Sharybin
2018-02-01Cycles: Fix for non-vectorized version of bitscan()Sergey Sharybin
2018-01-29Fix Cycles viewport render not updating when tweaking displacement shader.Brecht Van Lommel
2018-01-26Code cleanup: simpler and faster detection of BVH refit.Brecht Van Lommel
2018-01-22Cycles: Replace use_qbvh boolean flag with an enum-based propertySergey Sharybin
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 unneeded include statementsSergey Sharybin
2018-01-19Fix T53830: Cycles OpenCL debug assert on macOS,Brecht Van Lommel
2018-01-11Cycles: support animated object scale in motion blur.Stefan Werner
2018-01-03Cycles: CUDA support for rendering scenes that don't fit on GPU.Brecht Van Lommel
2017-11-30Cycles: Improve denoising speed on GPUs with small tile sizesLukas Stockner
2017-11-29Cycles: improve triangle intersection performance.Maxym Dmytrychenko
2017-11-14Cycles: Refactor closure roughness detection to fix a potential bug with Deno...Lukas Stockner
2017-11-13Cycles: Fix compilation error of standalone applicationSergey Sharybin
2017-11-13Cycles: Fix compilation error with OIIO compiled against system PugiXMLSergey Sharybin
2017-11-10Cycles: Fix compilation error with latest OIIOSergey Sharybin
2017-10-31Cycles: Bump version number to 1.9.0Sergey Sharybin
2017-10-24Code refactor: move more memory allocation logic into device API.Brecht Van Lommel
2017-10-21Code refactor: avoid some unnecessary device memory copying.Brecht Van Lommel
2017-10-08Cycles: OpenCL bicubic and tricubic texture interpolation support.Brecht Van Lommel
2017-10-07Code refactor: make texture code more consistent between devices.Brecht Van Lommel
2017-10-05Fix T53001: more workarounds for crash in AMD compiler with recent drivers.Brecht Van Lommel