summaryrefslogtreecommitdiff
path: root/src/mesa/main/remap_helper.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-04-22 13:30:03 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-04-27 13:09:31 -0400
commit1741ddb747ca0be284315adb4b6fe67ddf292d03 (patch)
tree879e8d81369f9c5aba4af51e00abcf2392262a35 /src/mesa/main/remap_helper.h
parentfa416106307dc193e2133aa6a29b9bcfc91f8b39 (diff)
mesa: Move references to main/remap_helper.h to api_exec.c
Diffstat (limited to 'src/mesa/main/remap_helper.h')
-rw-r--r--src/mesa/main/remap_helper.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/mesa/main/remap_helper.h b/src/mesa/main/remap_helper.h
index 52edf67b54..2df11a454d 100644
--- a/src/mesa/main/remap_helper.h
+++ b/src/mesa/main/remap_helper.h
@@ -26,11 +26,7 @@
*/
#include "main/dispatch.h"
-
-struct gl_function_remap {
- GLint func_index;
- GLint dispatch_offset; /* for sanity check */
-};
+#include "main/remap.h"
/* this is internal to remap.c */
#ifdef need_MESA_remap_table
@@ -4427,10 +4423,7 @@ static const char _mesa_function_pool[] =
;
/* these functions need to be remapped */
-static const struct {
- GLint pool_index;
- GLint remap_index;
-} MESA_remap_table_functions[] = {
+static const struct gl_function_pool_remap MESA_remap_table_functions[] = {
{ 1461, AttachShader_remap_index },
{ 8848, CreateProgram_remap_index },
{ 20883, CreateShader_remap_index },