Add ARB_sync to the xorg sw dri driver.
authorEric Anholt <eric@anholt.net>
Tue, 1 Sep 2009 21:26:22 +0000 (14:26 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 3 Sep 2009 18:22:47 +0000 (11:22 -0700)
src/mesa/drivers/x11/xm_api.c

index 1eb31b9d4c0ae989326fc278fd47b68519d96fe6..2c7be9f182dce7891a9d9675432cd78d5144e9ef 100644 (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 },