Go to file
Bastien Montagne 1eed354e53 Switch Ocean modifier's geometry generation from OMP to BLI_task.
Compared to previous revision, this gives 20% speedup on the whole modifier evaluation!

Wondering a bit how improvement can be so impressive here, would have expected very
small increases given how simple is the code here... Maybe it's the fact we get rid
of many additional OMP threads (tests are done with ten Ocean mod evaluated in parallel)?
2015-12-06 18:59:20 +01:00
build_files install_deps.sh: Fix typos in scons instructions. 2015-12-06 12:04:23 +01:00
doc Docs: create link pointing to latest API docs 2015-11-11 04:14:11 +11:00
extern Cleanup: warnings & spelling 2015-12-02 13:15:52 +11:00
intern Cycles: Implement extrapolation for RGB curves 2015-12-06 01:21:14 +05:00
release Fix T46929: error exporting Key configuration. 2015-12-06 17:52:50 +01:00
scons@625d446ae8 Fixed border extension for the sunbeams node. 2014-09-23 11:42:11 +02:00
source Switch Ocean modifier's geometry generation from OMP to BLI_task. 2015-12-06 18:59:20 +01:00
tests PyAPI: add optional filter argument to KDTree.find 2015-12-06 21:35:32 +11:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Git ignore BUILD_NOTES.txt from install_deps.sh. 2015-11-23 20:17:02 +01:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt CMake: Use implicit compiler library paths to find OpenMP library 2015-12-03 15:34:41 +05:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Makefile: show build dir when configuring 2015-09-22 00:16:53 +10:00
SConstruct C99 is now the C standard for all our C code. 2015-11-22 22:31:22 +01:00