Blender Git Loki
Git Commits -> Revision 2c89508
Revision 2c89508 by Sergey Sharybin (soc-2011-tomato) August 7, 2013, 07:45 (GMT) |
Make byte-float ocnversion threaded in compositor In fact, there's no need to get float buffer at all, conversion could be done in pixel processor level after interpolation. It might give slightly worse interpolation results (which i'm not sure would be visible by eye) but it gives more than 2x speedup on my laptop on node setups used for warping image. |
Commit Details:
Full Hash: 2c89508cc2c9865b886ce2b2d32f3666f2db2f86
SVN Revision: 58989
Parent Commit: 4b3e624
Lines Changed: +47, -32