mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 12:40:09 +01:00
intel: enable GL_ARB_vertex_array_object extension
This commit is contained in:
parent
cfb8158058
commit
8affcd364b
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,7 @@
|
|||
#define need_GL_ARB_occlusion_query
|
||||
#define need_GL_ARB_point_parameters
|
||||
#define need_GL_ARB_shader_objects
|
||||
#define need_GL_ARB_vertex_array_object
|
||||
#define need_GL_ARB_vertex_program
|
||||
#define need_GL_ARB_vertex_shader
|
||||
#define need_GL_ARB_window_pos
|
||||
|
|
@ -77,6 +78,7 @@ static const struct dri_extension card_extensions[] = {
|
|||
{ "GL_ARB_texture_env_dot3", NULL },
|
||||
{ "GL_ARB_texture_mirrored_repeat", NULL },
|
||||
{ "GL_ARB_texture_rectangle", NULL },
|
||||
{ "GL_ARB_vertex_array_object", GL_ARB_vertex_array_object_functions},
|
||||
{ "GL_ARB_vertex_program", GL_ARB_vertex_program_functions },
|
||||
{ "GL_ARB_window_pos", GL_ARB_window_pos_functions },
|
||||
{ "GL_EXT_blend_color", GL_EXT_blend_color_functions },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue