mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
mesa: regenerated file
This commit is contained in:
parent
8363dff251
commit
6c03563af7
1 changed files with 15 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue