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
2014-01-27OSX/scons: consequently make use of the recently introduced C_COMPILER_ID and...Jens Verwiebe
2014-01-27OSX/scons: fix gnu gcc compile by using clang assembler ( openMP builds)Jens Verwiebe
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-27patch by liblib (lid b)Martijn Berger
2014-01-26Cycles Standalone: Basic support for external OSL shaders.Thomas Dinges
2014-01-25Cycles: Set samples to USHRT_MAX per default in the constructor, this is alre...Thomas Dinges
2014-01-25Cycles Standalone: Various changesThomas Dinges
2014-01-25fix building cycles standalone on windows / cmakeMartijn Berger
2014-01-25Cleanup: Simplify Cycles standalone OSL detection code.Thomas Dinges
2014-01-24Cycles Standalone: Add a help message, which appears when pressing the "h" key.Thomas Dinges
2014-01-23Fix T37302: cycles slow hair export with many hairs, especially on Windows.Brecht Van Lommel
2014-01-23Fix typo in mmap commit from a while agoSergey Sharybin
2014-01-23Fix T38311: cycles BVH cache crash on Windows.Brecht Van Lommel
2014-01-23Memory allocation: do not use mmap for memory allocation on 64 bit.Brecht Van Lommel
2014-01-21Cycles Standalone: Volume integrator settings.Thomas Dinges
2014-01-21Cycles Standalone: XML Updates for the integrator.Thomas Dinges
2014-01-21Cycles Standalone: Updates for the XML API, added some missing nodes. Still n...Thomas Dinges
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-20Fix T37978: cycles nodes with multiple Material Output nodes not predictable.Brecht Van Lommel
2014-01-20Revert "Cycles: mix hair minimum width code with SSE intersection code"Sv. Lockal
2014-01-17OSX/Cycles: tentative fix for avx, try use the compiler that is default on de...Jens Verwiebe
2014-01-17Code Cleanup: spellingCampbell Barton
2014-01-17Fix T37706: avoid cycles crash when using a stack that exceeds SVM stack limits.Brecht Van Lommel
2014-01-16Workaround for avx assembler not compiling with vanilla gcc ( with openMP case )Jens Verwiebe
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-15Code cleanup: move half float functions to separate header file.Brecht Van Lommel
2014-01-15Code cleanup: some reshuffling of SIMD defines moving more code to util_optim...Brecht Van Lommel
2014-01-15Fix compilation error with stricg GCC flagsSergey Sharybin
2014-01-15Fix a bunch of UI string issues...Bastien Montagne
2014-01-15Cycles: Disable SSE41 kernel on 32bit, we don't use intrinsics here anyway. A...Thomas Dinges
2014-01-15OS X linker does not like empty compilation unit by itself in a library. Scon...Martijn Berger
2014-01-15Cycles: Build SSE41 kernel per default, remove build option. This hopefully a...Thomas Dinges
2014-01-15DingTo forgot to make sure kernel_sse41 is compiled in even when emptyMartijn Berger
2014-01-14Cycles: Skip the compilation of the dedicated SSE2 kernel on x86-64, we can a...Thomas Dinges
2014-01-14Further fix for T37817: non-ascii paths fix in Cycles broke OSL rendering.Brecht Van Lommel
2014-01-14Cycles, Code cleanup: simplify code for color linear interpolation and float ...Sv. Lockal
2014-01-14Fix T38192: OSL got incorrectly enabled in preview render when GPU was selectedBrecht Van Lommel
2014-01-14Cycles: Fix Wave texture difference between OSL and SVM, OSL wasn't using the...Thomas Dinges
2014-01-14Code cleanup / Cycles: Don't pass scale to texture functions, do the multipli...Thomas Dinges
2014-01-13Fix T38190: Linux tablet: Issue with XInput/GHOST?Bastien Montagne
2014-01-13Fix cycles texture crash on win x86-64 + msvc 11Sv. Lockal
2014-01-13Fix cycles standalone compile on some systems, CMAKE_DL_LIBS should be enough.Marcus von Appen
2014-01-13Fix some harmless warnings that mostly appeared on MinGW64Antony Riakiotakis
2014-01-12Fix compilation for OpenCL (and small stype fixes)Sv. Lockal
2014-01-12Cycles: SSE for Voronoi textures (targeted for Haswell CPUs)Sv. Lockal
2014-01-11Code Cleanup: in Cycles SSE replace macros with templates, skip unused code w...Sv. Lockal
2014-01-11Cycles: mix hair minimum width code with SSE intersection codeSv. Lockal