Blender Git Loki
Git Commits -> Revision a835353
Revision a835353 by Sergey Sharybin (master) August 16, 2013, 10:01 (GMT) |
Make byte-float conversion 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. -- svn merge -r58988:58989 ^/branches/soc-2011-tomato |
Commit Details:
Full Hash: a8353530be6c2e61243110fcf469f7b70834bdd9
SVN Revision: 59180
Parent Commit: 970c80e
Lines Changed: +47, -32