Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 376981 - media-libs/mesa crashes when trying to run an OpenGL ES 2 app
Summary: media-libs/mesa crashes when trying to run an OpenGL ES 2 app
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matt Turner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-29 19:22 UTC by Nikos Chantziaras
Modified: 2011-07-29 23:11 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikos Chantziaras 2011-07-29 19:22:33 UTC
Upstream bug: http://bugs.freedesktop.org/show_bug.cgi?id=39645

This affects KDE 4.7.0 when KWin is built using USE="gles -opengl". It immediately crashes when trying to use compositing.

Basically, upstream considers this a configuration problem because the ebuild uses:

--with-egl-platforms=drm,x11

while it should be using:

--with-egl-platforms=x11,drm

instead ("x11" should appear before "drm".)
Comment 1 Matt Turner gentoo-dev 2011-07-29 23:11:06 UTC
Thanks for the report. Fixed mesa-7.11_rc{2,4} and mesa-9999 in the x11 overlay.