Quote Originally Posted by michalis

Yes, they all can be omitted. Assuming that you're going to be happy with whatever context parameters you will get. If you omit all, then the only thing that is guaranteed is that you will get *some* color buffer.

However, almost all programs will at least need [pascal] SDL_GL_SetAttribute( SDL_GL_DOUBLEBUFFER, 1 );[/pascal]
It looks like I have to be happy with whatever color buffer I will get.
It is a bit frustrating :evil: .