mapi: sort static_data.py functions

Sorted by vim's builtin "sort i" (keeping the sorting case insensitive)

v2:
 - uses case insensitive sorting (Ken)

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Acked-by: Ilia Mirkin <imirkin@alum.mit.edu> (v1)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Dylan Baker 2016-09-22 11:38:28 -07:00
parent 2fd51cf8ca
commit ce83e36ec0

View file

@ -790,8 +790,8 @@ functions = [
"GetAttachedShaders",
"GetAttribLocation",
"GetAttribLocationARB",
"GetBooleanIndexedvEXT",
"GetBooleani_v",
"GetBooleanIndexedvEXT",
"GetBooleanv",
"GetBufferParameteri64v",
"GetBufferParameteriv",
@ -833,8 +833,8 @@ functions = [
"GetInfoLogARB",
"GetInteger64i_v",
"GetInteger64v",
"GetIntegerIndexedvEXT",
"GetIntegeri_v",
"GetIntegerIndexedvEXT",
"GetIntegerv",
"GetLightfv",
"GetLightiv",