https://bugs.freedesktop.org/show_bug.cgi?id=83195
Kenneth Graunke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |WONTFIX --- Comment #4 from Kenneth Graunke <[email protected]> --- I don't think there is a Mesa core bug here. We support the GL_ARB_robustness extension, which allows applications to detect GPU hangs, and possibly tell whether or not it was their fault. (This requires kernel driver support for your particular hardware.) Such applications can decide to gracefully stop what they're doing to avoid continuing to hang the GPU. For example, Chrome will disable WebGL on pages if it detects GPU hangs, but otherwise keeps working. The kernel driver for your hardware may also ban processes from accessing the GPU if they hang it too many times. This guards against applications that crash a lot but don't use ARB_robustness. For example, the Intel driver does this. If your hardware driver does not, feel free to open a bug against your kernel driver. We can't solve a problem like this for Mesa as a whole. It's very driver specific. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
