mesa: enable GL_ARB_draw_instanced for software drivers

This commit is contained in:
Brian Paul 2010-12-10 09:29:41 -07:00
parent a63486ac68
commit b7c38734c9
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ _mesa_enable_sw_extensions(struct gl_context *ctx)
ctx->Extensions.ARB_depth_texture = GL_TRUE;
/*ctx->Extensions.ARB_draw_buffers = GL_TRUE;*/
ctx->Extensions.ARB_draw_elements_base_vertex = GL_TRUE;
ctx->Extensions.ARB_draw_instanced = GL_TRUE;
ctx->Extensions.ARB_explicit_attrib_location = GL_TRUE;
ctx->Extensions.ARB_fragment_coord_conventions = GL_TRUE;
#if FEATURE_ARB_fragment_program