Re: [Mesa-dev] [PATCH mesa 7/8] eglapi: make sure list is always sorted

2017-02-21 Thread Eric Engestrom
On Monday, 2017-02-20 19:49:59 +, Emil Velikov wrote: > On 19 February 2017 at 23:23, Eric Engestrom wrote: > > Starting with the next commit, badly sorting this list will break the > > eglGetProcAddress(). > > > > Signed-off-by: Eric Engestrom > > --- > > src/egl/Makefile.am | 3 ++

Re: [Mesa-dev] [PATCH mesa 7/8] eglapi: make sure list is always sorted

2017-02-20 Thread Emil Velikov
On 19 February 2017 at 23:23, Eric Engestrom wrote: > Starting with the next commit, badly sorting this list will break the > eglGetProcAddress(). > > Signed-off-by: Eric Engestrom > --- > src/egl/Makefile.am | 3 ++- > src/egl/egl-entrypoint-check | 4 > 2 files changed, 6 inserti

[Mesa-dev] [PATCH mesa 7/8] eglapi: make sure list is always sorted

2017-02-19 Thread Eric Engestrom
Starting with the next commit, badly sorting this list will break the eglGetProcAddress(). Signed-off-by: Eric Engestrom --- src/egl/Makefile.am | 3 ++- src/egl/egl-entrypoint-check | 4 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100755 src/egl/egl-entrypoint-che