[Mesa-dev] [Bug 39645] Mesa crashes when trying to run an OpenGL ES 2 app

2011-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39645 Benjamin Franzke benjaminfran...@googlemail.com changed: What|Removed |Added Status|NEW

[Mesa-dev] [Bug 39645] Mesa crashes when trying to run an OpenGL ES 2 app

2011-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39645 --- Comment #10 from Ian Romanick i...@freedesktop.org 2011-07-29 10:09:10 PDT --- (In reply to comment #9) As mentioned before, this is a configuration problem. Currently we cannot automatically decide which egl backend should be used from

[Mesa-dev] [Bug 39645] Mesa crashes when trying to run an OpenGL ES 2 app

2011-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39645 Chad Versace c...@chad-versace.us changed: What|Removed |Added CC|

[Mesa-dev] [Bug 39645] Mesa crashes when trying to run an OpenGL ES 2 app

2011-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39645 --- Comment #2 from Bartosz Brachaczek b.brachac...@gmail.com 2011-07-28 13:19:25 PDT --- I am compiling Mesa through Gentoo Portage that automates the process. But I don't see anything looking like enabling gbm in its scripts. Here are the

[Mesa-dev] [Bug 39645] Mesa crashes when trying to run an OpenGL ES 2 app

2011-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39645 boris64 bugs.x...@boris64.net changed: What|Removed |Added CC||bugs.x...@boris64.net --

[Mesa-dev] [Bug 39645] Mesa crashes when trying to run an OpenGL ES 2 app

2011-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39645 --- Comment #5 from Alex Deucher ag...@yahoo.com 2011-07-28 17:00:09 PDT --- You may be using the classic driver. Try removing --with-dri-drivers=,swrast,r600 from your configure list to build only the gallium driver. -- Configure bugmail:

[Mesa-dev] [Bug 39645] Mesa crashes when trying to run an OpenGL ES 2 app

2011-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39645 --- Comment #6 from Nikos Chantziaras rea...@gmail.com 2011-07-28 17:04:14 PDT --- (In reply to comment #5) You may be using the classic driver. Try removing --with-dri-drivers=,swrast,r600 from your configure list to build only the gallium

[Mesa-dev] [Bug 39645] Mesa crashes when trying to run an OpenGL ES 2 app

2011-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39645 --- Comment #7 from Droste tdro...@gmx.de 2011-07-28 17:54:45 PDT --- The bug only occurs with drm platform. With x11 everything should work fine. A workaround would be a) Setting EGL_PLATFORM=x11 b) Don't build drm platform, so that x11 is

[Mesa-dev] [Bug 39645] Mesa crashes when trying to run an OpenGL ES 2 app

2011-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39645 --- Comment #8 from Nikos Chantziaras rea...@gmail.com 2011-07-28 18:18:01 PDT --- (In reply to comment #7) The bug only occurs with drm platform. With x11 everything should work fine. A workaround would be a) Setting EGL_PLATFORM=x11 b)