
Originally Posted by
Dark Photon
OpenGL functionality frequently is first available via OpenGL extensions (ARB/EXT/NV/AMD/etc. suffixes on the symbols). That's when you can first use it.
At some point if it's widely accepted, it is promoted into the base OpenGL specification. There are two profiles in the base specification: core profile and compatibility profile. If it is promoted into the core profile in the OpenGL specification, that is what "Core since version" means. Alfonse (who is the one that primarily updates these API pages in the wiki) doesn't like the Compatibility profile, so he only mentions the Core profile.