summaryrefslogtreecommitdiff
path: root/src/mapi
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2018-11-19 14:10:40 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2019-01-24 18:13:25 +0000
commitfe9f5c0e21d346a49f3f0cbeeeb59aefaba01982 (patch)
treec27acb7701d218bc0ab0d50497ed8628ddd4df8c /src/mapi
parent5a81e8d40edd1dc678b27147234ce285c2a0a392 (diff)
downloadmesa-fe9f5c0e21d346a49f3f0cbeeeb59aefaba01982.tar.gz
mapi: sort static entrypoints numerically
A few of the entrypoints were incorrectly placed. Sort those to align with the rest of the list. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/static_data.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mapi/glapi/gen/static_data.py b/src/mapi/glapi/gen/static_data.py
index 7a8933b8d78..0596d2cd3bb 100644
--- a/src/mapi/glapi/gen/static_data.py
+++ b/src/mapi/glapi/gen/static_data.py
@@ -331,33 +331,33 @@ offsets = {
"Translatef": 304,
"Viewport": 305,
"ArrayElement": 306,
+ "BindTexture": 307,
"ColorPointer": 308,
"DisableClientState": 309,
"DrawArrays": 310,
"DrawElements": 311,
"EdgeFlagPointer": 312,
"EnableClientState": 313,
- "GetPointerv": 329,
"IndexPointer": 314,
+ "Indexub": 315,
+ "Indexubv": 316,
"InterleavedArrays": 317,
"NormalPointer": 318,
+ "PolygonOffset": 319,
"TexCoordPointer": 320,
"VertexPointer": 321,
- "PolygonOffset": 319,
+ "AreTexturesResident": 322,
"CopyTexImage1D": 323,
"CopyTexImage2D": 324,
"CopyTexSubImage1D": 325,
"CopyTexSubImage2D": 326,
- "TexSubImage1D": 332,
- "TexSubImage2D": 333,
- "AreTexturesResident": 322,
- "BindTexture": 307,
"DeleteTextures": 327,
"GenTextures": 328,
+ "GetPointerv": 329,
"IsTexture": 330,
"PrioritizeTextures": 331,
- "Indexub": 315,
- "Indexubv": 316,
+ "TexSubImage1D": 332,
+ "TexSubImage2D": 333,
"PopClientAttrib": 334,
"PushClientAttrib": 335,
"BlendColor": 336,