mapi: sort static_data.py functions
authorDylan Baker <dylan@pnwbakers.com>
Thu, 22 Sep 2016 18:38:28 +0000 (11:38 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Thu, 22 Sep 2016 22:29:27 +0000 (15:29 -0700)
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>
src/mapi/glapi/gen/static_data.py

index 396f94164dd0ba55160208c690ad66f3d7746503..2f403e9b39eed1e5d22a6ae0f466aa6341e9f817 100644 (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",