• 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 2.0 released today

Text

New features of OpenGL 2.0 include:
Programmable shading. With the new release, both OpenGL Shading Language and its APIs are now core features of OpenGL. New functionality includes the ability to create shader and program objects; and the ability to write vertex and fragment shaders in OpenGL Shading Language.

Multiple render targets that enable programmable shaders to write different values to multiple output buffers in a single pass.

Non-power-of-two textures for all texture targets, thereby supporting rectangular textures and reducing memory consumption.

Two-sided stencil, with the ability to define stencil functionality for the front and back faces of primitives, improving performance of shadow volume and constructive solid geometry rendering algorithms.

Point sprites, which replace point texture coordinates with texture coordinates interpolated across the point. This allows drawing points as customized textures, useful for particle systems.
 
There's nothing new at OpenGL.org, although the site did load pretty slowly as if it were being hammered.
 
@ The Register................. Released = Announced


SIGGRAPH 2004, LOS ANGELES (August 10, 2004)?The latest version of the OpenGL® specification, incorporating support for the OpenGL Shading Language application programming interfaces (API), was announced today by Silicon Graphics and the OpenGL Architecture Review Board (ARB) at the SIGGRAPH 2004 industry tradeshow.
 
Back
Top