thanks, pushed!
On 11/17/2016 12:29 AM, Eric Engestrom wrote:
I introduced this code last month, but didn't follow the naming
convention. Fix this.
Fixes: 0a606a400fe382a9bc72 ("egl: add eglSwapBuffersWithDamageKHR")
Reviewed-by: Tapani Pälli
Signed-off-by: Eric Engestrom
---
src/egl/main/eg
I introduced this code last month, but didn't follow the naming
convention. Fix this.
Fixes: 0a606a400fe382a9bc72 ("egl: add eglSwapBuffersWithDamageKHR")
Reviewed-by: Tapani Pälli
Signed-off-by: Eric Engestrom
---
src/egl/main/eglapi.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-
On Tuesday, 2016-11-15 22:49:52 -0800, Matt Turner wrote:
> On Tue, Nov 15, 2016 at 3:43 PM, Eric Engestrom wrote:
> > Signed-off-by: Eric Engestrom
> > ---
> > src/egl/main/eglapi.c | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/src/egl/main/eglapi.c b/src/
On Wednesday, 2016-11-16 08:29:27 +0200, Tapani Pälli wrote:
> why not ..
>
> Reviewed-by: Tapani Pälli
>
> (note that there are other static functions that don't have '_' in them in
> this file, also there is _eglConvertIntsToAttribs which looks like it could
> be static (only one caller in sam
On Tue, Nov 15, 2016 at 3:43 PM, Eric Engestrom wrote:
> Signed-off-by: Eric Engestrom
> ---
> src/egl/main/eglapi.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/src/egl/main/eglapi.c b/src/egl/main/eglapi.c
> index 53340bf..934d585 100644
> --- a/src/egl/main/e
why not ..
Reviewed-by: Tapani Pälli
(note that there are other static functions that don't have '_' in them
in this file, also there is _eglConvertIntsToAttribs which looks like it
could be static (only one caller in same file) but it is not)
On 11/16/2016 01:43 AM, Eric Engestrom wrote:
Signed-off-by: Eric Engestrom
---
src/egl/main/eglapi.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/egl/main/eglapi.c b/src/egl/main/eglapi.c
index 53340bf..934d585 100644
--- a/src/egl/main/eglapi.c
+++ b/src/egl/main/eglapi.c
@@ -1195,7 +1195,7 @@ eglSwapBuffer