[Mesa-dev] [Bug 32254] EGL+OpenGL API failed to work

2011-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32254 Jammy Zhou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 32254] EGL+OpenGL API failed to work

2011-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32254 --- Comment #10 from Jammy Zhou 2011-01-24 18:25:13 PST --- This problem has been fixed in latest mesa driver with fix for GL and GLES interop. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receivin

[Mesa-dev] [Bug 32254] EGL+OpenGL API failed to work

2010-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32254 Chia-I Wu changed: What|Removed |Added Blocks||32677 -- Configure bugmail: https://bugs.fr

[Mesa-dev] [Bug 32254] EGL+OpenGL API failed to work

2010-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32254 --- Comment #9 from Chia-I Wu 2010-12-09 19:52:19 PST --- (In reply to comment #7) > (In reply to comment #5) > > Created an attachment (id=40975) View: https://bugs.freedesktop.org/attachment.cgi?id=40975 Review: https://bugs.freedesktop.org/r

[Mesa-dev] [Bug 32254] EGL+OpenGL API failed to work

2010-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32254 --- Comment #8 from Chia-I Wu 2010-12-09 19:25:41 PST --- (In reply to comment #6) > It looks like st_GL has been built with tls enabled, but the EGL loader has > not > been(In reply to comment #5) Not exactly. The missing symbol is in libGL*.s

[Mesa-dev] [Bug 32254] EGL+OpenGL API failed to work

2010-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32254 --- Comment #7 from Jammy Zhou 2010-12-09 19:13:59 PST --- (In reply to comment #5) > Created an attachment (id=40975) View: https://bugs.freedesktop.org/attachment.cgi?id=40975 Review: https://bugs.freedesktop.org/review?bug=32254&attachment=

[Mesa-dev] [Bug 32254] EGL+OpenGL API failed to work

2010-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32254 --- Comment #6 from Christopher James Halse Rogers 2010-12-09 18:24:31 PST --- It looks like st_GL has been built with tls enabled, but the EGL loader has not been(In reply to comment #5) > Created an attachment (id=40975) View: https://bugs.fr

[Mesa-dev] [Bug 32254] EGL+OpenGL API failed to work

2010-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32254 --- Comment #5 from Chia-I Wu 2010-12-09 18:01:15 PST --- Created an attachment (id=40975) View: https://bugs.freedesktop.org/attachment.cgi?id=40975 Review: https://bugs.freedesktop.org/review?bug=32254&attachment=40975 Link st_GL to libGL D

[Mesa-dev] [Bug 32254] EGL+OpenGL API failed to work

2010-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32254 --- Comment #4 from jammy.z...@linaro.org 2010-12-09 17:57:04 PST --- (In reply to comment #3) > So, when built with --enable-glx-tls, libGL contains a definition for > _glapi_tls_Context, but neither libEGL nor any of the > egl_{dri2,gallium,glx

[Mesa-dev] [Bug 32254] EGL+OpenGL API failed to work

2010-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32254 --- Comment #3 from Christopher James Halse Rogers 2010-12-09 16:23:12 PST --- So, when built with --enable-glx-tls, libGL contains a definition for _glapi_tls_Context, but neither libEGL nor any of the egl_{dri2,gallium,glx}.so loaders define t

[Mesa-dev] [Bug 32254] EGL+OpenGL API failed to work

2010-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32254 --- Comment #2 from jammy.z...@linaro.org 2010-12-09 07:13:07 PST --- The mesa is configured as below, "--enable-glx-tls" is there. ./configure --prefix=/usr --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localsta

[Mesa-dev] [Bug 32254] EGL+OpenGL API failed to work

2010-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32254 --- Comment #1 from Chia-I Wu 2010-12-09 06:22:36 PST --- (In reply to comment #0) > I tried to verify the mesa support for EGL with full OpenGL API on my ARM > platform with Ubuntu 10.10. But the OpenGL state tracker st_GL.so cannot be > loaded