diff options
author | Kristian Høgsberg <[email protected]> | 2010-04-22 13:30:03 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-04-27 13:09:31 -0400 |
commit | 1741ddb747ca0be284315adb4b6fe67ddf292d03 (patch) | |
tree | 879e8d81369f9c5aba4af51e00abcf2392262a35 /src/mesa/main/remap_helper.h | |
parent | fa416106307dc193e2133aa6a29b9bcfc91f8b39 (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.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/mesa/main/remap_helper.h b/src/mesa/main/remap_helper.h index 52edf67b545..2df11a454df 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 }, |