[Mesa-dev] [PATCH] glapi: Add KHR_debug functions to check_table test

Timothy Arceri t_arceri at yahoo.com.au
Fri Jun 6 19:43:52 PDT 2014


Bump. Just going through some uncommitted stuff, not too concerned about
this personally but would be good to get a reviewed by so I can push
before its forgotten about forever.


On Fri, 2014-04-04 at 22:08 +1100, Timothy Arceri wrote:
> Signed-off-by: Timothy Arceri <t_arceri at yahoo.com.au>
> ---
>  src/mapi/glapi/tests/check_table.cpp | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/src/mapi/glapi/tests/check_table.cpp b/src/mapi/glapi/tests/check_table.cpp
> index 89d9073..27a9d12 100644
> --- a/src/mapi/glapi/tests/check_table.cpp
> +++ b/src/mapi/glapi/tests/check_table.cpp
> @@ -1231,6 +1231,12 @@ const struct name_offset known_dispatch[] = {
>     { "glDebugMessageControl", _O(DebugMessageControl) },
>     { "glDebugMessageInsert", _O(DebugMessageInsert) },
>     { "glGetDebugMessageLog", _O(GetDebugMessageLog) },
> +   { "glPushDebugGroup", _O(PushDebugGroup) },
> +   { "glPopDebugGroup", _O(PopDebugGroup) },
> +   { "glGetObjectLabel", _O(GetObjectLabel) },
> +   { "glGetObjectPtrLabel", _O(GetObjectPtrLabel) },
> +   { "glObjectLabel", _O(ObjectLabel) },
> +   { "glObjectPtrLabel", _O(ObjectPtrLabel) },
>     { "glGetGraphicsResetStatusARB", _O(GetGraphicsResetStatusARB) },
>     { "glGetnColorTableARB", _O(GetnColorTableARB) },
>     { "glGetnCompressedTexImageARB", _O(GetnCompressedTexImageARB) },





More information about the mesa-dev mailing list