Blender Git Commit Log
Git Commits -> Revision 4fb850c
Revision 4fb850c by Jeroen Bakker (master) July 11, 2012, 20:51 (GMT) |
Compositor: re-optimized the Defocus node. * localized MemoryBuffers * removed read(x,y) calls * shuffled some lines in the execute pixel * added a readNoCheck function to the memorybuffer (only use this when you are certain you are reading a pixel inside the memorybuffer. |
Commit Details:
Full Hash: 4fb850c72ee15cf0a305079e8fb6d23f180fb419
SVN Revision: 48843
Parent Commit: 83d2314
Lines Changed: +79, -42
5 Modified Paths:
/source/blender/compositor/intern/COM_MemoryBuffer.h (+7, -0) (Diff)
/source/blender/compositor/operations/COM_OpenCLKernels.cl (+12, -12) (Diff)
/source/blender/compositor/operations/COM_OpenCLKernels.cl.h (+10, -10) (Diff)
/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.cpp (+46, -20) (Diff)
/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h (+4, -0) (Diff)
/source/blender/compositor/operations/COM_OpenCLKernels.cl (+12, -12) (Diff)
/source/blender/compositor/operations/COM_OpenCLKernels.cl.h (+10, -10) (Diff)
/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.cpp (+46, -20) (Diff)
/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h (+4, -0) (Diff)