mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 04:30:10 +01:00
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>
This commit is contained in:
parent
2fd51cf8ca
commit
ce83e36ec0
1 changed files with 2 additions and 2 deletions
|
|
@ -790,8 +790,8 @@ functions = [
|
||||||
"GetAttachedShaders",
|
"GetAttachedShaders",
|
||||||
"GetAttribLocation",
|
"GetAttribLocation",
|
||||||
"GetAttribLocationARB",
|
"GetAttribLocationARB",
|
||||||
"GetBooleanIndexedvEXT",
|
|
||||||
"GetBooleani_v",
|
"GetBooleani_v",
|
||||||
|
"GetBooleanIndexedvEXT",
|
||||||
"GetBooleanv",
|
"GetBooleanv",
|
||||||
"GetBufferParameteri64v",
|
"GetBufferParameteri64v",
|
||||||
"GetBufferParameteriv",
|
"GetBufferParameteriv",
|
||||||
|
|
@ -833,8 +833,8 @@ functions = [
|
||||||
"GetInfoLogARB",
|
"GetInfoLogARB",
|
||||||
"GetInteger64i_v",
|
"GetInteger64i_v",
|
||||||
"GetInteger64v",
|
"GetInteger64v",
|
||||||
"GetIntegerIndexedvEXT",
|
|
||||||
"GetIntegeri_v",
|
"GetIntegeri_v",
|
||||||
|
"GetIntegerIndexedvEXT",
|
||||||
"GetIntegerv",
|
"GetIntegerv",
|
||||||
"GetLightfv",
|
"GetLightfv",
|
||||||
"GetLightiv",
|
"GetLightiv",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue