summaryrefslogtreecommitdiff
path: root/src/mapi
diff options
context:
space:
mode:
authorPaul Berry <stereotype441@gmail.com>2012-10-29 11:45:10 -0700
committerPaul Berry <stereotype441@gmail.com>2012-11-01 11:22:09 -0700
commit47deaf6175c01cbdc6816444f7c02cf5c875865d (patch)
treeaf0e594701dd3d6a03b2025d1c75ba35f81202b9 /src/mapi
parent56f8ed4c356f9994d150552e9c18ec35717ce503 (diff)
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>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/tests/check_table.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mapi/glapi/tests/check_table.cpp b/src/mapi/glapi/tests/check_table.cpp
index dcd63822640..dd029c2ca8c 100644
--- a/src/mapi/glapi/tests/check_table.cpp
+++ b/src/mapi/glapi/tests/check_table.cpp
@@ -993,7 +993,6 @@ const struct name_offset known_dispatch[] = {
{ "glUniformMatrix3x4fv", _O(UniformMatrix3x4fv) },
{ "glUniformMatrix4x2fv", _O(UniformMatrix4x2fv) },
{ "glUniformMatrix4x3fv", _O(UniformMatrix4x3fv) },
- { "glClampColor", _O(ClampColor) },
{ "glClearBufferfi", _O(ClearBufferfi) },
{ "glClearBufferfv", _O(ClearBufferfv) },
{ "glClearBufferiv", _O(ClearBufferiv) },
@@ -1002,7 +1001,6 @@ const struct name_offset known_dispatch[] = {
{ "glFramebufferTexture", _O(FramebufferTexture) },
{ "glGetBufferParameteri64v", _O(GetBufferParameteri64v) },
{ "glGetInteger64i_v", _O(GetInteger64i_v) },
- { "glVertexAttribDivisor", _O(VertexAttribDivisor) },
{ "glLoadTransposeMatrixdARB", _O(LoadTransposeMatrixdARB) },
{ "glLoadTransposeMatrixfARB", _O(LoadTransposeMatrixfARB) },
{ "glMultTransposeMatrixdARB", _O(MultTransposeMatrixdARB) },