On an iPad2 and 3 I enabled FSAA and it looks great, but if I enable the bloom compositor the screen is black. Is this a hardware limitation on iOS devices, where RTT can't have anti-aliasing? Or an unfinished feature in 1.8 (I'm hoping!).
Hmm. Not so much a limitation or unfinished feature as a complete oversight. Just something I've never even tried but I can see it happening here. I'll investigate a little then report back.
Sounds like we could either do an expensive framebuffer copy or not allow multisampled render targets. Rather, only multisample the main render buffer.
It seems like it would be good to have the option to multisample the RTT, even if it is slow (how slow could a framebuffer copy without any conversion be?). Although from the looks of that post, it seems to require some special setup on the normal framebuffer, I'm not sure how hard that would be to do in Ogre since you don't know if there will be multisampled RTTs from startup.