Blender Git Loki
Git Commits -> Revision b63b8ea
Revision b63b8ea by Jeroen Bakker (master) July 11, 2012, 19:32 (GMT) |
Compositor: Added OpenCL kernel for the directional blur. This operation always uses the full input image. In the current implementation this input image is not cached on the device. Future enhancement could be to cache it on the available opencl devices |
Commit Details:
Full Hash: b63b8ea69df1eff52d9a4cc8c4b320c1bc3f63b8
SVN Revision: 48840
Parent Commit: 5aa2670
Lines Changed: +167, -5
5 Modified Paths:
/source/blender/compositor/nodes/COM_DirectionalBlurNode.cpp (+1, -0) (Diff)
/source/blender/compositor/operations/COM_DirectionalBlurOperation.cpp (+29, -2) (Diff)
/source/blender/compositor/operations/COM_DirectionalBlurOperation.h (+6, -0) (Diff)
/source/blender/compositor/operations/COM_OpenCLKernels.cl (+65, -1) (Diff)
/source/blender/compositor/operations/COM_OpenCLKernels.cl.h (+66, -2) (Diff)
/source/blender/compositor/operations/COM_DirectionalBlurOperation.cpp (+29, -2) (Diff)
/source/blender/compositor/operations/COM_DirectionalBlurOperation.h (+6, -0) (Diff)
/source/blender/compositor/operations/COM_OpenCLKernels.cl (+65, -1) (Diff)
/source/blender/compositor/operations/COM_OpenCLKernels.cl.h (+66, -2) (Diff)