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
2019-03-15Cycles: upgrade to CUDA 10.1 as the one officially supported version.Brecht Van Lommel
2019-03-08cmake/windows: Set LLVM_INCLUDE_DIRS variable.Ray Molenkamp
2019-03-04Fixup for fix for OSX build using a build folder name with spacesDalai Felinto
2019-03-01Fix macOS OpenMP build error when using a build folder name with spaces.Brecht Van Lommel
2019-02-23make.bat: Preliminary Visual Studio 2019 support.Ray Molenkamp
2019-01-26macOS: add support for OpenMP, making smoke/fluid/cloth simulations faster.Arto Kitula
2019-01-18Cleanup: remove unnecessary CUDA architecture sm_72, it's for Tegra chips.Brecht Van Lommel
2018-12-19Build info: Ensure hash length is same across all platforms and has no conflictsSergey Sharybin
2018-12-12dependencies windows: Replace pthreads-win32 2.9.1 with pthreads4w 3.0.0Ray Molenkamp
2018-12-04Cycles: add initial CUDA 10.0 support, but only recommend use for Turing cards.Brecht Van Lommel
2018-11-29Cleanup: correct typo, no need for ./ prefixCampbell Barton
2018-11-29CMake: update checkerCampbell Barton
2018-11-28Add cross-platform NUMA librarySergey Sharybin
2018-11-26CMake: Remove Cycles specific OpenSubdiv optionsSergey Sharybin
2018-11-23Fix T57998: crash at start with jemalloc package on some Linux distributions.Brecht Van Lommel
2018-11-08build: add proper embree support to platform_win32.cmakeRay Molenkamp
2018-11-07Fix build with OSL, remove unneeded file after Embree changes.Brecht Van Lommel
2018-11-07Cycles: Added Embree as BVH option for CPU renders.Stefan Werner
2018-10-28Fix Linux build after Cryptomatte commit.Brecht Van Lommel
2018-10-22Windows: Enable python debugging in Visual Studio.Ray Molenkamp
2018-10-17Fix cmake not triggering rebuild on .glsl changesDalai Felinto
2018-10-03Fix T54287: memory not freed after rendering on Linux.Brecht Van Lommel
2018-09-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-18FIX: linker error with a 'make deps' library set and opencollada enabled.Ray Molenkamp
2018-09-17build_files: bump python version in FindPythonLibsUnix.cmake to 3.7 now that ...Ray Molenkamp
2018-09-14Fix OpenColorIO link errors in some Linux builds.Brecht Van Lommel
2018-09-13Cleanup: move 'make help_features' into own fileCampbell Barton
2018-09-12CMake: add openjpeg 2x search pathsCampbell Barton
2018-09-11Build: require OpenJPEG 2.x minimum, remove bundled version.Brecht Van Lommel
2018-09-11Build: update for new macOS libraries.Brecht Van Lommel
2018-08-31Fix T56618: crash in release builds when GHOST asserts.Brecht Van Lommel
2018-08-30CMake: Automatically detect OpenJPEG 2 librariesSergey Sharybin
2018-08-29Cleanup: trailing spaceCampbell Barton
2018-08-29CMake: Allow specifying custom LIBDIR on UnixSergey Sharybin
2018-08-29CMake: Comply with include path reported by FindOpenGL.cmakeSergey Sharybin
2018-08-29CMake: Make sure zlib folder comes first for precompiled Linux librariesSergey Sharybin
2018-08-28cmake: adjustments required for lib-upgrade on windows.Ray Molenkamp
2018-08-17Build Environment: fixes for Linux after recent updates.Brecht Van Lommel
2018-08-10update image libraries, D3005 with few modsArto Kitula
2018-07-30Build: require C11/C++11 for all operating systems in master.Brecht Van Lommel
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-25CMake: correct remove_strict_cxx_flags_fileCampbell Barton
2018-06-22CMake: Make language explicit for per-file strict flags removalSergey Sharybin
2018-06-22CMake: Cleanup, add_cc_flag -> add_c_flagSergey Sharybin
2018-06-22CMake: Cleanup, rename CC_REMOVE_STRICT_FLAGS to C_REMOVE_STRICT_FLAGSSergey Sharybin
2018-06-22CMake: Tweaks to removal of strict flagsSergey Sharybin
2018-06-10Cleanup: trailing space in CMake filesCampbell Barton
2018-06-05make.bat: cache the vcredist directory.Ray Molenkamp
2018-05-31Add Asan support for clang on windows.Ray Molenkamp
2018-05-29make.bat : improve error message while detecting the msvc runtime when using ...Ray Molenkamp