Re: [PATCH xserver] glamor: move 'dri3_capable' extension checks after eglMakeCurrent

2015-09-29 Thread Adam Jackson
On Sat, 2015-09-26 at 06:49 +0900, Michel Dänzer wrote: > Reviewed-by: Michel Dänzer Merged: remote: I: patch #60400 updated using rev 19a87257f92e7f57a167fc03fba014ee22d8e1ab. remote: I: 1 patch(es) updated to state Accepted. To

Re: [PATCH xserver] glamor: move 'dri3_capable' extension checks after eglMakeCurrent

2015-09-25 Thread Michel Dänzer
On 25.09.2015 22:04, Emil Velikov wrote: > Otherwise we'll fail and/or crash as no context is bound. > > Fixes: 64e6124f27e(glamor: move GL_OES_EGL_image check next to > EGL_EXT_image_dma_buf_import) > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92105 > Cc: Michel Dänzer

[PATCH xserver] glamor: move 'dri3_capable' extension checks after eglMakeCurrent

2015-09-25 Thread Emil Velikov
Otherwise we'll fail and/or crash as no context is bound. Fixes: 64e6124f27e(glamor: move GL_OES_EGL_image check next to EGL_EXT_image_dma_buf_import) Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92105 Cc: Michel Dänzer Cc: Nick Sarnie

Re: [PATCH xserver] glamor: move 'dri3_capable' extension checks after eglMakeCurrent

2015-09-25 Thread Nick Sarnie
Hi, This fixes my issue. Tested-by: Nick Sarnie Thanks! On Fri, Sep 25, 2015 at 9:04 AM, Emil Velikov wrote: > Otherwise we'll fail and/or crash as no context is bound. > > Fixes: 64e6124f27e(glamor: move GL_OES_EGL_image check next to >