[Mesa-dev] [PATCH 00/10] Enable GLX_ARB_robustness

Ian Romanick idr at freedesktop.org
Wed Oct 30 02:06:58 CET 2013


There are three parts this series:

- The first part cleans up some code that was speculatively added to
  implement context reset noficition.  This code didn't really work, so
  it needed to be replaced.

- The second part wires up some necessary DRI2 bits so that drivers can
  tell the loader that they support delivery of reset notifications.

- The final part connects the i965 driver with the kernel interface for
  getting reset statistics and enables GLX_ARB_robustness.

This series requires my libdrm patches to compile
(http://lists.freedesktop.org/archives/dri-devel/2013-October/048143.html)
and Mika's final kernel patch to run
(http://lists.freedesktop.org/archives/intel-gfx/2013-July/029681.html).

These patches have only been compile tested so far.



More information about the mesa-dev mailing list