diff --git a/.pick_status.json b/.pick_status.json index e28241bcbf1..0e1fc34b915 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -3838,7 +3838,7 @@ "description": "mesa: fix typo from adding glGetObjectLabelEXT", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "675bcbb7a1c0111dc907f189b4a2de18397e6f23" }, diff --git a/src/mapi/glapi/gen/static_data.py b/src/mapi/glapi/gen/static_data.py index 3241057d724..adddef3f3db 100644 --- a/src/mapi/glapi/gen/static_data.py +++ b/src/mapi/glapi/gen/static_data.py @@ -2145,7 +2145,7 @@ functions = [ "GetnUniformuiv", "GetnUniformuivARB", "GetObjectLabel", - "GetObjectLabelEXT" + "GetObjectLabelEXT", "GetObjectParameterfvARB", "GetObjectParameterivARB", "GetObjectPtrLabel",