• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

openGL 1.5/2.0

IIRC:

OpenGL 1.5 begins the path to having shaders.

OpenGL 2.0 finishes the path.

I don't think 2.0 is out yet however.
 
Originally posted by: VIAN
IIRC:

OpenGL 1.5 begins the path to having shaders.

OpenGL 2.0 finishes the path.

I don't think 2.0 is out yet however.

OpenGL version 2.0, released on September 7, 2004, is the sixth revision since the original version 1.0. Despite incrementing the major version number (to indicate support for high-level programmable shaders), version 2.0 is upward compatible with earlier versions, meaning that any program that runs with a 1.5, 1.4, 1.3, 1.2, 1.1, or 1.0 GL implementation will also run unchanged with a 2.0 GL implementation.

And even then, the necessary features can be implemented as extensions in previous versions. The version number just guarantees the minimum level of supported operations.
 
Back
Top