Guru3D.com
  • HOME
  • NEWS
    • Channels
    • Archive
  • DOWNLOADS
    • New Downloads
    • Categories
    • Archive
  • GAME REVIEWS
  • ARTICLES
    • Rig of the Month
    • Join ROTM
    • PC Buyers Guide
    • Guru3D VGA Charts
    • Editorials
    • Dated content
  • HARDWARE REVIEWS
    • Videocards
    • Processors
    • Audio
    • Motherboards
    • Memory and Flash
    • SSD Storage
    • Chassis
    • Media Players
    • Power Supply
    • Laptop and Mobile
    • Smartphone
    • Networking
    • Keyboard Mouse
    • Cooling
    • Search articles
    • Knowledgebase
    • More Categories
  • FORUMS
  • NEWSLETTER
  • CONTACT

New Reviews
F1 2022: PC graphics performance benchmark review
Fractal Design Focus 2 chassis review
Scythe Mugen 5 Rev.C CPU Cooler review
be quiet Pure Loop 2 FX 280mm LCS review
HP FX900 1 TB NVMe Review
Scythe FUMA2 Rev.B CPU Cooler review
SK Hynix Platinum P41 2TB M.2 NVMe SSD Review
Corsair K70 RGB PRO Mini Wireless review
MSI MPG A1000G - 1000W PSU Review
Goodram IRDM PRO M.2 SSD 2 TB NVMe SSD Review

New Downloads
Corsair Utility Engine Download (iCUE) Download v4.27.168
Download Intel network driver package 27.6
AMD Radeon Software Adrenalin 22.8.1 driver download
Prime95 download version 30.8 build 16
Memtest86 9.5 download
Intel ARC graphics Driver Download Version: 30.0.101.1743
GeForce 516.94 WHQL driver download
Display Driver Uninstaller Download version 18.0.5.4
FurMark Download v1.31
Intel HD graphics Driver Download Version: 31.0.101.3222


New Forum Topics
The Intel 13th Generation Core Raptor Lake-S range leaks 4 to 24 cores on three separate dies. Windows 10 1607 + 516.94 driver for GTX 980 Curve Overclocking: are you using it ? AMD's Possible Delay Ryzen 7000 to September 27th might be BIOS related Intel Arc A580 Appearing in AotS Benchmark Database, Comparable to RTX 3050/3060 Review: F1 2022: PC graphics performance analysis I changed my PSU and now mechanical HDD shows warning? Windows power plan settings explorer utility New Upcoming ATI/AMD GPU's Thread: Leaks, Hopes & Aftermarket GPU's ASUS Shows AMD Ryzen 7000 ready ROG STRIX X670E-E and TUF X670E-Plus motherboards




Guru3D.com » News » Khronos OpenGL 4.4 Specification

Khronos OpenGL 4.4 Specification

by Hilbert Hagedoorn on: 07/22/2013 05:59 PM | source: | 11 comment(s)
Khronos OpenGL 4.4 Specification

The Khronos Group today announced the immediate release of the OpenGL 4.4 specification, bringing the very latest graphics functionality to the most advanced and widely adopted cross-platform 2D and 3D graphics API (application programming interface). OpenGL 4.4 unlocks capabilities of today's leading-edge graphics hardware while maintaining full backwards compatibility, enabling applications to incrementally use new features while portably accessing state-of-the-art graphics processing units (GPUs) across diverse operating systems and platforms. Also, OpenGL 4.4 defines new functionality to streamline the porting of applications and titles from other platforms and APIs. 

The full specification and reference materials are available for immediate download here.

In addition to the OpenGL 4.4 specification, the OpenGL ARB (Architecture Review Board) Working Group at Khronos has created the first set of formal OpenGL conformance tests since OpenGL 2.0. Khronos will offer certification of drivers from version 3.3, and full certification is mandatory for OpenGL 4.4 and onwards. This will help reduce differences between multiple vendors' OpenGL drivers, resulting in enhanced portability for developers. "The delivery of conformance tests for OpenGL 4.4 is a significant milestone - as it is vital for developers to be able to rely on the API they are trusting to accelerate their content across multiple platforms," said Barthold Lichtenbelt, OpenGL ARB working group chair. "The OpenGL ARB is committed to continue to deepen communications with the developer community so we can continue to build OpenGL functionality that creates real-world business opportunities for the 3D industry."

New functionality in the OpenGL 4.4 specification includes:
Buffer Placement Control (GL_ARB_buffer_storage)
Significantly enhances memory flexibility and efficiency through explicit control over the position of buffers in the graphics and system memory, together with cache behavior control - including the ability of the CPU to map a buffer for direct use by a GPU.

Efficient Asynchronous Queries (GL_ARB_query_buffer_object)
Buffer objects can be the direct target of a query to avoid the CPU waiting for the result and stalling the graphics pipeline. This provides significantly boosted performance for applications that intend to subsequently use the results of queries on the GPU, such as dynamic quality reduction strategies based on performance metrics.

Shader Variable Layout (GL_ARB_enhanced_layouts)
Detailed control over placement of shader interface variables, including the ability to pack vectors efficiently with scalar types. Includes full control over variable layout inside uniform blocks and enables shaders to specify transform feedback variables and buffer layout.

Efficient Multiple Object Binding (GL_ARB_multi_bind)
New commands which enable an application to bind or unbind sets of objects with one API call instead of separate commands for each bind operation, amortizing the function call, name space lookup, and potential locking overhead. The core rendering loop of many graphics applications frequently binds different sets of textures, samplers, images, vertex buffers, and uniform buffers and so this can significantly reduce CPU overhead and improve performance.

Streamlined Porting of Direct3D applications
A number of core functions contribute to easier porting of applications and games written in Direct3D including GL_ARB_buffer_storage for buffer placement control, GL_ARB_vertex_type_10f_11f_11f_rev which creates a vertex data type that packs three components in a 32 bit value that provides a performance improvement for lower precision vertices and is a format used by Direct3D, and GL_ARB_texture_mirror_clamp_to_edge that provides a texture clamping mode also used by Direct3D.

Extensions released alongside the OpenGL 4.4 specification include:

  • Bindless Texture Extension (GL_ARB_bindless_texture): Shaders can now access an effectively unlimited number of texture and image resources directly by virtual addresses. This bindless texture approach avoids the application overhead due to explicitly binding a small window of accessible textures. Ray tracing and global illumination algorithms are faster and simpler with unfettered access to a virtual world's entire texture set.
  • Sparse Texture Extension (GL_ARB_sparse_texture): Enables handling of huge textures that are much larger than the GPUs physical memory by allowing an application to select which regions of the texture are resident for 'mega-texture' algorithms and very large data-set visualizations.

Industry Support
"AMD has a long tradition of supporting open industry standards, and congratulates the Khronos Group on the announcement of the OpenGL 4.4 specification for state-of-the-art graphics processing," said Matt Skynner, corporate vice president and general manager, Graphics Business Unit, AMD. "Maintaining and enhancing OpenGL as a strong and viable graphics API is very important to AMD in support of our APUs and GPUs. We're proud to continue support for the OpenGL development community."

"We worked closely with Khronos on OpenGL 4.4, so we wanted to make sure the day it was announced we had compliant drivers for our Fermi and Kepler GPUs," said Tony Tamasi, senior vice president, Content and Technology at NVIDIA. "We're also working to bring support to Tegra, so developers can create amazing content that scales from high-end PCs down to mobile devices." (These products are based on the published OpenGL 4.4 Specification, and are submitted to, and are expected to pass, the Khronos Conformance Testing Process. Current conformance status can be found at www.khronos.org/conformance.)

OpenGL BOF at SIGGRAPH, Anaheim, CA July 24th 2013
There is an OpenGL BOF "Birds of a Feather" Meeting on Wednesday, July 24th at 7-8PM at the Hilton Anaheim, California Ballroom A & B, where attendees are invited to meet OpenGL implementers and developers and learn more about the new OpenGL 4.4 specification.







« SanDisk Connect Line of Wireless Flash Storage Products · Khronos OpenGL 4.4 Specification · Sharp LL-S201A Multi-touch Full-HD Monitor »

3 pages 1 2 3


tsunami231
Senior Member



Posts: 13002
Joined: 2003-05-24

#4624556 Posted on: 07/23/2013 12:44 AM
The Khronos Group today announced the immediate release of the OpenGL 4.4 specification, bringing the very latest graphics functionality to the most advanced and widely adopted cross-platform 2D and 3...

Khronos OpenGL 4.4 Specification

This is great now if only more stuff used opengl. Most ever game i have that is opengl will run pegged at 60fps at all time with vsycn+triple buffer, yet DX + Vysnc will not stay pegged at 60 fps short of me forcing TB with DXoverride and using framelimter threw precision. On side note for the longest time i kept wonder what this Khronos entry was in my registry now I know apparently is OPENGL

heffeque
Senior Member



Posts: 4203
Joined: 2003-03-03

#4625470 Posted on: 07/24/2013 01:39 PM
Not only OpenGL 4.4, but also OpenCL 1.2 SPIR and OpenCL 2.0.

OpenCL 1.2 SPIR is looking good, and OpenCL 2.0... AMD will be happy with it.

tsunami231
Senior Member



Posts: 13002
Joined: 2003-05-24

#4625586 Posted on: 07/24/2013 06:41 PM
i dont even know what the other stuff is for

heffeque
Senior Member



Posts: 4203
Joined: 2003-03-03

#4625692 Posted on: 07/24/2013 09:44 PM
Good for you?

thatguy91
Senior Member



Posts: 6643
Joined: 2010-08-27

#4625709 Posted on: 07/24/2013 10:36 PM
Going by the article, sounds like they are making it easier to port games from Directx to OpenGL. In other words, make it easier to port games from Xbox One to PS4...

In any case, having the conformance compliance is good, and having competition with Directx and vice versa is also good, as it pressures new features and advancements in each of the specifications.

3 pages 1 2 3


Post New Comment
Click here to post a comment for this news story on the message forum.


Guru3D.com © 2022