Re: [Mesa-dev] [PATCH mesa 2/5] egl: Move _eglPointerIsDereferencable() to eglglobals.[ch]

2017-07-19 Thread Miguel Angel Vico
On Wed, 19 Jul 2017 11:36:59 +0100 Emil Velikov wrote: > On 18 July 2017 at 21:49, Miguel A. Vico wrote: > > More _eglPointerIsDereferencable() to eglglobals.[ch] and make it a > > non-static function so it can be used out of egldisplay.c > >

Re: [Mesa-dev] [PATCH mesa 2/5] egl: Move _eglPointerIsDereferencable() to eglglobals.[ch]

2017-07-19 Thread Emil Velikov
On 18 July 2017 at 21:49, Miguel A. Vico wrote: > More _eglPointerIsDereferencable() to eglglobals.[ch] and make it a > non-static function so it can be used out of egldisplay.c > s/More/Move/ > Signed-off-by: Miguel A. Vico > Reviewed-by: James Jones

[Mesa-dev] [PATCH mesa 2/5] egl: Move _eglPointerIsDereferencable() to eglglobals.[ch]

2017-07-18 Thread Miguel A. Vico
More _eglPointerIsDereferencable() to eglglobals.[ch] and make it a non-static function so it can be used out of egldisplay.c Signed-off-by: Miguel A. Vico Reviewed-by: James Jones --- src/egl/main/egldisplay.c | 33 -