Re: [Mesa-dev] [PATCH 1/4] egl: simplify _eglDebugReport* API

2017-09-19 Thread Emil Velikov
On 15 September 2017 at 16:34, Kyle Brenneman wrote: > On 09/15/2017 07:42 AM, Emil Velikov wrote: >> >> Hi Kyle, >> >> On 8 September 2017 at 13:09, Emil Velikov >> wrote: >>> >>> On 7 September 2017 at 19:21, Kyle Brenneman

Re: [Mesa-dev] [PATCH 1/4] egl: simplify _eglDebugReport* API

2017-09-15 Thread Kyle Brenneman
On 09/15/2017 07:42 AM, Emil Velikov wrote: Hi Kyle, On 8 September 2017 at 13:09, Emil Velikov wrote: On 7 September 2017 at 19:21, Kyle Brenneman wrote: On 09/07/2017 11:56 AM, Emil Velikov wrote: On 7 September 2017 at 18:36, Kyle

Re: [Mesa-dev] [PATCH 1/4] egl: simplify _eglDebugReport* API

2017-09-15 Thread Emil Velikov
Hi Kyle, On 8 September 2017 at 13:09, Emil Velikov wrote: > On 7 September 2017 at 19:21, Kyle Brenneman wrote: >> On 09/07/2017 11:56 AM, Emil Velikov wrote: >>> >>> On 7 September 2017 at 18:36, Kyle Brenneman >>>

Re: [Mesa-dev] [PATCH 1/4] egl: simplify _eglDebugReport* API

2017-09-08 Thread Emil Velikov
On 7 September 2017 at 19:21, Kyle Brenneman wrote: > On 09/07/2017 11:56 AM, Emil Velikov wrote: >> >> On 7 September 2017 at 18:36, Kyle Brenneman >> wrote: >>> >>> On 09/07/2017 10:03 AM, Emil Velikov wrote: From: Emil Velikov

Re: [Mesa-dev] [PATCH 1/4] egl: simplify _eglDebugReport* API

2017-09-07 Thread Kyle Brenneman
On 09/07/2017 11:56 AM, Emil Velikov wrote: On 7 September 2017 at 18:36, Kyle Brenneman wrote: On 09/07/2017 10:03 AM, Emil Velikov wrote: From: Emil Velikov Instead of having three, almost identical but not quite, _eglDebugReport*

Re: [Mesa-dev] [PATCH 1/4] egl: simplify _eglDebugReport* API

2017-09-07 Thread Emil Velikov
On 7 September 2017 at 18:36, Kyle Brenneman wrote: > On 09/07/2017 10:03 AM, Emil Velikov wrote: >> >> From: Emil Velikov >> >> Instead of having three, almost identical but not quite, >> _eglDebugReport* functions, simply fold them into one.

Re: [Mesa-dev] [PATCH 1/4] egl: simplify _eglDebugReport* API

2017-09-07 Thread Kyle Brenneman
On 09/07/2017 10:03 AM, Emil Velikov wrote: From: Emil Velikov Instead of having three, almost identical but not quite, _eglDebugReport* functions, simply fold them into one. While doing so drop the unnecessary arguments 'command' and 'objectLabel'. Former is

[Mesa-dev] [PATCH 1/4] egl: simplify _eglDebugReport* API

2017-09-07 Thread Emil Velikov
From: Emil Velikov Instead of having three, almost identical but not quite, _eglDebugReport* functions, simply fold them into one. While doing so drop the unnecessary arguments 'command' and 'objectLabel'. Former is identical to funcName, while the latter is already