[Mesa-dev] [Bug 39645] Mesa crashes when trying to run an OpenGL ES 2 app
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jul 29 00:35:53 PDT 2011
https://bugs.freedesktop.org/show_bug.cgi?id=39645
Benjamin Franzke <benjaminfranzke at googlemail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |NOTABUG
--- Comment #9 from Benjamin Franzke <benjaminfranzke at googlemail.com> 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.
More information about the mesa-dev
mailing list