1. It tells OpenGL how to anti-alias polygons.
2.It tells OpenGL how to mix fragments in a logical order.
3. It sets up a translucent viewport.
4.It provides the alpha channel with a mixing heuristic, ignoring R, G and B values of a given fragment.
Answer:2