Module: Mesa
Branch: master
Commit: 1f4bc0c95efdec0eac28ac3bcd2de54347e119cc
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f4bc0c95efdec0eac28ac3bcd2de54347e119cc

Author: Ilia Mirkin <[email protected]>
Date:   Sun Aug 10 20:10:24 2014 -0400

egl: don't exit process on initialization failure

Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Kristian Høgsberg <[email protected]>

---

 src/egl/drivers/dri2/egl_dri2.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/drivers/dri2/egl_dri2.c
index cd85fd3..20a7243 100644
--- a/src/egl/drivers/dri2/egl_dri2.c
+++ b/src/egl/drivers/dri2/egl_dri2.c
@@ -358,7 +358,7 @@ dri2_bind_extensions(struct dri2_egl_display *dri2_dpy,
    for (j = 0; matches[j].name; j++) {
       field = ((char *) dri2_dpy + matches[j].offset);
       if (*(const __DRIextension **) field == NULL) {
-        _eglLog(_EGL_FATAL, "DRI2: did not find extension %s version %d",
+        _eglLog(_EGL_WARNING, "DRI2: did not find extension %s version %d",
                 matches[j].name, matches[j].version);
         ret = EGL_FALSE;
       }

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to