st/mesa: enable GL_ARB_map_buffer_range
This commit is contained in:
@@ -139,6 +139,7 @@ void st_init_extensions(struct st_context *st)
|
|||||||
* Extensions that are supported by all Gallium drivers:
|
* Extensions that are supported by all Gallium drivers:
|
||||||
*/
|
*/
|
||||||
ctx->Extensions.ARB_copy_buffer = GL_TRUE;
|
ctx->Extensions.ARB_copy_buffer = GL_TRUE;
|
||||||
|
ctx->Extensions.ARB_map_buffer_range = GL_TRUE;
|
||||||
ctx->Extensions.ARB_multisample = GL_TRUE;
|
ctx->Extensions.ARB_multisample = GL_TRUE;
|
||||||
ctx->Extensions.ARB_fragment_program = GL_TRUE;
|
ctx->Extensions.ARB_fragment_program = GL_TRUE;
|
||||||
ctx->Extensions.ARB_texture_border_clamp = GL_TRUE; /* XXX temp */
|
ctx->Extensions.ARB_texture_border_clamp = GL_TRUE; /* XXX temp */
|
||||||
|
Reference in New Issue
Block a user