Skip to main content

OpenGL 4 Looks to Take on DirectX 11

Image used with permission by copyright holder

High-end gaming has been fixated on DirectX 11 technology lately, but that doesn’t mean OpenGL is out of the picture: the Khronos Group has just announced the OpenGL 4.0 specification, the first major update to the open graphics standard since the launch of OpenCL in late 2008. OpenGL 4 builds on the work of OpenCL by enabling modern application to tap into the computing power of graphics processors, boosting performance and freeing up a computer’s main processor for other tasks. In addition, the OpenGL 4 standard includes support for hardware-accelerated geometry tessellation (essentially, simplifying shapes), can render content and apply shaders with 64-bit accuracy, and sports improved shaders for better rendering quality and antialiasing capability.

“The release of OpenGL 4.0 is a major step forward in bringing state-of-the-art functionality to cross-platform graphics acceleration, and strengthens OpenGL’s leadership position as the epicenter of 3D graphics on the web, on mobile devices as well as on the desktop,” said OpenGL ARB working group chair (and Nvidia’s Core openGL senior manager) Barthold Lichtenbelt, in a statement.

Not all existing hardware will be able to handle OpenGL 4 capabilities; in the meantime, Khronos has released an OpenGL 3.3 specification to bring as much OpenGL 4 functionality to existing GPU hardware as possible. Nvidia says its forthcoming Fermi-based graphics systems will fully support OpenGL 4.0.

The advantage of OpenGl from a developer’s point of view is that applications targeting the OpenGL 3D graphics platform can be deployed across a broad range of devices, from high-end desktop systems down through mobile devices like the iPhone via OpenGL ES, and potentially even to Web browsers via WebGL, which aims to bring OpenGL ES 2.0 to Web browsers via HTML 5’s Canvas element—WebGL is being backed by Mozilla, Opera, Apple, and Google.

Geoff Duncan
Former Digital Trends Contributor
Geoff Duncan writes, programs, edits, plays music, and delights in making software misbehave. He's probably the only member…
A dangerous new jailbreak for AI chatbots was just discovered
the side of a Microsoft building

Microsoft has released more details about a troubling new generative AI jailbreak technique it has discovered, called "Skeleton Key." Using this prompt injection method, malicious users can effectively bypass a chatbot's safety guardrails, the security features that keeps ChatGPT from going full Taye.

Skeleton Key is an example of a prompt injection or prompt engineering attack. It's a multi-turn strategy designed to essentially convince an AI model to ignore its ingrained safety guardrails, "[causing] the system to violate its operators’ policies, make decisions unduly influenced by a user, or execute malicious instructions," Mark Russinovich, CTO of Microsoft Azure, wrote in the announcement.

Read more