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

Author: Dylan Baker <dy...@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.ba...@intel.com>
Acked-by: Ilia Mirkin <imir...@alum.mit.edu> (v1)
Reviewed-by: Kenneth Graunke <kenn...@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",

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to