glapi: Fix build break in 'make check' on non-shared-glapi builds
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 1 Apr 2014 19:56:31 +0000 (12:56 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 2 Apr 2014 18:30:42 +0000 (11:30 -0700)
commit8e3a7c620440fab014e41b18badf73ca9dfdba45
tree40be8737d955a4ec0dcf0259fc1c3e6736470426
parent4e18279fae2f5d91fb8475c1c6ac02a46121c642
glapi: Fix build break in 'make check' on non-shared-glapi builds

Commit fb78fa58 made the GL_ARB_debug_output functions aliases of the
GL_KHR_debug output functions.  As a result, the function names in
struct _glapi_table also changed.  The table in check_table.cpp used the
ARB names.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Timothy Arceri <t_arceri@yahoo.com.au>
Tested-by: Brian Paul <brianp@vmware.com>
Tested-by: Lu Hua <huax.lu@intel.com>
Cc: Vinson Lee <vlee@freedesktop.org>
src/mapi/glapi/tests/check_table.cpp