Something has gone wrong if we have to revert to software rendering. The user really should be made aware of this, (and instructed to set LIBGL_DEBUG for more details). --- src/glx/dri_glx.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/glx/dri_glx.c b/src/glx/dri_glx.c index 0cd7cca..213ef47 100644 --- a/src/glx/dri_glx.c +++ b/src/glx/dri_glx.c @@ -503,7 +503,7 @@ CallCreateNewScreen(Display *dpy, int scrn, struct dri_screen *psc, XF86DRICloseConnection(dpy, scrn); - ErrorMessageF("reverting to software direct rendering\n"); + CriticalErrorMessageF("reverting to software direct rendering\n"); return NULL; } -- 1.7.8.3 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev