Is there any comprehensive list on OpenGL 3.3 above, where I can find what functions are deprecated / not available anymore?
Say, glLoadIdentity()
I don't know if it is removed or not.
I looked into the OpenGL 4.1 Reference Page and didn't find it there. Can I safely assume that its a removed function? Is this a way to know it the function exists anymore?
In the reference page it says that, "These man pages only document the core context." What does it mean by that? What are the things that are absent from that reference page?
What is compatibility profile? Is there any comprehensive list of features available on a particular version of OpenGL?