Re: [Mesa-dev] [PATCH 01/18] mapi: sort static entrypoints numerically

2018-12-06 Thread Erik Faye-Lund
On Wed, 2018-11-21 at 12:03 +, Emil Velikov wrote: > From: Emil Velikov > > A few of the entrypoints were incorrectly placed. Sort those to align > with the rest of the list. > > Signed-off-by: Emil Velikov > --- > src/mapi/glapi/gen/static_data.py | 16 > 1 file changed,

[Mesa-dev] [PATCH 01/18] mapi: sort static entrypoints numerically

2018-11-21 Thread Emil Velikov
From: Emil Velikov A few of the entrypoints were incorrectly placed. Sort those to align with the rest of the list. Signed-off-by: Emil Velikov --- src/mapi/glapi/gen/static_data.py | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/mapi/glapi/gen/static_d