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
2014-02-05Attempt to fix OSL build error on Linux with latest OSL master.Brecht Van Lommel
2014-02-04Cycles: bvh_cardinal_curve_intersect intro SSE optimizationSv. Lockal
2014-02-04Fix cycles crash with float image textures on CPU without AVX support.Brecht Van Lommel
2014-02-03Cycles_server also needs to link to libdl on linuxMartijn Berger
2014-02-03Cycles: small optimization for SSE 4.1 bvh intersectorSv. Lockal
2014-02-03Fix T38439: allow IOR in range [0, inf] instead of [1, inf] in Cycles.Brecht Van Lommel
2014-02-03Cycles: enable /arch:AVX in msvc 11 and later versions for avx kernelSv. Lockal
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-02-03Code cleanup: white space and cmake was broken on all platformsCampbell Barton
2014-02-02Code cleanup / Cycles: Remove unused "curverender" variable from Object class...Thomas Dinges
2014-02-02Code cleanup / Cycles: Remove encasing_ratio variable, it was already hard co...Thomas Dinges
2014-02-02Add include needed for clang, quiet warningCampbell Barton
2014-02-01Cycles: less instructions for CPU perlin codeSv. Lockal
2014-01-30Warnings: quiet unused define messageCampbell Barton
2014-01-29Fix sconscript syntax error when using python 2.x instead of 3.x.Brecht Van Lommel
2014-01-29Scons: Some tweaks for f70d9660474c, we don't need SSE41 kernel for 32bit, no...Thomas Dinges
2014-01-29Scons: refactor cycles kernel code to avoid building the AVX kernel withBrecht Van Lommel
2014-01-28Cuda use streams and async to avoid busywaitingMartijn Berger
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 T38311: cycles BVH cache crash on Windows.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