Intel Working On OpenGL Robustness Support

Posted by Michael Larabel on March 14, 2013

Mika Kuoppala of Intel OTC has published a set of 16 i915 Intel DRM kernel driver patches as they work to enable ARB_robustness support for their open-source Linux graphics driver.

The GL_ARB_robustness extension is about robustness (obviously) and greater security for OpenGL contexts. GL_ARB_robustness makes it easier for applications/games to recover from hardware errors (e.g. GPU video memory problems) as well as software/driver problems. For those interested in the full details on the OpenGL robustness support, read the full specification at OpenGL.org.

There's been some test cases in the past for Intel/Mesa with ARB_robustness, but no full implementation for the open-source GPU drivers. Mika Kuoppala, one of the Finnish developers formerly at Nokia until last year that then joined Intel's Open-Source Technology Center, published his latest "ARB robustness enablers" on Thursday.

These kernel patches are about changes needed so that user-space (i.e. Mesa) can query about whether a context has been lost, among other work. The re-worked patch set against the i915 DRM driver cleans up some code, gives three seconds to declare a hang, semaphore kicking for hung rings, and a test case for the new exposed kernel interfaces.

Assuming the interface to user-space looks good along with the other changes, this is a potential merge candidate for the Linux 3.10 kernel and is to be followed by Mesa support work to take advantage of the new Intel DRM driver capabilities.

Discuss this article in our forums, IRC channel, or email the author. You can also follow our content via RSS and on social networks like Facebook, Identi.ca, and Twitter (@Phoronix and @MichaelLarabel). Subscribe to Phoronix Premium to view our content without advertisements, view entire articles on a single page, and experience other benefits.
  1. Computers
  2. Display Drivers
  3. Graphics Cards
  4. Motherboards
  5. Peripherals
  6. Processors
  7. Software
  8. Operating Systems
  9. All Articles
  1. Linux Benchmarking
  2. OpenBenchmarking.org
  3. Phoronix Test Suite