Does anyone know how I might draw antialiased polygons in OpenGL on the iPhone. It's implementation does not seem to support the GL_POLYGON_SMOOTH flag, though the GL_MULTISAMPLE flag is defined. However, I can't figure out how to setup a context that supports multisampling. Any suggestions?