summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2016-09-22 11:38:28 -0700
committerDylan Baker <dylan@pnwbakers.com>2016-09-22 15:29:27 -0700
commitce83e36ec0f045cca618fc83d34e8c68f1f1a1c2 (patch)
tree3b670c633335234a6f4b4a7ce1dc8c2ada3e69cd /src/mapi/glapi
parent2fd51cf8ca4d1baedf8c830663f238e0286e4b97 (diff)
downloadexternal_mesa3d-ce83e36ec0f045cca618fc83d34e8c68f1f1a1c2.zip
external_mesa3d-ce83e36ec0f045cca618fc83d34e8c68f1f1a1c2.tar.gz
external_mesa3d-ce83e36ec0f045cca618fc83d34e8c68f1f1a1c2.tar.bz2
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>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r--src/mapi/glapi/gen/static_data.py4
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 396f941..2f403e9 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",