Module: Mesa
Branch: master
Commit: 504f5f9d1a4fb5a0ddc8a5d0bf73fd6eba96b1d0
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=504f5f9d1a4fb5a0ddc8a5d0bf73fd6eba96b1d0

Author: Timothy Arceri <t_arc...@yahoo.com.au>
Date:   Fri Apr  4 22:08:50 2014 +1100

glapi: Add KHR_debug functions to check_table test

Signed-off-by: Timothy Arceri <t_arc...@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 cd03722..5d759df 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) },

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to