https://bugs.freedesktop.org/show_bug.cgi?id=39645
Benjamin Franzke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |NOTABUG --- Comment #9 from Benjamin Franzke <[email protected]> 2011-07-29 00:35:53 PDT --- As mentioned before, this is a configuration problem. Currently we cannot automatically decide which egl backend should be used from of a EGLNativeDisplay (this is abit broken in egl), so we have to default to sth. We use the first entry in --with-egl-platforms=, or EGL_PLATFORM environment variable, to decide which backend to use. Today everyone will want x11 as the default, so use --with-egl-platforms=x11,drm instead (where drm is only really useful for wayland anyway). To answer some questions: - gbm is autoenabled when drm egl platform is choosen - i965 works with gbm, when an gbm_device is used as EGLNativeDisplay (not an x11 Display like here) Closing since this is not really a bug. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
