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
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
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
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
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/