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-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: small optimization for SSE 4.1 bvh intersectorSv. Lockal
2014-02-03Code cleanup: white space and cmake was broken on all platformsCampbell Barton
2014-02-01Cycles: less instructions for CPU perlin codeSv. Lockal
2014-01-30Warnings: quiet unused define messageCampbell Barton
2014-01-29Scons: refactor cycles kernel code to avoid building the AVX kernel withBrecht Van Lommel
2014-01-25Cycles Standalone: Various changesThomas Dinges
2014-01-24Cycles Standalone: Add a help message, which appears when pressing the "h" key.Thomas Dinges
2014-01-23Fix T38311: cycles BVH cache crash on Windows.Brecht Van Lommel
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-15Cycles: Disable SSE41 kernel on 32bit, we don't use intrinsics here anyway. A...Thomas Dinges
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-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-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-07Cycles: Don't include SIMD util file for OpenCL/CUDA, this fixes OpenCL compi...Thomas Dinges
2014-01-06Cycles: SSE optimization for sRGB conversion (gives 7% speedup on CPU for pav...Sv. Lockal
2014-01-03Code Cleanup: WIN32 defines, check for _MSC_VER instead of !FREE_WINDOWSCampbell Barton
2014-01-03Fix T37987: MSVC 2013 has C99 headers and warns for out define hypot _hypot f...Martijn Berger
2013-12-28creation of path from std::string on Windows (VC10/11/12) crashes (access error)Martijn Berger
2013-12-28Cycles: Move SIMD utility functions into its own file.Thomas Dinges
2013-12-13Cycles: CUDA runtime kernel compilation can now find CUDA 6.0.Brecht Van Lommel
2013-12-07Cycles: network render code updated for latest changes and improvedMartijn Berger
2013-11-28Cycles: experimental OSL ptex reading code.Brecht Van Lommel
2013-11-23Fix cycles build error with visual studio, apparently the windows ABI does notBrecht Van Lommel
2013-11-22Cycles: test code for sse 4.1 kernel and alignment for some vector types.Martijn Berger
2013-11-18Cycles: change __device and similar qualifiers to ccl_device in kernel code.Brecht Van Lommel
2013-10-26spelling: use American spelling for canceledCampbell Barton
2013-10-05Better fix for #36935 and 36316:Brecht Van Lommel
2013-10-04Attempt to fix #36935: disable SSE optimizations on 32 bit windows too. Somet...Brecht Van Lommel
2013-10-02Fix #36316: dots in cycles render on certain CPUs with 32 bit linux builds.Brecht Van Lommel
2013-10-02Fix cycles OpenCL compile error on AMD, and fix assert in debug builds.Brecht Van Lommel
2013-09-04Fix a few issues reported by coverity scan.Brecht Van Lommel
2013-08-31Cycles: viewport render now takes scene color management settings into account,Brecht Van Lommel
2013-08-31Fix #36137: cycles render not using all GPU's when the number of GPU's is largerBrecht Van Lommel
2013-08-30Cycles / Standalone:Thomas Dinges
2013-08-27Cycles / Standalone:Thomas Dinges
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-08-18Cycles: Subsurface ScatteringBrecht Van Lommel
2013-07-21code cleanup: compiler warningsCampbell Barton
2013-07-21Code cleanup / Cycles:Thomas Dinges
2013-07-20Cycles / CPU Rendering:Thomas Dinges
2013-07-09Fix #36064: cycles direct/indirect light passes with materials that have zeroBrecht Van Lommel
2013-06-27Code cleanup / Cycles:Thomas Dinges