Add ARB_sync to the xorg sw dri driver.

This commit is contained in:
Eric Anholt 2009-09-01 14:26:22 -07:00 committed by Ian Romanick
parent d5ea2dce93
commit 5e448a8d4d

View file

@ -1318,6 +1318,7 @@ xmesa_convert_from_x_visual_type( int visualType )
/* sw extensions not associated with some GL version */
#define need_GL_ARB_shader_objects
#define need_GL_ARB_sync
#define need_GL_ARB_vertex_program
#define need_GL_APPLE_vertex_array_object
#define need_GL_ATI_fragment_shader
@ -1347,6 +1348,7 @@ const struct dri_extension card_extensions[] =
{ "GL_SGI_color_table", GL_SGI_color_table_functions },
{ "GL_ARB_shader_objects", GL_ARB_shader_objects_functions },
{ "GL_ARB_sync", GL_ARB_sync_functions },
{ "GL_ARB_vertex_program", GL_ARB_vertex_program_functions },
{ "GL_APPLE_vertex_array_object", GL_APPLE_vertex_array_object_functions },
{ "GL_ATI_fragment_shader", GL_ATI_fragment_shader_functions },