On Thu, May 12, 2016 at 10:21 AM, Plamena Manolova <[email protected]> wrote: > According to the EGL specifications eglQueryString(EGL_CLIENT_APIS) > should return a string containing a combination of "OpenGL", "OpenGL_ES" > and "OpenVG", any other values would be considered invalid. Due to this > when the API string is constructed, the version of GLES should be > disregarded and "OpenGL_ES" should be attached once instead of > "OpenGL_ES2" and "OpenGL_ES3". > > Signed-off-by: Plamena Manolova <[email protected]>
Regardless of one other driver exposing "OpenGL_ES2", I'm okay with this patch. We can always relax this if actual applications are using the strings, but that seems doubtful. Doubly so if dEQP has tests that fail. Reviewed-by: Matt Turner <[email protected]> I'll commit this soon if there are no objections. _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
