From a0ac0e26539eaa4501da2691edab3c183a9634ec Mon Sep 17 00:00:00 2001 From: Pierre-Eric Pelloux-Prayer Date: Thu, 2 May 2019 15:01:05 +0200 Subject: mesa: add EXT_dsa indexed generic queries Only GetPointerIndexedvEXT needs an implementation, the other functions are aliases of existing functions. --- src/mapi/glapi/gen/EXT_direct_state_access.xml | 24 ++++++++++++++++++++++++ src/mapi/glapi/gen/static_data.py | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) (limited to 'src/mapi') diff --git a/src/mapi/glapi/gen/EXT_direct_state_access.xml b/src/mapi/glapi/gen/EXT_direct_state_access.xml index be1ddbafe59..41fcf1e93b6 100644 --- a/src/mapi/glapi/gen/EXT_direct_state_access.xml +++ b/src/mapi/glapi/gen/EXT_direct_state_access.xml @@ -323,6 +323,24 @@ + + + + + + + + + + + + + + + + + + @@ -496,5 +514,11 @@ + + + + + + diff --git a/src/mapi/glapi/gen/static_data.py b/src/mapi/glapi/gen/static_data.py index 4ce68fc01e8..fae79d470d9 100644 --- a/src/mapi/glapi/gen/static_data.py +++ b/src/mapi/glapi/gen/static_data.py @@ -1516,7 +1516,7 @@ offsets = { "GetNamedFramebufferAttachmentParameterivEXT": 1480, "EnableClientStateiEXT": 1481, "DisableClientStateiEXT": 1482, - + "GetPointerIndexedvEXT": 1483, } functions = [ -- cgit v1.2.3