blender/source
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
..
blender Switch Ocean modifier's geometry generation from OMP to BLI_task. 2015-12-06 18:59:20 +01:00
blenderplayer Buildbot: Initial work to move linux build environment to CMake 2015-12-02 18:11:58 +05:00
creator CMake: Add some missing license files in the install target 2015-11-30 21:33:57 +05:00
gameengine Fix a regression introduced by https://developer.blender.org/D1396 on video playing 2015-11-28 14:56:22 +01:00
icons
CMakeLists.txt
SConscript