https://bugs.freedesktop.org/show_bug.cgi?id=108967
--- Comment #6 from Tapani Pälli <[email protected]> ---
(In reply to Vishwanath Chandapur from comment #5)
> As of now we are still getting same error "eglCreatePbufferSurface failed
> with error EGL_BAD_MATCH"
>
> And we are using "EGL_KHR_surfaceless_context" API .Is there any way we can
> check in mesa is using surfaceless_context.
Oops sorry it seems I got confused about 'surfaceless' as a platform and
'surfaceless' as an EGL extension. You don't need to enable 'surfaceless'
platform in the configure. The EGL_KHR_surfaceless_context should be there,
supported by all EGL dri2 based implementations. You may try to catch
eglMakeCurrent calls made by Qt to see if it passes EGL_NO_SURFACE for both
read and write surface, this would mean that it does not try to initialize a
real surface such as pbuffer.
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev