If you want the blur on all objects and can target some kindof recent hardware, then render the whole scene to a texture, and then do a GLSL blur on the resulting texture.

http://www.gamerendering.com/2008/10...filter-shader/

That would probably end up with what you need.