[Mesa-dev] [Bug 32238] Crash in glxMakeCurrent

2010-12-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32238 Octoploid cryptooctopl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa-dev] [Bug 32243] crash in glGetIntegerv with software renderer

2010-12-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32243 Octoploid cryptooctopl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa-dev] [Bug 31630] [PATCH] egl: Add texture from pixmap example for GLES2.

2010-12-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31630 Alexandros Frantzis alexandros.frant...@linaro.org changed: What|Removed |Added Attachment #40282|0 |1

[Mesa-dev] [RFC] Solution to libGL.so and libGLES*.so mess

2010-12-12 Thread Chia-I Wu
On Fri, Dec 10, 2010 at 7:03 PM, Chia-I Wu olva...@gmail.com wrote: On Fri, Dec 10, 2010 at 4:01 PM, Jammy Zhou jammy.z...@linaro.org wrote: On Fri, Dec 10, 2010 at 3:13 PM, Chia-I Wu olva...@gmail.com wrote: With OpenGL ES coming to desktop, the way the current context/dispatch is stored,

Re: [Mesa-dev] [RFC] Solution to libGL.so and libGLES*.so mess

2010-12-12 Thread Jammy Zhou
Hi Chia-I, Glad to see the fix goes so fast, thanks! I believe the direction is promising. And I am not familiar with the mapi module of mesa, so just one minor comment for the glapi: Fix OpenGL and OpenGL ES interop patch. For changes in configure.ac, please use \ instead of \', i.e,

Re: [Mesa-dev] [RFC] Solution to libGL.so and libGLES*.so mess

2010-12-12 Thread Jakob Bornecrantz
On Sun, Dec 12, 2010 at 6:45 PM, Chia-I Wu olva...@gmail.com wrote: On Fri, Dec 10, 2010 at 7:03 PM, Chia-I Wu olva...@gmail.com wrote: On Fri, Dec 10, 2010 at 4:01 PM, Jammy Zhou jammy.z...@linaro.org wrote: On Fri, Dec 10, 2010 at 3:13 PM, Chia-I Wu olva...@gmail.com wrote: With OpenGL ES

Re: [Mesa-dev] [RFC] Solution to libGL.so and libGLES*.so mess

2010-12-12 Thread Jakob Bornecrantz
On Mon, Dec 13, 2010 at 4:19 AM, Jammy Zhou jammy.z...@linaro.org wrote: Hi Chia-I, Glad to see the fix goes so fast, thanks! I believe the direction is promising. Hijacking this thread a bit, can I ask why you need check the renderer string for both GL and GLES? Running GL and GLES in the

Re: [Mesa-dev] [RFC] Solution to libGL.so and libGLES*.so mess

2010-12-12 Thread Jammy Zhou
On Mon, Dec 13, 2010 at 12:54 PM, Jakob Bornecrantz wallbra...@gmail.comwrote: On Mon, Dec 13, 2010 at 4:19 AM, Jammy Zhou jammy.z...@linaro.org wrote: Hi Chia-I, Glad to see the fix goes so fast, thanks! I believe the direction is promising. Hijacking this thread a bit, can I ask why