mesa/src/mapi/glapi
Paul Berry 47deaf6175 dispatch: Update check_table.cpp to reflect recent aliasing changes.
In commits bad96f6 and e7dd2e5 I added the following aliases:
- ClampColor -> ClampColorARB
- VertexAttribDivisor -> VertexAttribDivisorARB

But I neglected to update check_table.cpp, causing "make check" to
fail for non-shared-glapi builds.

This patch removes the functions that are now aliased from
check_table.cpp, so that "make check" works correctly again.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
2012-11-01 11:22:09 -07:00
..
gen mesa: implement ARB_map_buffer_alignment 2012-10-31 01:48:40 +01:00
tests dispatch: Update check_table.cpp to reflect recent aliasing changes. 2012-11-01 11:22:09 -07:00
.gitignore automake: convert libglapi 2012-07-13 12:44:07 +01:00
glapi.c mapi: Clean up u_current interface. 2010-12-18 15:05:52 +08:00
glapi.h mesa,glsl,mapi: Put extern "C" { ... } where appropriate. 2011-11-09 10:24:37 +00:00
glapi_dispatch.c Use the correct macro _WIN32 for Windows. 2012-09-05 22:14:32 -07:00
glapi_entrypoint.c build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definition 2012-10-01 15:23:04 -07:00
glapi_getproc.c Don't cast the return value of malloc/realloc 2012-09-05 22:28:50 -07:00
glapi_nop.c mapi/glapi: Never use a generic no-op entry-point on Windows. 2012-02-02 14:45:24 +00:00
glapi_priv.h GLES2: upgrade gl2ext.h to version 18099 2012-07-04 15:26:22 -04:00
glthread.c glapi: Move public function/variable declarations to glapi.h. 2010-08-21 14:13:59 +08:00
glthread.h mesa,glsl,mapi: Put extern "C" { ... } where appropriate. 2011-11-09 10:24:37 +00:00
Makefile.am build/glapi: fix includes for generated files 2012-08-13 12:24:31 -07:00
SConscript scons: Disable build of assembly sources on Cygwin. 2012-09-28 23:29:10 -07:00
sources.mak Rename X86-64_API -> X86_64_API 2012-07-13 12:44:05 +01:00