diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2016-09-22 11:38:28 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2016-09-22 15:29:27 -0700 |
commit | ce83e36ec0f045cca618fc83d34e8c68f1f1a1c2 (patch) | |
tree | 3b670c633335234a6f4b4a7ce1dc8c2ada3e69cd | |
parent | 2fd51cf8ca4d1baedf8c830663f238e0286e4b97 (diff) |
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>
-rw-r--r-- | src/mapi/glapi/gen/static_data.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/static_data.py b/src/mapi/glapi/gen/static_data.py index 396f94164d..2f403e9b39 100644 --- a/src/mapi/glapi/gen/static_data.py +++ b/src/mapi/glapi/gen/static_data.py @@ -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", |