Hi,
Is there a solution to this problem? Because the following problems have
arisen now:
[ERROR:gl_context_egl.cc(198)] eglCreateContext failed with error
EGL_BAD_MATCH
[ERROR:gles2_command_buffer_stub.cc(263)] ContextResult::kFatalFailure:
Failed to create shared context for virtualization.
On Wed, Jun 5, 2013 at 10:33 PM, Chad Versace
wrote:
> Divick, you created two EGLDisplays. Did you obtain each EGLDisplay by
> passing the same
> native display to eglGetDisplay? If so, then EGL should have returned the
> same EGLDisplay
> pointer. The EGL spec requires that, and Mesa's libEGL h
On 05/29/2013 07:17 AM, Brian Paul wrote:
On 05/29/2013 12:56 AM, Divick Kishore wrote:
Hi Brian,
thanks for your reply.
On Tue, May 28, 2013 at 9:33 PM, Brian Paul wrote:
I took at look at eglCreateContext(). It's basically:
EGLContext
eglCreateContext(EGLDisplay dpy, EGLConfi
On 05/29/2013 12:56 AM, Divick Kishore wrote:
Hi Brian,
thanks for your reply.
On Tue, May 28, 2013 at 9:33 PM, Brian Paul wrote:
I took at look at eglCreateContext(). It's basically:
EGLContext
eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list,
Hi Brian,
thanks for your reply.
On Tue, May 28, 2013 at 9:33 PM, Brian Paul wrote:
> I took at look at eglCreateContext(). It's basically:
>
> EGLContext
> eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list,
> const EGLint *attrib_list)
> {
>
On 05/27/2013 02:05 AM, Divick Kishore wrote:
Hi,
Does anyone know if mesa supports creation of shared context using egl?
When I create a shared context with a call to eglCreateContext where
the third argument is a valid context, I get EGL_BAD_CONTEXT error.
I took at look at eglCreateCon
Hi Brian,
sorry to send you direct email but I have been trying to
find answers to couple of issues that I am facing but so far I have
not received any response.
Please find below the question that I posted to mesa-dev mailing list.
I can send the sample if need be which tries to creat
Hi,
Does anyone know if mesa supports creation of shared context using egl?
When I create a shared context with a call to eglCreateContext where
the third argument is a valid context, I get EGL_BAD_CONTEXT error.
Thanks & Regards,
Divick
___
mesa-de