diff options
| -rw-r--r-- | src/mesa/drivers/dri/common/extension_helper.h | 30 | 
1 files changed, 15 insertions, 15 deletions
| diff --git a/src/mesa/drivers/dri/common/extension_helper.h b/src/mesa/drivers/dri/common/extension_helper.h index e308fd2831..62801494ce 100644 --- a/src/mesa/drivers/dri/common/extension_helper.h +++ b/src/mesa/drivers/dri/common/extension_helper.h @@ -1771,13 +1771,6 @@ static const char DeleteFencesNV_names[] =      "";  #endif -#if defined(need_GL_SGIX_polynomial_ffd) -static const char DeformationMap3dSGIX_names[] =  -    "iddiiddiiddiip\0" /* Parameter signature */ -    "glDeformationMap3dSGIX\0" -    ""; -#endif -  #if defined(need_GL_VERSION_2_0)  static const char IsShader_names[] =       "i\0" /* Parameter signature */ @@ -2004,6 +1997,13 @@ static const char GetCombinerOutputParameterivNV_names[] =      "";  #endif +#if defined(need_GL_IBM_multimode_draw_arrays) +static const char MultiModeDrawArraysIBM_names[] =  +    "pppii\0" /* Parameter signature */ +    "glMultiModeDrawArraysIBM\0" +    ""; +#endif +  #if defined(need_GL_SGIS_pixel_texture)  static const char PixelTexGenParameterivSGIS_names[] =       "ip\0" /* Parameter signature */ @@ -3920,13 +3920,6 @@ static const char VertexAttribs4dvNV_names[] =      "";  #endif -#if defined(need_GL_IBM_multimode_draw_arrays) -static const char MultiModeDrawArraysIBM_names[] =  -    "pppii\0" /* Parameter signature */ -    "glMultiModeDrawArraysIBM\0" -    ""; -#endif -  #if defined(need_GL_VERSION_2_0) || defined(need_GL_ARB_vertex_program)  static const char VertexAttrib4dARB_names[] =       "idddd\0" /* Parameter signature */ @@ -4611,6 +4604,13 @@ static const char Minmax_names[] =      "";  #endif +#if defined(need_GL_SGIX_polynomial_ffd) +static const char DeformationMap3dSGIX_names[] =  +    "iddiiddiiddiip\0" /* Parameter signature */ +    "glDeformationMap3dSGIX\0" +    ""; +#endif +  #if defined(need_GL_VERSION_1_4) || defined(need_GL_EXT_fog_coord)  static const char FogCoorddvEXT_names[] =       "p\0" /* Parameter signature */ @@ -6131,9 +6131,9 @@ static const struct dri_extension_function GL_SGIX_pixel_texture_functions[] = {  #if defined(need_GL_SGIX_polynomial_ffd)  static const struct dri_extension_function GL_SGIX_polynomial_ffd_functions[] = {      { LoadIdentityDeformationMapSGIX_names, LoadIdentityDeformationMapSGIX_remap_index, -1 }, -    { DeformationMap3dSGIX_names, DeformationMap3dSGIX_remap_index, -1 },      { DeformSGIX_names, DeformSGIX_remap_index, -1 },      { DeformationMap3fSGIX_names, DeformationMap3fSGIX_remap_index, -1 }, +    { DeformationMap3dSGIX_names, DeformationMap3dSGIX_remap_index, -1 },      { NULL, 0, 0 }  };  #endif | 
