mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 02:20:11 +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",
|
||||
"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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue