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-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
2014-01-11Events: support for buttons 6 & 7 (some trackballs have these) X11 onlyCampbell Barton
2014-01-11Ghost: update multitest for changes in BLFCampbell Barton
2014-01-11Fix T38129: cycles viewport render display with very bright colors turning bl...Brecht Van Lommel
2014-01-11Fix T37817: cycles CUDA detection problem on Windows with non-ascii paths.Brecht Van Lommel
2014-01-10Fix T38143: pressing F12 key in the text editor on OS X would type an invalid...Brecht Van Lommel
2014-01-09Fix T38134: missing cycles update when removing world volume scatter shader.Brecht Van Lommel
2014-01-09Fix T38134: cycles viewport render not updating when adding a world volume sh...Brecht Van Lommel
2014-01-08Cycles: workaround for noise performance regression in CUDA 5.5Sv. Lockal
2014-01-08Cycles: Fix World Homogeneous volume setting, had no influence.Thomas Dinges
2014-01-07Cycles: Update Integrator Presets and Total Samples info for latest changes.Thomas Dinges
2014-01-07Fix CUDA/OpenCL compile errors in scattering commit.Brecht Van Lommel
2014-01-07Cycles Volume Render: scattering support.Brecht Van Lommel
2014-01-07Code cleanup: defines for statfs were getting out of hand for BSD's.Campbell Barton
2014-01-07Added scons option to actually build the sse41 kernel. CMake already has itMartijn Berger
2014-01-07Cycles: Don't include SIMD util file for OpenCL/CUDA, this fixes OpenCL compi...Thomas Dinges
2014-01-06Take back last header copy, due it is for native only, must be a runtime solu...Jens Verwiebe
2014-01-06Cmake: fix kernelcompile after introduction of util_simd.hJens Verwiebe
2014-01-06Cycles: Minor optimization (~1%) for texture access on CPUSv. Lockal
2014-01-06Cleanup: use blend() in perlin noise (gives 12 less instructions on SSE4.1)Sv. Lockal
2014-01-06Cycles: SSE optimization for sRGB conversion (gives 7% speedup on CPU for pav...Sv. Lockal
2014-01-06Code Cleanup: osl styleCampbell Barton
2014-01-06Code cleanup / Cycles: else/if for SSE41 kernel functions.Thomas Dinges
2014-01-04CMake: cleanup and add includeCampbell Barton
2014-01-03Fix gcc compile error in last commit.Brecht Van Lommel