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
2016-08-07Cycles microdisplacement: Support for Catmull-Clark subdivision via OpenSubdivMai Lavelle
2016-05-22Code refactor: add generic Cycles node infrastructure.Brecht Van Lommel
2016-05-17Fix C++11 build issues on OS X, remove references to outdated libs.Brecht Van Lommel
2016-03-25Cycles: Add an option to build single kernel only which fits current CPUSergey Sharybin
2016-03-11Fix compilation of cycles standalone and network deviceMartijn Berger
2016-02-17Cycles: Don't silence unused macro, remove the macro insteadSergey Sharybin
2016-02-12Cycles: Always use guarded allocator of vectorsSergey Sharybin
2016-02-06Cycles: Add some utility tests using GTestsSergey Sharybin
2016-01-30CMake: Remove per-module Werror settingsSergey Sharybin
2016-01-14Cycles: Reduce scope of some defines set in CMakeListsSergey Sharybin
2016-01-14CMake: De-duplicate checks around unordered maps and shared pointerSergey Sharybin
2016-01-04Remove SCons building systemSergey Sharybin
2015-07-18CMake: Add option to enable -Werror cflag in some areasSergey Sharybin
2015-07-18Cleanup: whitespace (CMake)Campbell Barton
2015-05-10Cycles: Use native float->half conversion instructions for Haswell CPUs.Sv. Lockal
2015-03-29Optionally use c++11 stuff instead of boost in cycles where possible. We do a...Martijn Berger
2014-12-31Cycles: Post-reintegration tweaks to ensure things do compileSergey Sharybin
2014-12-31Cycles: Correction to previous SSE/AVX flags detectionSergey Sharybin
2014-12-31Cycles: Be ready for gflags namespace auto-detectSergey Sharybin
2014-12-31Cycles: Fix compilation error with compilers which doesn't support AVXSergey Sharybin
2014-12-31Cycles: Fully support WITH_CYCLES_LOGGING optionSergey Sharybin
2014-12-31Cycles: Fix compilation error when OIIO is compiled with external PugiXML parserSergey Sharybin
2014-12-31Cycles: Synchronize changes with standalone repositorySergey Sharybin
2014-12-02Cycles: Use lock in the memory statisticsSergey Sharybin
2014-10-15Futher tweaks to WITH_CPU_SSE optionSergey Sharybin
2014-10-08Cycles: enable double promotion warning /w gccCampbell Barton
2014-10-04Cycles: Add support for debug passesSergey Sharybin
2014-09-25Cycles: Add support of Glog loggingSergey Sharybin
2014-06-28Cycles: use SYSTEM for external includesCampbell Barton
2014-06-17Cycles: only use -fno-rtti with OSL (conflicts with -fsanitize=vptr)Campbell Barton
2014-06-14Cycles: Fix compilation error of AVX2 kernel with GCC/ClangSergey Sharybin
2014-06-14Cycles: Add an AVX2 CPU kernel.Thomas Dinges
2014-05-03Fix '-Werror=float-conversion' error with gcc < 4.9, for CMakeBastien Montagne
2014-05-03Code cleanup: Add -Werror=float-conversion to CyclesCampbell Barton
2014-03-31Cycles: fix 3-5% performance regression in msvc builds caused by a typo in st...Sv. Lockal
2014-03-27CMake: disable SSE flags if gcc/clang don't supportCampbell Barton
2014-03-13Code cleanup: cmakeCampbell Barton
2014-02-03Cycles: enable /arch:AVX in msvc 11 and later versions for avx kernelSv. Lockal
2014-01-29Scons: refactor cycles kernel code to avoid building the AVX kernel withBrecht Van Lommel
2014-01-27Revert recent OpenEXR cmake/linux fix and earlier OS X fix to use GCC for AVX.Brecht Van Lommel
2014-01-27Attempt to fix T38373: cmake linux build failure with OpenEXR.Brecht Van Lommel
2014-01-21Cycles Standalone: GUI flag was not passed correctly to the code, own mistake...Thomas Dinges
2014-01-20Cycles: Add a cmake config to easily compile Cycles Standalone.Thomas Dinges
2014-01-16Fix compilation of Cycles AVX kernel with cmake.Thomas Dinges
2014-01-16Cycles: Add an AVX kernel for CPU rendering.Thomas Dinges
2014-01-14Cycles: Skip the compilation of the dedicated SSE2 kernel on x86-64, we can a...Thomas Dinges
2013-11-28Cycles: experimental OpenSubdiv code.Brecht Van Lommel
2013-11-28Cycles: experimental OSL ptex reading code.Brecht Van Lommel
2013-11-22Cycles: test code for sse 4.1 kernel and alignment for some vector types.Martijn Berger
2013-08-31Cleanup:Thomas Dinges