Changed paths:
M cocos2d-ui-tests/tests/CCEffectsTest.m
M cocos2d/CCEffect.m
M cocos2d/CCEffectStack.m
Log Message:
-----------
CCEffectStack - Fix a bug in stitching of multi-pass effects like bloom and blur
The passes of these effects would be improperly collapsed into a single pass which
cannot be done since they must maintain their multi-pass implementation. Fix this
and add a test that exercises this use case.