Re: [Mesa-dev] [PATCH v2] egl/glvnd: correctly report errors when vendor cannot be found

2018-11-06 Thread Kyle Brenneman
On 11/05/2018 10:00 AM, Emil Velikov wrote: From: Emil Velikov If the user provides an invalid display or device the ToVendor lookup will fail. In this case, the local [Mesa vendor] error code will be set. Thus on sequential eglGetError(), the error will be EGL_SUCCESS. To be more specific, G

[Mesa-dev] [PATCH v2] egl/glvnd: correctly report errors when vendor cannot be found

2018-11-05 Thread Emil Velikov
From: Emil Velikov If the user provides an invalid display or device the ToVendor lookup will fail. In this case, the local [Mesa vendor] error code will be set. Thus on sequential eglGetError(), the error will be EGL_SUCCESS. To be more specific, GLVND remembers the last vendor and calls back