Mesa (master): mapi: sort static_data.py functions

Dylan Baker dbaker at kemper.freedesktop.org
Thu Sep 22 23:04:25 UTC 2016


Module: Mesa
Branch: master
Commit: ce83e36ec0f045cca618fc83d34e8c68f1f1a1c2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce83e36ec0f045cca618fc83d34e8c68f1f1a1c2

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Thu Sep 22 11:38:28 2016 -0700

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 at intel.com>
Acked-by: Ilia Mirkin <imirkin at alum.mit.edu> (v1)
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/mapi/glapi/gen/static_data.py | 4 ++--
 1 file 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",




More information about the mesa-commit mailing list