Comment 2 for bug 1597059

Revision history for this message
SirVer (sirver) wrote :

What about other gl tools? for example, if you run glxgears (or glgears? cannot remember the name of the tool), do you see similar behavior?

by design, OpenGL is hermetic for each program. Each process gets a unique gl state that cannot interact with other glstates. If one process interferes with another, that is likely a gl driver bug, if my understanding is correct.