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
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2016-11-22Cycles: Fix re-definition of some functions on x32 archSergey Sharybin
2016-10-12Cycles: Add new avxf vectorized data typeSergey Sharybin
2016-10-02[Windows/Cycles/Clang] Fix compilation error with clang-cl on windowslazydodo
2016-03-31Cycles: Move non-vectorized bitscan() to utilSergey Sharybin
2015-07-23Cycles: Resolve compilation error of avx2 kernel with certain compilersSergey Sharybin
2015-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-06-19Cycles: attempt to solve compilation error on 32bit OSXSergey Sharybin
2014-06-16Cycles: Slight modification to the previous commitSergey Sharybin
2014-06-14Fix compilation in cyclesAntony Riakiotakis
2014-06-13Cycles Refactor: Add SSE Utility code from Embree for cleaner SSE code.Thomas Dinges
2014-05-04Style cleanup: indentation, bracesCampbell Barton
2014-04-03Cycles: SSE optimization for Voronoi cells textureSv. Lockal
2014-03-23Cycles: SSE optimization for line segments/ribbons hairSv. Lockal
2014-02-27Cycles: fix crash in SSE hair and half-floats on x86+vc2008Sv. Lockal
2014-02-04Cycles: bvh_cardinal_curve_intersect intro SSE optimizationSv. Lockal
2014-02-03Cycles: small optimization for SSE 4.1 bvh intersectorSv. Lockal
2014-02-01Cycles: less instructions for CPU perlin codeSv. 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-06Cycles: SSE optimization for sRGB conversion (gives 7% speedup on CPU for pav...Sv. Lockal
2013-12-28Cycles: Move SIMD utility functions into its own file.Thomas Dinges