mesa: added extension flag for ARB_vertex_array_object
This commit is contained in:
@@ -78,6 +78,7 @@ static const struct {
|
||||
{ OFF, "GL_ARB_texture_non_power_of_two", F(ARB_texture_non_power_of_two)},
|
||||
{ OFF, "GL_ARB_texture_rectangle", F(NV_texture_rectangle) },
|
||||
{ ON, "GL_ARB_transpose_matrix", F(ARB_transpose_matrix) },
|
||||
{ OFF, "GL_ARB_vertex_array_object", F(ARB_vertex_array_object) },
|
||||
{ ON, "GL_ARB_vertex_buffer_object", F(ARB_vertex_buffer_object) },
|
||||
{ OFF, "GL_ARB_vertex_program", F(ARB_vertex_program) },
|
||||
{ OFF, "GL_ARB_vertex_shader", F(ARB_vertex_shader) },
|
||||
@@ -227,6 +228,7 @@ _mesa_enable_sw_extensions(GLcontext *ctx)
|
||||
/*ctx->Extensions.ARB_texture_float = GL_TRUE;*/
|
||||
ctx->Extensions.ARB_texture_mirrored_repeat = GL_TRUE;
|
||||
ctx->Extensions.ARB_texture_non_power_of_two = GL_TRUE;
|
||||
ctx->Extensions.ARB_vertex_array_object = GL_TRUE;
|
||||
#if FEATURE_ARB_vertex_program
|
||||
ctx->Extensions.ARB_vertex_program = GL_TRUE;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user