mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
Add ARB_sync to the xorg sw dri driver.
This commit is contained in:
parent
d5ea2dce93
commit
5e448a8d4d
1 changed files with 2 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue