diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mesa/drivers/dri/swrast/swrast.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/mesa/drivers/dri/swrast/swrast.c b/src/mesa/drivers/dri/swrast/swrast.c index 69b92e9e44..a858af30c1 100644 --- a/src/mesa/drivers/dri/swrast/swrast.c +++ b/src/mesa/drivers/dri/swrast/swrast.c @@ -98,7 +98,7 @@ const struct dri_extension card_extensions[] =      { "GL_ARB_shader_objects",		GL_ARB_shader_objects_functions },      { "GL_ARB_vertex_array_object",	GL_ARB_vertex_array_object_functions },      { "GL_ARB_vertex_program",		GL_ARB_vertex_program_functions }, -    { "GL_ARB_sync",			GL_ARB_sync }, +    { "GL_ARB_sync",			GL_ARB_sync_functions },      { "GL_APPLE_vertex_array_object",	GL_APPLE_vertex_array_object_functions },      { "GL_ATI_fragment_shader",		GL_ATI_fragment_shader_functions },      { "GL_ATI_separate_stencil",	GL_ATI_separate_stencil_functions }, | 
