st/mesa: enable GL_ARB_map_buffer_range

This commit is contained in:
Brian Paul
2009-06-08 17:07:21 -06:00
parent e297569d65
commit 8d0f72e8f9

View File

@@ -139,6 +139,7 @@ void st_init_extensions(struct st_context *st)
* Extensions that are supported by all Gallium drivers:
*/
ctx->Extensions.ARB_copy_buffer = GL_TRUE;
ctx->Extensions.ARB_map_buffer_range = GL_TRUE;
ctx->Extensions.ARB_multisample = GL_TRUE;
ctx->Extensions.ARB_fragment_program = GL_TRUE;
ctx->Extensions.ARB_texture_border_clamp = GL_TRUE; /* XXX temp */