Blender Git Commit Log
Git Commits -> Revision 2f29f8d
Revision 2f29f8d by Campbell Barton (master) June 16, 2012, 09:52 (GMT) |
speedup for fast gauss blue (approx 10% - 15%) - get the image width and height once rather then calculating on every access (was doing min/max subtract). - use unsigned int's - faster for looping. |
Commit Details:
Full Hash: 2f29f8d18656e9c8796b68671a60812d0cffcb70
SVN Revision: 47986
Parent Commit: 250e919
Lines Changed: +148, -129
4 Modified Paths:
/source/blender/compositor/operations/COM_FastGaussianBlurOperation.cpp (+25, -19) (Diff)
/source/blender/compositor/operations/COM_FastGaussianBlurOperation.h (+1, -1) (Diff)
/source/blender/nodes/composite/nodes/node_composite_defocus.c (+54, -48) (Diff)
/source/blender/nodes/composite/node_composite_util.c (+68, -61) (Diff)
/source/blender/compositor/operations/COM_FastGaussianBlurOperation.h (+1, -1) (Diff)
/source/blender/nodes/composite/nodes/node_composite_defocus.c (+54, -48) (Diff)
/source/blender/nodes/composite/node_composite_util.c (+68, -61) (Diff)