drisw: Try harder to probe whether MIT-SHM works
[mesa.git] / src / glx / glxclient.h
index df51f2b8ce4703baae0482e36571d4f8dc2a08d8..3e8274e1c3ab9db0711954b8024e121a650f1cb4 100644 (file)
@@ -437,6 +437,12 @@ struct glx_context
     */
    unsigned long thread_refcount;
 
+   /**
+    * GLX_ARB_create_context_no_error setting for this context.
+    * This needs to be kept here to enforce shared context rules.
+    */
+   Bool noError;
+
    char gl_extension_bits[__GL_EXT_BYTES];
 };