https://bugs.freedesktop.org/show_bug.cgi?id=88275
Chris Wilson <ch...@chris-wilson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|NOTOURBUG |--- --- Comment #6 from Chris Wilson <ch...@chris-wilson.co.uk> --- (In reply to Jason Ekstrand from comment #4) > Looks like your X server isn't built with present support and the intel > driver is requiring it. This is either a problem with your build or an > intel DDX bug. In any case, it's not a mesa bug. Wrong, very wrong. [ 5295.161] (EE) AIGLX error: Calling driver entry point failed [ 5295.161] (EE) AIGLX: reverting to software rendering __glXDRIscreenProbe() screen->driScreen = (*screen->dri2->createNewScreen) (pScreen->myNum, screen->fd, loader_extensions, &screen->driConfigs, screen); if (screen->driScreen == NULL) { LogMessage(X_ERROR, "AIGLX error: Calling driver entry point failed\n"); goto handle_error; } A mesa provided function (createNewScreen) is reporting a failure. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev