glx: Log the filename of the drm device if we fail to open it
[mesa.git] / src / glx / glxextensions.c
index e85a8c928468353bd4bfbdbc73f017b19101362c..f6a7a31a2195dfdf6a7c920c5c06435061c73598 100644 (file)
@@ -134,6 +134,7 @@ struct extension_info
 static const struct extension_info known_glx_extensions[] = {
    { GLX(ARB_context_flush_control),   VER(0,0), Y, N, N, N },
    { GLX(ARB_create_context),          VER(0,0), Y, N, N, N },
+   { GLX(ARB_create_context_no_error), VER(1,4), Y, N, N, N },
    { GLX(ARB_create_context_profile),  VER(0,0), Y, N, N, N },
    { GLX(ARB_create_context_robustness), VER(0,0), Y, N, N, N },
    { GLX(ARB_fbconfig_float),          VER(0,0), Y, Y, N, N },