Blender Git Loki
Git Commits -> Revision f3cd37a
Revision f3cd37a by Jeroen Bakker (tile) April 10, 2012, 15:48 (GMT) |
TileBranch: * added a simple implementation of the bilateral blur. The implementation needs still has a lot of places to improve speed. The simplicity of the kernel makes it an ideal candidate for OpenCL! - At Mind - |
Commit Details:
Full Hash: f3cd37afbfffbab37ace7c05a63b15f5dbdfbaf6
SVN Revision: 45513
Parent Commit: e9c8ae74
Lines Changed: +252, -1
4 Added Paths:
/source/blender/compositor/nodes/COM_BilateralBlurNode.cpp (+41, -0) (View)
/source/blender/compositor/nodes/COM_BilateralBlurNode.h (+38, -0) (View)
/source/blender/compositor/operations/COM_BilateralBlurOperation.cpp (+109, -0) (View)
/source/blender/compositor/operations/COM_BilateralBlurOperation.h (+56, -0) (View)
/source/blender/compositor/nodes/COM_BilateralBlurNode.h (+38, -0) (View)
/source/blender/compositor/operations/COM_BilateralBlurOperation.cpp (+109, -0) (View)
/source/blender/compositor/operations/COM_BilateralBlurOperation.h (+56, -0) (View)