st/mesa: enable EXT_framebuffer_multisample

Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Marek Olšák
2010-01-06 14:27:50 +01:00
committed by Brian Paul
parent 76cf261832
commit cd232ae22f

View File

@@ -168,6 +168,7 @@ void st_init_extensions(struct st_context *st)
ctx->Extensions.EXT_blend_subtract = GL_TRUE;
ctx->Extensions.EXT_framebuffer_blit = GL_TRUE;
ctx->Extensions.EXT_framebuffer_object = GL_TRUE;
ctx->Extensions.EXT_framebuffer_multisample = GL_TRUE;
ctx->Extensions.EXT_fog_coord = GL_TRUE;
ctx->Extensions.EXT_multi_draw_arrays = GL_TRUE;
ctx->Extensions.EXT_pixel_buffer_object = GL_TRUE;