Re: [Mesa-dev] [PATCH 2/7] EGL: Implement eglLabelObjectKHR

2016-09-12 Thread Emil Velikov
On 9 September 2016 at 18:51, Adam Jackson wrote: > On Fri, 2016-09-09 at 11:27 +0100, Emil Velikov wrote: >> > On 8 September 2016 at 18:46, Adam Jackson wrote: >> > From: Kyle Brenneman >> >> Added a label to the _EGLThreadInfo, _EGLDisplay, and EGLResource >> structs. Implemented the function

Re: [Mesa-dev] [PATCH 2/7] EGL: Implement eglLabelObjectKHR

2016-09-09 Thread Adam Jackson
On Fri, 2016-09-09 at 11:27 +0100, Emil Velikov wrote: > > On 8 September 2016 at 18:46, Adam Jackson wrote: > > From: Kyle Brenneman > > Added a label to the _EGLThreadInfo, _EGLDisplay, and EGLResource > structs. Implemented the function eglLabelObjectKHR. > > > Coding style of the new hunk

Re: [Mesa-dev] [PATCH 2/7] EGL: Implement eglLabelObjectKHR

2016-09-09 Thread Kyle Brenneman
On 09/09/2016 04:27 AM, Emil Velikov wrote: On 8 September 2016 at 18:46, Adam Jackson wrote: From: Kyle Brenneman Added a label to the _EGLThreadInfo, _EGLDisplay, and EGLResource structs. Implemented the function eglLabelObjectKHR. Coding style of the new hunk follows the GLVND one, which

Re: [Mesa-dev] [PATCH 2/7] EGL: Implement eglLabelObjectKHR

2016-09-09 Thread Emil Velikov
On 8 September 2016 at 18:46, Adam Jackson wrote: > From: Kyle Brenneman > > Added a label to the _EGLThreadInfo, _EGLDisplay, and EGLResource > structs. Implemented the function eglLabelObjectKHR. > Coding style of the new hunk follows the GLVND one, which is _not_ what we use in mesa/egl. Pleas

[Mesa-dev] [PATCH 2/7] EGL: Implement eglLabelObjectKHR

2016-09-08 Thread Adam Jackson
From: Kyle Brenneman Added a label to the _EGLThreadInfo, _EGLDisplay, and EGLResource structs. Implemented the function eglLabelObjectKHR. Reviewed-by: Adam Jackson --- src/egl/main/eglapi.c | 63 +++ src/egl/main/eglcurrent.c | 9 +++ src/