From 674e20d1d0a45a9b2acdc43f7ed4e253962bbfd7 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Wed, 9 Nov 2022 09:56:14 +1100 Subject: [PATCH] mesa: fix typo from adding glGetObjectLabelEXT Fixes: 675bcbb7a1c0 ("mesa: add EXT_debug_label support") Reviewed-by: Ian Romanick Part-of: (cherry picked from commit e295ee778bd6f136bdca67121f8b0fcb50b3e3d4) --- .pick_status.json | 2 +- src/mapi/glapi/gen/static_data.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",