glsl: lower mediump partial derivatives
[mesa.git] / src / mesa / main / robustness.c
index a61c07f125f072ebd9d0ade9b99aab74e7cbeafb..e7d7007da4865c5fff66a5a7bdecc568a6b68cfc 100644 (file)
@@ -145,6 +145,7 @@ _mesa_GetGraphicsResetStatusARB( void )
        */
       if (status != GL_NO_ERROR) {
          ctx->Shared->ShareGroupReset = true;
+         ctx->Shared->DisjointOperation = true;
       } else if (ctx->Shared->ShareGroupReset && !ctx->ShareGroupReset) {
          status = GL_INNOCENT_CONTEXT_RESET_ARB;
       }