khronosJust in time for SIGGRAPH, the Kronos group has announced the spec for OpenGL3.2, making it the third release this year.

OpenGL 3.2 has been designed to run on a wide range of recent GPU silicon and provides a wide range of significant benefits to application developers, including:

  • Increased performance for vertex arrays and fence sync objects to avoid idling while waiting for resources shared between the CPU and GPU, or multiple CPU threads;
  • Improved pipeline programmability, including geometry shaders in the OpenGL core;
  • Boosted cube map visual quality and multisampling rendering flexibility by enabling shaders to directly process texture samples.

In addition, Khronos has defined a set of five new ARB extensions that enable the very latest graphics functionality introduced in the newest GPUs to be accessed through OpenGL – these extensions will be absorbed into the core of a future version of OpenGL when this functionality is proven and widely adopted.

via Khronos Press Releases – Latest desktop GPU functionality now fully accessible through cross-platform open 3D standard; Close alignment with OpenCL for p.