Blender Git Commit Log
Git Commits -> Revision 1355387
Revision 1355387 by Lukas Toenne (master) February 18, 2014, 12:18 (GMT) |
Fix T38506: Bokeh blur node - size bugs with OpenCL. The underlying cause for these issues is the insufficient sampling of the bokeh image. For smaller blur radius there will be very few samples taken, and with 1-pixel radius it boils down to just 4 samples: 2 on the left border (black), 1 in the center (black) and 1 at the top border (blue) ... For now have added the workarounds implemented in the CPU version of that node, which hide these artifacts. Ultimately would be better to have mipmap levels for the bokeh image input instead. |
Commit Details:
Full Hash: 13553876ba3e18f49c2199d9c21f53ff2d8b2e41
Parent Commit: 69fb332
Lines Changed: +6, -2
1 Modified Path:
/source/blender/compositor/operations/COM_OpenCLKernels.cl (+6, -2) (Diff)